public class SetEffect extends Behavior implements ISetEffect
Represents a set effect for an animation behavior.
| Constructor and Description |
|---|
SetEffect() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getTo()
Specifies the certain attribute of a effect after an animation effect.
|
void |
setTo(java.lang.Object value)
Specifies the certain attribute of a effect after an animation effect.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTimingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingpublic final java.lang.Object getTo()
Specifies the certain attribute of a effect after an animation effect.
Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write Object.
getTo in interface ISetEffectpublic final void setTo(java.lang.Object value)
Specifies the certain attribute of a effect after an animation effect.
Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write Object.
setTo in interface ISetEffectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.