Packagecom.yworks.canvas.geom
Interfacepublic interface IControlPoints extends Iterable
Implementors BendList, ControlPoints

An iterable collection of points.



Public Properties
 PropertyDefined By
  count : uint
[read-only] Returns the number of elements in this collection.
IControlPoints
Public Methods
 MethodDefined By
  
getPointAt(index:uint):IPoint
Returns the i-th point in the list.
IControlPoints
 Inherited
Returns an iterator over a set of elements.
Iterable
Property Detail
countproperty
count:uint  [read-only]

Returns the number of elements in this collection.


Implementation
    public function get count():uint
Method Detail
getPointAt()method
public function getPointAt(index:uint):IPoint

Returns the i-th point in the list.

Parameters

index:uint — The zero-based index of the item in this list

Returns
IPoint — The item for the given index