| Property | Defined by | ||
|---|---|---|---|
| length : int [read-only]
| DiagramSelection | ||
| Property | Defined by | ||
|---|---|---|---|
| _selection : Array | DiagramSelection | ||
| Method | Defined by | ||
|---|---|---|---|
|
DiagramSelection(arr:Array)
| DiagramSelection | ||
|
compareTo(sel:DiagramSelection):Boolean
| DiagramSelection | ||
|
toArray():Array
| DiagramSelection | ||
| length | property |
length:int [read-only]Implementation
public function get length():int
| _selection | property |
protected var _selection:Array
| DiagramSelection | () | constructor |
public function DiagramSelection(arr:Array)Parameters
arr:Array |
| compareTo | () | method |
public function compareTo(sel:DiagramSelection):BooleanParameters
sel:DiagramSelection |
Boolean |
| toArray | () | method |
public function toArray():Array
Returns
Array |