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