Interface IFractal
- All Known Implementing Classes:
Fractal
public interface IFractal
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptioncreateSequenceFor(IComplexNumber complexNumber) getColorForIterationCountWhereValueMagnitudeExceedsMaxMagnitude(int iterationCount) intintintinttoImage()
-
Method Details
-
createSequenceFor
-
getColorForIterationCountWhereValueMagnitudeExceedsMaxMagnitude
-
getDecimalPlaces
int getDecimalPlaces() -
getHeightInPixel
int getHeightInPixel() -
getImaginaryComponentInterval
IClosedInterval getImaginaryComponentInterval() -
getMaxIterationCount
int getMaxIterationCount() -
getMinMagnitudeForDivergence
BigDecimal getMinMagnitudeForDivergence() -
getRealComponentInterval
IClosedInterval getRealComponentInterval() -
getWidthInPixel
int getWidthInPixel() -
startImageGeneration
IImageGenerator startImageGeneration() -
toImage
IMutableImage<?> toImage()
-