|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.Symbol
pt.tumba.parser.swf.MorphShape
public class MorphShape
A Morph Shape Symbol
| Field Summary | |
|---|---|
protected Shape |
shape1
Description of the Field |
protected Shape |
shape2
Description of the Field |
| Fields inherited from class pt.tumba.parser.swf.Symbol |
|---|
id |
| Constructor Summary | |
|---|---|
MorphShape(Shape shape1,
Shape shape2)
Constructor for the MorphShape object |
|
| Method Summary | |
|---|---|
protected int |
defineSymbol(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionWriter)
Description of the Method |
Shape |
getShape1()
Gets the shape1 attribute of the MorphShape object |
Shape |
getShape2()
Gets the shape2 attribute of the MorphShape object |
void |
setShape1(Shape s)
Sets the shape1 attribute of the MorphShape object |
void |
setShape2(Shape s)
Sets the shape2 attribute of the MorphShape object |
| Methods inherited from class pt.tumba.parser.swf.Symbol |
|---|
define, getId, getNextId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Shape shape1
protected Shape shape2
| Constructor Detail |
|---|
public MorphShape(Shape shape1,
Shape shape2)
shape1 - Description of the Parametershape2 - Description of the Parameter| Method Detail |
|---|
public Shape getShape1()
public Shape getShape2()
public void setShape1(Shape s)
s - The new shape1 valuepublic void setShape2(Shape s)
s - The new shape2 value
protected int defineSymbol(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionWriter)
throws java.io.IOException
defineSymbol in class Symbolmovie - Description of the ParametertimelineWriter - Description of the ParameterdefinitionWriter - Description of the Parameter
java.io.IOException - Description of the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||