public class IteratorParameters extends EffectParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_DOUBLE_DECISION_LIMIT
KEY for the double parameter: decision limit
|
static java.lang.String |
PARAM_INT_HEIGHT
KEY for the int parameter: height
|
static java.lang.String |
PARAM_INT_ITERATION_DEPTH
KEY for the integer parameter: iteration depth
|
static java.lang.String |
PARAM_INT_WIDTH
KEY for the integer parameter: width
|
static java.lang.String |
PARAM_OBJECT_COMPLEX_NUMBER_C
KEY for the object parameter: complex number c
|
static java.lang.String |
PARAM_OBJECT_COMPLEX_NUMBER_Z
KEY for the object parameter: complex number z
|
static java.lang.String |
PARAM_OBJECT_LOWER_RIGHT_WINDOW_CORNER
KEY for the object parameter: right lower window corner (complex number)
|
static java.lang.String |
PARAM_OBJECT_UPPER_LEFT_WINDOW_CORNER
KEY for the object parameter: left upper window corner (complex number)
|
Constructor and Description |
---|
IteratorParameters()
Creates a default parameter set for the fractals iterator so that it create a Mandelbrot set.
|
getBooleanParameterNames, getBooleanParameterValue, getColorParameterNames, getColorParameterValue, getDoubleParameterNames, getDoubleParameterValue, getIntegerParameterNames, getIntegerParameterValue, getObjectParameterNames, getObjectParameterValue, setBooleanParameters, setBooleanParameterValue, setColorParameters, setColorParameterValue, setDoubleParameters, setDoubleParameterValue, setIntegerParameters, setIntegerParameterValue, setObjectParameters, setObjectParameterValue, setParameterValue
public static final java.lang.String PARAM_INT_ITERATION_DEPTH
public static final java.lang.String PARAM_INT_WIDTH
public static final java.lang.String PARAM_INT_HEIGHT
public static final java.lang.String PARAM_DOUBLE_DECISION_LIMIT
public static final java.lang.String PARAM_OBJECT_UPPER_LEFT_WINDOW_CORNER
public static final java.lang.String PARAM_OBJECT_LOWER_RIGHT_WINDOW_CORNER
public static final java.lang.String PARAM_OBJECT_COMPLEX_NUMBER_Z
public static final java.lang.String PARAM_OBJECT_COMPLEX_NUMBER_C
public IteratorParameters()