|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.ButtonRecord
pt.tumba.parser.swf.ButtonRecord2
public class ButtonRecord2
Description of the Class
Field Summary | |
---|---|
protected AlphaTransform |
transform
Description of the Field |
Fields inherited from class pt.tumba.parser.swf.ButtonRecord |
---|
BUTTON_DOWN, BUTTON_HITTEST, BUTTON_OVER, BUTTON_UP, flags, id, layer, matrix |
Constructor Summary | |
---|---|
protected |
ButtonRecord2(InStream in,
int firstByte)
Constructor for the ButtonRecord2 object |
|
ButtonRecord2(int id,
int layer,
Matrix matrix,
AlphaTransform transform,
int flags)
Constructor for the ButtonRecord2 object |
Method Summary | |
---|---|
AlphaTransform |
getTransform()
Gets the transform attribute of the ButtonRecord2 object |
static java.util.List |
read(InStream in)
Read a button record array |
void |
setTransform(AlphaTransform transform)
Sets the transform attribute of the ButtonRecord2 object |
java.lang.String |
toString()
Description of the Method |
protected void |
write(OutStream out)
Description of the Method |
static void |
write(OutStream out,
java.util.List records)
Write a button record array |
Methods inherited from class pt.tumba.parser.swf.ButtonRecord |
---|
getCharId, getFlags, getLayer, getMatrix, isDown, isHitTest, isOver, isUp, setCharId, setFlags, setLayer, setMatrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected AlphaTransform transform
Constructor Detail |
---|
public ButtonRecord2(int id, int layer, Matrix matrix, AlphaTransform transform, int flags)
id
- Description of the Parameterlayer
- Description of the Parametermatrix
- Description of the Parametertransform
- Description of the Parameterflags
- Description of the Parameterprotected ButtonRecord2(InStream in, int firstByte) throws java.io.IOException
in
- Description of the ParameterfirstByte
- Description of the Parameter
java.io.IOException
- Description of the ExceptionMethod Detail |
---|
public AlphaTransform getTransform()
public void setTransform(AlphaTransform transform)
transform
- The new transform valuepublic static java.util.List read(InStream in) throws java.io.IOException
in
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic static void write(OutStream out, java.util.List records) throws java.io.IOException
out
- Description of the Parameterrecords
- Description of the Parameter
java.io.IOException
- Description of the Exceptionprotected void write(OutStream out) throws java.io.IOException
write
in class ButtonRecord
out
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic java.lang.String toString()
toString
in class ButtonRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |