Ovals
A collection of ellipses.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Oval.
Oval add( Layer layer, LocationOptions at, Mixed reference, Object withProperties )
Creates a new Oval
Parameters
Oval item( Mixed index )
Returns the Oval with the specified index or name.
Parameters
Oval itemByName( String name )
Returns the Oval with the specified name.
Parameters
Oval itemByID( Number id )
Returns the Oval with the specified ID.
Parameters
Oval itemByRange( Mixed from, Mixed to )
Returns the Ovals within the specified range.
Parameters
Oval firstItem()
Returns the first Oval in the collection.
Oval lastItem()
Returns the last Oval in the collection.
Oval middleItem()
Returns the middle Oval in the collection.
Oval previousItem( Oval obj )
Returns the Oval with the index previous to the specified index.
Parameters
Oval nextItem( Oval obj )
Returns the Oval whose index follows the specified Oval in the collection.
Parameters
Oval anyItem()
Returns any Oval in the collection.
Oval everyItem()
Returns every Oval in the collection.
String toSource()
Generates a string which, if executed, will return the Oval.
Oval []( Number index )
Returns the Oval with the specified index.