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
Type Name Description 
Number count()
Displays the number of elements in the DottedStrokeStyle.
DottedStrokeStyle item( Mixed index )
Returns the DottedStrokeStyle with the specified index or name.
Parameters
Type Name Description 
DottedStrokeStyle itemByName( String name )
Returns the DottedStrokeStyle with the specified name.
Parameters
Type Name Description 
DottedStrokeStyle itemByID( Number id )
Returns the DottedStrokeStyle with the specified ID.
Parameters
Type Name Description 
DottedStrokeStyle itemByRange( Mixed from, Mixed to )
Returns the DottedStrokeStyles within the specified range.
Parameters
Type Name Description 
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
Type Name Description 
DottedStrokeStyle nextItem( DottedStrokeStyle obj )
Returns the DottedStrokeStyle whose index follows the specified DottedStrokeStyle in the collection.
Parameters
Type Name Description 
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.
Parameters
Type Name Description