public class LyapunovAlgorithm extends Object implements IFractalAlgorithm
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATOR
Generator string (any combination of As and Bs).
|
| Constructor and Description |
|---|
LyapunovAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
short |
determineColor(double a,
double b,
short max)
Determine the color of a point.
|
boolean |
equals(Object obj)
Test if two objects are equal.
|
AreaData |
getDefaultSettings()
Get default settings for rendering the fractal.
|
int |
hashCode()
Get the hash code.
|
boolean |
isOptimizationAllowed()
Can areas be filled?
|
String |
toString()
Get a string representation.
|
boolean |
useColorCycle()
Should a cyclic color scheme be used?
|
public static String GENERATOR
public short determineColor(double a,
double b,
short max)
determineColor in interface IFractalAlgorithmx - The x coordinate.y - The y coordinate.max - The maximum depth.public AreaData getDefaultSettings()
getDefaultSettings in interface IFractalAlgorithmpublic boolean useColorCycle()
useColorCycle in interface IFractalAlgorithmpublic boolean isOptimizationAllowed()
isOptimizationAllowed in interface IFractalAlgorithmpublic boolean equals(Object obj)
Copyright © 2012. All Rights Reserved.