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, setTiming
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
public final byte getType()
Defines command effect type of behavior.
Read/write CommandEffectType
.
getType
in interface ICommandEffect
public final void setType(byte value)
Defines command effect type of behavior.
Read/write CommandEffectType
.
setType
in interface ICommandEffect
public final java.lang.String getCommandString()
Defines command string.
Read/write String
.
getCommandString
in interface ICommandEffect
public final void setCommandString(java.lang.String value)
Defines command string.
Read/write String
.
setCommandString
in interface ICommandEffect
public final IShape getShapeTarget()
Defines shape target of command effect.
Read/write IShape
.
getShapeTarget
in interface ICommandEffect
public final void setShapeTarget(IShape value)
Defines shape target of command effect.
Read/write IShape
.
setShapeTarget
in interface ICommandEffect