Packagecom.panosalado.view
Classpublic class VectorHotspot
InheritanceVectorHotspot Inheritance ManagedChild Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
 Inherited_decomposition : Vector
ManagedChild
 Inheriteddecomposition : Vector
ManagedChild
  _graphicsData : Vector
VectorHotspot
  graphicsData : Vector
VectorHotspot
 Inherited_invalid : Boolean
ManagedChild
 Inheritedinvalid : Boolean
ManagedChild
  invalidGraphicsData : Boolean
VectorHotspot
 Inherited_matrix3D : Matrix3D
ManagedChild
 Inheritedmatrix3D : Matrix3D
ManagedChild
 InheritedrotationX : Number
ManagedChild
 InheritedrotationY : Number
ManagedChild
 InheritedrotationZ : Number
ManagedChild
 InheritedscaleX : Number
ManagedChild
 InheritedscaleY : Number
ManagedChild
 InheritedscaleZ : Number
ManagedChild
 Inheritedx : Number
ManagedChild
 Inheritedy : Number
ManagedChild
 Inheritedz : Number
ManagedChild
Public Methods
 MethodDefined by
  
VectorHotspot(_graphicsData:Vector)
VectorHotspot
Protected Methods
 MethodDefined by
  
draw(e:Event):void
VectorHotspot
Property detail
_graphicsDataproperty
public var _graphicsData:Vector
graphicsDataproperty 
graphicsData:Vector  [read-write]Implementation
    public function get graphicsData():Vector
    public function set graphicsData(value:Vector):void
invalidGraphicsDataproperty 
public var invalidGraphicsData:Boolean
Constructor detail
VectorHotspot()constructor
public function VectorHotspot(_graphicsData:Vector)Parameters
_graphicsData:Vector
Method detail
draw()method
protected function draw(e:Event):voidParameters
e:Event