Packageorg.libspark.swfassist.swf.tags
Classpublic class DefineShape
InheritanceDefineShape Inheritance AbstractTag
SubclassesDefineShape2



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
  shapeBounds : Rect
DefineShape
  shapeId : uint
DefineShape
  shapes : ShapeWithStyle
DefineShape
Public Methods
 MethodDefined by
  
DefineShape(code:uint = 0)
DefineShape
  
visit(visitor:TagVisitor):void
DefineShape
Property detail
shapeBoundsproperty
shapeBounds:Rect  [read-write]Implementation
    public function get shapeBounds():Rect
    public function set shapeBounds(value:Rect):void
shapeIdproperty 
shapeId:uint  [read-write]Implementation
    public function get shapeId():uint
    public function set shapeId(value:uint):void
shapesproperty 
shapes:ShapeWithStyle  [read-write]Implementation
    public function get shapes():ShapeWithStyle
    public function set shapes(value:ShapeWithStyle):void
Constructor detail
DefineShape()constructor
public function DefineShape(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor