|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uiowa.physics.pw.das.event.MouseModule
org.virbo.autoplot.ColumnColumnConnectorMouseModule
public class ColumnColumnConnectorMouseModule
provides zoom/pan on the connector object itself. TODO: verify that this is just Zoom/Pan, but the direction is reversed.
Field Summary |
---|
Fields inherited from class edu.uiowa.physics.pw.das.event.MouseModule |
---|
dragRenderer, parent |
Constructor Summary | |
---|---|
ColumnColumnConnectorMouseModule(edu.uiowa.physics.pw.das.graph.DasPlot topPlot,
edu.uiowa.physics.pw.das.graph.DasPlot bottomPlot)
|
Method Summary | |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent e)
|
void |
mousePressed(java.awt.event.MouseEvent e)
|
void |
mouseReleased(java.awt.event.MouseEvent e)
|
void |
mouseWheelMoved(java.awt.event.MouseWheelEvent e)
|
Methods inherited from class edu.uiowa.physics.pw.das.event.MouseModule |
---|
getCursor, getDragRenderer, getHotSpots, getLabel, getListIcon, getListLabel, hotSpotPressed, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, mousePointSelected, mouseRangeSelected, setDragRenderer, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnColumnConnectorMouseModule(edu.uiowa.physics.pw.das.graph.DasPlot topPlot, edu.uiowa.physics.pw.das.graph.DasPlot bottomPlot)
Method Detail |
---|
public void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
mouseWheelMoved
in interface java.awt.event.MouseWheelListener
mouseWheelMoved
in class edu.uiowa.physics.pw.das.event.MouseModule
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
mouseReleased
in class edu.uiowa.physics.pw.das.event.MouseModule
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
mouseDragged
in class edu.uiowa.physics.pw.das.event.MouseModule
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
mousePressed
in class edu.uiowa.physics.pw.das.event.MouseModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |