public class NoiseGeneratorParameters extends EffectParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_BOOLEAN_CREATE_GAUSSIAN_NOISE
KEY for the boolean parameter: create gaussian noise
|
static java.lang.String |
PARAM_BOOLEAN_CREATE_RANDOM_COLOR_NOISE
KEY for the boolean parameter: create random color noise
|
static java.lang.String |
PARAM_BOOLEAN_CREATE_SALT_AND_PEPPER_NOISE
KEY for the boolean parameter: create salt and pepper noise
|
static java.lang.String |
PARAM_DOUBLE_GAUSSIAN_INTENSITY
KEY for the double parameter: intensity for gaussian noise
|
static java.lang.String |
PARAM_DOUBLE_GAUSSIAN_STANDARD_DEVIATION
KEY for the double parameter: standard deviation for gaussian noise
|
static java.lang.String |
PARAM_DOUBLE_RANDOM_COLOR_INTENSITY
KEY for the double parameter: intensity for gaussian noise
|
static java.lang.String |
PARAM_DOUBLE_SALT_AND_PEPPER_INTENSITY
KEY for the double parameter: intensity for salt and pepper
|
static java.lang.String |
PARAM_OBJECT_IMAGE
KEY for the object parameter: image
|
Constructor and Description |
---|
NoiseGeneratorParameters()
Creates a default parameter set for the noise generator 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_BOOLEAN_CREATE_SALT_AND_PEPPER_NOISE
public static final java.lang.String PARAM_BOOLEAN_CREATE_GAUSSIAN_NOISE
public static final java.lang.String PARAM_BOOLEAN_CREATE_RANDOM_COLOR_NOISE
public static final java.lang.String PARAM_DOUBLE_SALT_AND_PEPPER_INTENSITY
public static final java.lang.String PARAM_DOUBLE_GAUSSIAN_INTENSITY
public static final java.lang.String PARAM_DOUBLE_GAUSSIAN_STANDARD_DEVIATION
public static final java.lang.String PARAM_DOUBLE_RANDOM_COLOR_INTENSITY
public static final java.lang.String PARAM_OBJECT_IMAGE
public NoiseGeneratorParameters()