Package | com.panosalado.view |
Class | public class VectorHotspot |
Inheritance | VectorHotspot ![]() ![]() |
Property | Defined by | ||
---|---|---|---|
![]() | _decomposition : Vector | ManagedChild | |
![]() | decomposition : Vector | ManagedChild | |
_graphicsData : Vector | VectorHotspot | ||
graphicsData : Vector | VectorHotspot | ||
![]() | _invalid : Boolean | ManagedChild | |
![]() | invalid : Boolean | ManagedChild | |
invalidGraphicsData : Boolean | VectorHotspot | ||
![]() | _matrix3D : Matrix3D | ManagedChild | |
![]() | matrix3D : Matrix3D | ManagedChild | |
![]() | rotationX : Number | ManagedChild | |
![]() | rotationY : Number | ManagedChild | |
![]() | rotationZ : Number | ManagedChild | |
![]() | scaleX : Number | ManagedChild | |
![]() | scaleY : Number | ManagedChild | |
![]() | scaleZ : Number | ManagedChild | |
![]() | x : Number | ManagedChild | |
![]() | y : Number | ManagedChild | |
![]() | z : Number | ManagedChild |
Method | Defined by | ||
---|---|---|---|
VectorHotspot(_graphicsData:Vector)
| VectorHotspot |
Method | Defined by | ||
---|---|---|---|
draw(e:Event):void
| VectorHotspot |
_graphicsData | property |
public var _graphicsData:Vector
graphicsData | property |
graphicsData:Vector
[read-write]Implementation
public function get graphicsData():Vector
public function set graphicsData(value:Vector):void
invalidGraphicsData | property |
public var invalidGraphicsData:Boolean
VectorHotspot | () | constructor |
public function VectorHotspot(_graphicsData:Vector)
Parameters
_graphicsData:Vector |
draw | () | method |
protected function draw(e:Event):void
Parameters
e:Event |