public class ImageTransitionParameters extends EffectParameters
ImageTransition
effect object.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_DOUBLE_TRANSITION_FIFTY_PERCENT_TRANSPARENCY_POS
KEY for the integer parameter: transition end y position in pixels
|
static java.lang.String |
PARAM_INT_TRANSITION_END_X
KEY for the integer parameter: transition end x position in pixels
|
static java.lang.String |
PARAM_INT_TRANSITION_END_Y
KEY for the integer parameter: transition end y position in pixels
|
static java.lang.String |
PARAM_INT_TRANSITION_START_X
KEY for the integer parameter: transition start x position in pixels
|
static java.lang.String |
PARAM_INT_TRANSITION_START_Y
KEY for the integer parameter: transition start y position in pixels
|
static java.lang.String |
PARAM_OBJECT_IMAGE1
KEY for the object parameter: the first image
|
static java.lang.String |
PARAM_OBJECT_IMAGE2
KEY for the object parameter: the second image
|
Constructor and Description |
---|
ImageTransitionParameters()
Creates a default parameter set for the
ColorTransition effect. |
Modifier and Type | Method and Description |
---|---|
LinearTransitionProperties |
getLinearTransitionProperties() |
void |
setLinearTransitionProperties(LinearTransitionProperties pProperties) |
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_TRANSITION_START_X
public static final java.lang.String PARAM_INT_TRANSITION_START_Y
public static final java.lang.String PARAM_INT_TRANSITION_END_X
public static final java.lang.String PARAM_INT_TRANSITION_END_Y
public static final java.lang.String PARAM_DOUBLE_TRANSITION_FIFTY_PERCENT_TRANSPARENCY_POS
public static final java.lang.String PARAM_OBJECT_IMAGE1
public static final java.lang.String PARAM_OBJECT_IMAGE2
public ImageTransitionParameters()
ColorTransition
effect. The following settings are used:
public LinearTransitionProperties getLinearTransitionProperties()
public void setLinearTransitionProperties(LinearTransitionProperties pProperties)