public interface IFractalAlgorithm
Modifier and Type | Method and Description |
---|---|
short |
determineColor(double x,
double y,
short max)
Determine the color of a point.
|
AreaData |
getDefaultSettings()
Get default settings for rendering the fractal.
|
boolean |
isOptimizationAllowed()
Can areas be filled?
|
boolean |
useColorCycle()
Should a cyclic color scheme be used?
|
short determineColor(double x, double y, short max)
x
- The x coordinate.y
- The y coordinate.max
- The maximum depth.boolean isOptimizationAllowed()
AreaData getDefaultSettings()
boolean useColorCycle()