| Package | org.libspark.swfassist.swf.tags |
| Class | public class DefineShape4 |
| Inheritance | DefineShape4 DefineShape3 DefineShape2 DefineShape AbstractTag |
| Property | Defined by | ||
|---|---|---|---|
![]() | code : uint | AbstractTag | |
| edgeBounds : Rect | DefineShape4 | ||
![]() | shapeBounds : Rect | DefineShape | |
![]() | shapeId : uint | DefineShape | |
![]() | shapes : ShapeWithStyle | DefineShape | |
| useNonScalingStrokes : Boolean | DefineShape4 | ||
| useScalingStrokes : Boolean | DefineShape4 | ||
| Method | Defined by | ||
|---|---|---|---|
|
DefineShape4(code:uint = 0)
| DefineShape4 | ||
|
visit(visitor:TagVisitor):void
| DefineShape4 | ||
| edgeBounds | property |
edgeBounds:Rect [read-write]Implementation
public function get edgeBounds():Rect
public function set edgeBounds(value:Rect):void
| useNonScalingStrokes | property |
useNonScalingStrokes:Boolean [read-write]Implementation
public function get useNonScalingStrokes():Boolean
public function set useNonScalingStrokes(value:Boolean):void
| useScalingStrokes | property |
useScalingStrokes:Boolean [read-write]Implementation
public function get useScalingStrokes():Boolean
public function set useScalingStrokes(value:Boolean):void
| DefineShape4 | () | constructor |
public function DefineShape4(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |