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