|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.FSTransformObject
com.flagstone.transform.FSProperty
public class FSProperty
FSProperty is a lightweight class used to hold codes that specify movie clip and movie properties that will be pushed onto the Flash Player stack. See FSPush for a list of available properties.
Constructor Summary | |
---|---|
FSProperty(FSCoder coder)
Construct an FSProperty object, initalizing it with values decoded from an encoded object. |
|
FSProperty(FSProperty obj)
Constructs an FSProperty object by copying values from an existing object. |
|
FSProperty(int aValue)
Construct an FSProperty object with the proerty value. |
Method Summary | |
---|---|
void |
appendDescription(java.lang.StringBuffer buffer,
int depth)
AppendDescription is used to present a string description of the object including all nested objects up to a specified depth. |
void |
decode(FSCoder coder)
|
void |
encode(FSCoder coder)
|
boolean |
equals(java.lang.Object anObject)
Returns true if anObject is equal to this one. |
int |
getValue()
|
int |
length(FSCoder coder)
|
void |
setValue(int aValue)
|
Methods inherited from class com.flagstone.transform.FSTransformObject |
---|
clone, name, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FSProperty(FSCoder coder)
coder
- an FSCoder containing the binary data.public FSProperty(int aValue)
aValue
- an integer representing a movie property.public FSProperty(FSProperty obj)
obj
- an FSProperty object.Method Detail |
---|
public int getValue()
public void setValue(int aValue)
public boolean equals(java.lang.Object anObject)
FSTransformObject
equals
in class FSTransformObject
public void appendDescription(java.lang.StringBuffer buffer, int depth)
FSTransformObject
appendDescription
in class FSTransformObject
buffer
- a StringBuffer to which the description of each object is
appended.depth
- the maximum level of nesting up to which objects will be
displayed.public int length(FSCoder coder)
length
in class FSTransformObject
public void encode(FSCoder coder)
encode
in class FSTransformObject
public void decode(FSCoder coder)
decode
in class FSTransformObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |