Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class MorphShape  view MorphShape download MorphShape.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Symbol
      extended bycom.anotherbigidea.flash.movie.MorphShape

public class MorphShape
extends Symbol

A Morph Shape Symbol


Field Summary
protected  Shape shape1
           
protected  Shape shape2
           
 
Fields inherited from class com.anotherbigidea.flash.movie.Symbol
id
 
Constructor Summary
MorphShape(Shape shape1, Shape shape2)
           
 
Method Summary
protected  int defineSymbol(Movie movie, com.anotherbigidea.flash.interfaces.SWFTagTypes timelineWriter, com.anotherbigidea.flash.interfaces.SWFTagTypes definitionWriter)
          Override to provide symbol definition
 Shape getShape1()
           
 Shape getShape2()
           
 void setShape1(Shape s)
           
 void setShape2(Shape s)
           
 
Methods inherited from class com.anotherbigidea.flash.movie.Symbol
define, getId, getNextId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shape1

protected Shape shape1

shape2

protected Shape shape2
Constructor Detail

MorphShape

public MorphShape(Shape shape1,
                  Shape shape2)
Method Detail

getShape1

public Shape getShape1()

getShape2

public Shape getShape2()

setShape1

public void setShape1(Shape s)

setShape2

public void setShape2(Shape s)

defineSymbol

protected int defineSymbol(Movie movie,
                           com.anotherbigidea.flash.interfaces.SWFTagTypes timelineWriter,
                           com.anotherbigidea.flash.interfaces.SWFTagTypes definitionWriter)
                    throws java.io.IOException
Description copied from class: Symbol
Override to provide symbol definition

Specified by:
defineSymbol in class Symbol