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