public interface IPropertyEffect extends IBehavior
Represent property effect behavior.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBy()
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
|
int |
getCalcMode()
Specifies the interpolation mode for the animation
Read/write
PropertyCalcModeType . |
java.lang.String |
getFrom()
Specifies the starting value of the animation.
|
IPointCollection |
getPoints()
Specifies the points of the animation.
|
java.lang.String |
getTo()
Specifies the ending value for the animation.
|
int |
getValueType()
Specifies the type of a property value.
|
void |
setBy(java.lang.String value)
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
|
void |
setCalcMode(int value)
Specifies the interpolation mode for the animation
Read/write
PropertyCalcModeType . |
void |
setFrom(java.lang.String value)
Specifies the starting value of the animation.
|
void |
setPoints(IPointCollection value)
Specifies the points of the animation.
|
void |
setTo(java.lang.String value)
Specifies the ending value for the animation.
|
void |
setValueType(int value)
Specifies the type of a property value.
|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
java.lang.String getFrom()
Specifies the starting value of the animation.
Read/write String
.
void setFrom(java.lang.String value)
Specifies the starting value of the animation.
Read/write String
.
java.lang.String getTo()
Specifies the ending value for the animation.
Read/write String
.
void setTo(java.lang.String value)
Specifies the ending value for the animation.
Read/write String
.
java.lang.String getBy()
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
Read/write String
.
void setBy(java.lang.String value)
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
Read/write String
.
int getValueType()
Specifies the type of a property value.
Read/write PropertyValueType
.
void setValueType(int value)
Specifies the type of a property value.
Read/write PropertyValueType
.
int getCalcMode()
Specifies the interpolation mode for the animation
Read/write PropertyCalcModeType
.
void setCalcMode(int value)
Specifies the interpolation mode for the animation
Read/write PropertyCalcModeType
.
IPointCollection getPoints()
Specifies the points of the animation.
Read/write IPointCollection
.
void setPoints(IPointCollection value)
Specifies the points of the animation.
Read/write IPointCollection
.