Packageorg.libspark.swfassist.swf.tags
Classpublic class PlaceObject3
InheritancePlaceObject3 Inheritance PlaceObject2 Inheritance AbstractTag



Public Properties
 PropertyDefined by
  blendMode : uint
PlaceObject3
 InheritedcharacterId : uint
PlaceObject2
  className : String
PlaceObject3
 InheritedclipActions : ClipActions
PlaceObject2
 InheritedclipDepth : uint
PlaceObject2
 Inheritedcode : uint
AbstractTag
 InheritedcolorTransform : CXFormWithAlpha
PlaceObject2
 Inheriteddepth : uint
PlaceObject2
  filterList : FilterList
PlaceObject3
  hasBlendMode : Boolean
PlaceObject3
  hasCacheAsBitmap : Boolean
PlaceObject3
 InheritedhasCharacter : Boolean
PlaceObject2
  hasClassName : Boolean
PlaceObject3
 InheritedhasClipActions : Boolean
PlaceObject2
 InheritedhasClipDepth : Boolean
PlaceObject2
 InheritedhasColorTransform : Boolean
PlaceObject2
  hasFilterList : Boolean
PlaceObject3
  hasImage : Boolean
PlaceObject3
 InheritedhasMatrix : Boolean
PlaceObject2
 InheritedhasName : Boolean
PlaceObject2
 InheritedhasRatio : Boolean
PlaceObject2
 InheritedisMove : Boolean
PlaceObject2
 Inheritedmatrix : Matrix
PlaceObject2
 Inheritedname : String
PlaceObject2
 Inheritedratio : uint
PlaceObject2
Public Methods
 MethodDefined by
  
PlaceObject3(code:uint = 0)
PlaceObject3
  
visit(visitor:TagVisitor):void
PlaceObject3
Property detail
blendModeproperty
blendMode:uint  [read-write]Implementation
    public function get blendMode():uint
    public function set blendMode(value:uint):void
classNameproperty 
className:String  [read-write]Implementation
    public function get className():String
    public function set className(value:String):void
filterListproperty 
filterList:FilterList  [read-write]Implementation
    public function get filterList():FilterList
    public function set filterList(value:FilterList):void
hasBlendModeproperty 
hasBlendMode:Boolean  [read-write]Implementation
    public function get hasBlendMode():Boolean
    public function set hasBlendMode(value:Boolean):void
hasCacheAsBitmapproperty 
hasCacheAsBitmap:Boolean  [read-write]Implementation
    public function get hasCacheAsBitmap():Boolean
    public function set hasCacheAsBitmap(value:Boolean):void
hasClassNameproperty 
hasClassName:Boolean  [read-write]Implementation
    public function get hasClassName():Boolean
    public function set hasClassName(value:Boolean):void
hasFilterListproperty 
hasFilterList:Boolean  [read-write]Implementation
    public function get hasFilterList():Boolean
    public function set hasFilterList(value:Boolean):void
hasImageproperty 
hasImage:Boolean  [read-write]Implementation
    public function get hasImage():Boolean
    public function set hasImage(value:Boolean):void
Constructor detail
PlaceObject3()constructor
public function PlaceObject3(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor