public class MandelbrotSetParameters 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_COLOR_GRADIENT
KEY for the object parameter: right lower window corner (ColorGradient)
|
static java.lang.String |
PARAM_OBJECT_LOWER_RIGHT_WINDOW_CORNER
KEY for the object parameter: right lower window corner (ComplexNumber)
|
static java.lang.String |
PARAM_OBJECT_UPPER_LEFT_WINDOW_CORNER
KEY for the object parameter: left upper window corner (ComplexNumber)
|
Constructor and Description |
---|
MandelbrotSetParameters()
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_COLOR_GRADIENT
public MandelbrotSetParameters()