| Package | org.libspark.swfassist.swf.tags |
| Class | public class PlaceObject3 |
| Inheritance | PlaceObject3 PlaceObject2 AbstractTag |
| Property | Defined by | ||
|---|---|---|---|
| blendMode : uint | PlaceObject3 | ||
![]() | characterId : uint | PlaceObject2 | |
| className : String | PlaceObject3 | ||
![]() | clipActions : ClipActions | PlaceObject2 | |
![]() | clipDepth : uint | PlaceObject2 | |
![]() | code : uint | AbstractTag | |
![]() | colorTransform : CXFormWithAlpha | PlaceObject2 | |
![]() | depth : uint | PlaceObject2 | |
| filterList : FilterList | PlaceObject3 | ||
| hasBlendMode : Boolean | PlaceObject3 | ||
| hasCacheAsBitmap : Boolean | PlaceObject3 | ||
![]() | hasCharacter : Boolean | PlaceObject2 | |
| hasClassName : Boolean | PlaceObject3 | ||
![]() | hasClipActions : Boolean | PlaceObject2 | |
![]() | hasClipDepth : Boolean | PlaceObject2 | |
![]() | hasColorTransform : Boolean | PlaceObject2 | |
| hasFilterList : Boolean | PlaceObject3 | ||
| hasImage : Boolean | PlaceObject3 | ||
![]() | hasMatrix : Boolean | PlaceObject2 | |
![]() | hasName : Boolean | PlaceObject2 | |
![]() | hasRatio : Boolean | PlaceObject2 | |
![]() | isMove : Boolean | PlaceObject2 | |
![]() | matrix : Matrix | PlaceObject2 | |
![]() | name : String | PlaceObject2 | |
![]() | ratio : uint | PlaceObject2 | |
| Method | Defined by | ||
|---|---|---|---|
|
PlaceObject3(code:uint = 0)
| PlaceObject3 | ||
|
visit(visitor:TagVisitor):void
| PlaceObject3 | ||
| blendMode | property |
blendMode:uint [read-write]Implementation
public function get blendMode():uint
public function set blendMode(value:uint):void
| className | property |
className:String [read-write]Implementation
public function get className():String
public function set className(value:String):void
| filterList | property |
filterList:FilterList [read-write]Implementation
public function get filterList():FilterList
public function set filterList(value:FilterList):void
| hasBlendMode | property |
hasBlendMode:Boolean [read-write]Implementation
public function get hasBlendMode():Boolean
public function set hasBlendMode(value:Boolean):void
| hasCacheAsBitmap | property |
hasCacheAsBitmap:Boolean [read-write]Implementation
public function get hasCacheAsBitmap():Boolean
public function set hasCacheAsBitmap(value:Boolean):void
| hasClassName | property |
hasClassName:Boolean [read-write]Implementation
public function get hasClassName():Boolean
public function set hasClassName(value:Boolean):void
| hasFilterList | property |
hasFilterList:Boolean [read-write]Implementation
public function get hasFilterList():Boolean
public function set hasFilterList(value:Boolean):void
| hasImage | property |
hasImage:Boolean [read-write]Implementation
public function get hasImage():Boolean
public function set hasImage(value:Boolean):void
| PlaceObject3 | () | constructor |
public function PlaceObject3(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |