public class CommandEffect extends Behavior implements ICommandEffect
Represents a command effect for an animation behavior.
| Constructor and Description |
|---|
CommandEffect()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandString()
Defines command string.
|
IShape |
getShapeTarget()
Defines shape target of command effect.
|
byte |
getType()
Defines command effect type of behavior.
|
void |
setCommandString(java.lang.String value)
Defines command string.
|
void |
setShapeTarget(IShape value)
Defines shape target of command effect.
|
void |
setType(byte value)
Defines command effect type of behavior.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTimingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingpublic final byte getType()
Defines command effect type of behavior.
Read/write CommandEffectType.
getType in interface ICommandEffectpublic final void setType(byte value)
Defines command effect type of behavior.
Read/write CommandEffectType.
setType in interface ICommandEffectpublic final java.lang.String getCommandString()
Defines command string.
Read/write String.
getCommandString in interface ICommandEffectpublic final void setCommandString(java.lang.String value)
Defines command string.
Read/write String.
setCommandString in interface ICommandEffectpublic final IShape getShapeTarget()
Defines shape target of command effect.
Read/write IShape.
getShapeTarget in interface ICommandEffectpublic final void setShapeTarget(IShape value)
Defines shape target of command effect.
Read/write IShape.
setShapeTarget in interface ICommandEffectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.