org.concord.flash.player
Class FShape

java.lang.Object
  |
  +--org.concord.flash.player.FScriptObject
        |
        +--org.concord.flash.player.FComponent
              |
              +--org.concord.flash.player.FShape
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class FShape
extends FComponent

Object to handle shapes. This is the main drawing class.


Fields inherited from class org.concord.flash.player.FComponent
movie, symbol
 
Fields inherited from class org.concord.flash.player.FScriptObject
members, name, parent
 
Constructor Summary
FShape(java.lang.String name, FScriptObject parent, com.anotherbigidea.flash.movie.Shape shape)
           
 
Method Summary
 boolean getHasAlpha()
           
 
Methods inherited from class org.concord.flash.player.FComponent
compareTo, get_alpha, get_name, get_rotation, get_visible, get_x, get_xscale, get_y, get_yscale, getBounds, getBounds2D, getClipDepth, getColorTransform, getDepth, getParentClip, getToolTipText, getTransform, getTransformed, isModified, isTransformed, paint, set_alpha, set_alpha, set_name, set_rotation, set_rotation, set_rotation, set_visible, set_x, set_x, set_x, set_xscale, set_xscale, set_xscale, set_y, set_y, set_y, set_yscale, set_yscale, set_yscale, setClipDepth, setColorTransform, setDepth, setToolTipText, setTransform, setTranslation, setTranslation, translate, translate
 
Methods inherited from class org.concord.flash.player.FScriptObject
callMethod, clone, getAllMembers, getMember, getName, getObjectType, getParent, removeMember, setMember, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FShape

public FShape(java.lang.String name,
              FScriptObject parent,
              com.anotherbigidea.flash.movie.Shape shape)
Method Detail

getHasAlpha

public boolean getHasAlpha()