|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.event.MouseModule
org.das2.event.BoxRangeSelectorMouseModule
org.das2.event.BoxZoomMouseModule
public class BoxZoomMouseModule
Field Summary |
---|
Fields inherited from class org.das2.event.BoxRangeSelectorMouseModule |
---|
xAxis, yAxis |
Fields inherited from class org.das2.event.MouseModule |
---|
dragRenderer, parent |
Constructor Summary | |
---|---|
BoxZoomMouseModule(DasCanvasComponent parent,
DataSetConsumer consumer,
DasAxis xAxis,
DasAxis yAxis)
Creates a new instance of BoxZoomMouseModule |
Method Summary | |
---|---|
protected void |
guiChanged()
|
boolean |
isAutoUpdate()
Getter for property autoUpdate. |
boolean |
isConstrainProportions()
Getter for property constrainProportions. |
boolean |
isPopupDisabled()
Getter for property popupDisabled. |
void |
mouseRangeSelected(MouseDragEvent e0)
Action to take when a mouse range (click, drag, release) has been selected. |
void |
setAutoUpdate(boolean autoUpdate)
Setter for property autoUpdate. |
void |
setConstrainProportions(boolean constrainProportions)
Setter for property constrainProportions. |
void |
setPopupDisabled(boolean popupDisabled)
Setter for property popupDisabled. |
protected void |
zoomBox()
|
Methods inherited from class org.das2.event.BoxRangeSelectorMouseModule |
---|
addBoxSelectionListener, create, fireBoxSelected, removeBoxSelectionListener |
Methods inherited from class org.das2.event.MouseModule |
---|
getCursor, getDragRenderer, getHotSpots, getLabel, getListIcon, getListLabel, hotSpotPressed, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePointSelected, mousePressed, mouseReleased, mouseWheelMoved, setDragRenderer, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoxZoomMouseModule(DasCanvasComponent parent, DataSetConsumer consumer, DasAxis xAxis, DasAxis yAxis)
Method Detail |
---|
protected void guiChanged()
protected void zoomBox()
public void mouseRangeSelected(MouseDragEvent e0)
MouseModule
mouseRangeSelected
in class BoxRangeSelectorMouseModule
public boolean isAutoUpdate()
public void setAutoUpdate(boolean autoUpdate)
autoUpdate
- New value of property autoUpdate.public boolean isConstrainProportions()
public void setConstrainProportions(boolean constrainProportions)
constrainProportions
- New value of property constrainProportions.public boolean isPopupDisabled()
public void setPopupDisabled(boolean popupDisabled)
popupDisabled
- New value of property popupDisabled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |