Packagestarling.display.graphics
Classpublic final class VertexList
InheritanceVertexList Inheritance Object



Public Properties
 PropertyDefined By
  head : VertexList
VertexList
  index : int
VertexList
  next : VertexList
VertexList
  prev : VertexList
VertexList
  vertex : Vector.<Number>
VertexList
Public Methods
 MethodDefined By
  
VertexList
  
[static]
VertexList
  
dispose(node:VertexList):void
[static]
VertexList
  
[static]
VertexList
  
[static]
VertexList
  
[static]
VertexList
  
reverse(vertexList:VertexList):void
[static]
VertexList
Property Detail
headproperty
public var head:VertexList

indexproperty 
public var index:int

nextproperty 
public var next:VertexList

prevproperty 
public var prev:VertexList

vertexproperty 
public var vertex:Vector.<Number>

Constructor Detail
VertexList()Constructor
public function VertexList()



Method Detail
clone()method
public static function clone(vertexList:VertexList):VertexList

Parameters

vertexList:VertexList

Returns
VertexList
dispose()method 
public static function dispose(node:VertexList):void

Parameters

node:VertexList

getNode()method 
public static function getNode():VertexList

Returns
VertexList
insertAfter()method 
public static function insertAfter(nodeA:VertexList, nodeB:VertexList):VertexList

Parameters

nodeA:VertexList
 
nodeB:VertexList

Returns
VertexList
releaseNode()method 
public static function releaseNode(node:VertexList):void

Parameters

node:VertexList

reverse()method 
public static function reverse(vertexList:VertexList):void

Parameters

vertexList:VertexList