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