public class AnimationAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
ANIMATIONMODE_PLAYMODE |
static int |
ANIMATIONMODE_REVERSEPLAYMODE |
static int |
ANIMATIONMODE_STOPMODE |
static int |
PLAYBACKMODE_LOOPING |
static int |
PLAYBACKMODE_PLAYONCE |
static int |
PLAYBACKMODE_SWING |
Constructor and Description |
---|
AnimationAttributes() |
AnimationAttributes(AnimationAttributes obj) |
AnimationAttributes(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(AnimationAttributes obj) |
int |
GetAnimationMode() |
int |
GetFrameIncrement() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
boolean |
GetPipelineCachingMode() |
int |
GetPlaybackMode() |
int |
GetTimeout() |
int |
Offset()
Returns the offset into the selected table where this state object's fields begin.
|
void |
ReadAtts(int index,
CommunicationBuffer buf)
Reads the specified index's data from the buffer into the object.
|
void |
SetAnimationMode(int animationMode_) |
void |
SetFrameIncrement(int frameIncrement_) |
void |
SetPipelineCachingMode(boolean pipelineCachingMode_) |
void |
SetPlaybackMode(int playbackMode_) |
void |
SetTimeout(int timeout_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public static final int ANIMATIONMODE_REVERSEPLAYMODE
public static final int ANIMATIONMODE_STOPMODE
public static final int ANIMATIONMODE_PLAYMODE
public static final int PLAYBACKMODE_LOOPING
public static final int PLAYBACKMODE_PLAYONCE
public static final int PLAYBACKMODE_SWING
public AnimationAttributes()
public AnimationAttributes(int nMoreFields)
public AnimationAttributes(AnimationAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(AnimationAttributes obj)
public void SetAnimationMode(int animationMode_)
public void SetPipelineCachingMode(boolean pipelineCachingMode_)
public void SetFrameIncrement(int frameIncrement_)
public void SetTimeout(int timeout_)
public void SetPlaybackMode(int playbackMode_)
public int GetAnimationMode()
public boolean GetPipelineCachingMode()
public int GetFrameIncrement()
public int GetTimeout()
public int GetPlaybackMode()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject