public class StarsParameters extends EffectParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_COLOR_BACKGROUND
KEY for the color parameter: background color
|
static java.lang.String |
PARAM_COLOR_LINE_COLOR
KEY for the color parameter: line color
|
static java.lang.String |
PARAM_INT_HEIGHT
KEY for the integer parameter: height
|
static java.lang.String |
PARAM_INT_HORIZONTAL_TRANSLATION
KEY for the integer parameter: horizontal translation
|
static java.lang.String |
PARAM_INT_LINE_NUM
KEY for the integer parameter: number of lines
|
static java.lang.String |
PARAM_INT_ROTATION
KEY for the integer parameter: rotation
|
static java.lang.String |
PARAM_INT_SPIKE_LENGTH
KEY for the integer parameter: length of spikes
|
static java.lang.String |
PARAM_INT_SPIKE_NUM
KEY for the integer parameter: number of spikes
|
static java.lang.String |
PARAM_INT_VERTICAL_TRANSLATION
KEY for the integer parameter: horizontal translation
|
static java.lang.String |
PARAM_INT_WIDTH
KEY for the integer parameter: width
|
Constructor and Description |
---|
StarsParameters()
Creates a default parameter set for the stars effect.
|
getBooleanParameterNames, getBooleanParameterValue, getColorParameterNames, getColorParameterValue, getDoubleParameterNames, getDoubleParameterValue, getIntegerParameterNames, getIntegerParameterValue, getObjectParameterNames, getObjectParameterValue, getProtectedIntegerParameterValue, getProtectedObjectParameterValue, setBooleanParameters, setBooleanParameterValue, setColorParameters, setColorParameterValue, setDoubleParameters, setDoubleParameterValue, setIntegerParameters, setIntegerParameterValue, setObjectParameters, setObjectParameterValue, setParameterValue, setProtectedIntegerParameters, setProtectedIntegerParameterValue, setProtectedObjectParameters, setProtectedObjectParameterValue
public static final java.lang.String PARAM_INT_SPIKE_NUM
public static final java.lang.String PARAM_INT_SPIKE_LENGTH
public static final java.lang.String PARAM_INT_LINE_NUM
public static final java.lang.String PARAM_INT_HORIZONTAL_TRANSLATION
public static final java.lang.String PARAM_INT_VERTICAL_TRANSLATION
public static final java.lang.String PARAM_INT_ROTATION
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_COLOR_LINE_COLOR
public static final java.lang.String PARAM_COLOR_BACKGROUND
public StarsParameters()