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