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