org.das2.event.BoxZoomMouseModule
Provide a box zoom where drag to draw a box that will be the new range, and mouse wheel events
are zoom in and zoom out. This is typically attached to the left mouse button.
isAutoUpdate
isAutoUpdate( ) → boolean
Getter for property autoUpdate.
Returns:
Value of property autoUpdate.
search for examples
view on GitHub
view source
isConstrainProportions
isConstrainProportions( ) → boolean
Getter for property constrainProportions.
Returns:
Value of property constrainProportions.
search for examples
view on GitHub
view source
mouseRangeSelected
mouseRangeSelected( org.das2.event.MouseDragEvent e0 ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setAutoUpdate
setAutoUpdate( boolean autoUpdate ) → void
Setter for property autoUpdate.
Parameters
autoUpdate - New value of property autoUpdate.
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setConstrainProportions
setConstrainProportions( boolean constrainProportions ) → void
Setter for property constrainProportions.
Parameters
constrainProportions - New value of property constrainProportions.
Returns:
void (returns nothing)
search for examples
view on GitHub
view source