com.mindfusion.diagramming
Class LaneGridInteraction
java.lang.Object
com.mindfusion.diagramming.Interaction
com.mindfusion.diagramming.LaneGridInteraction
public class LaneGridInteraction
- extends Interaction
Constructor Summary |
LaneGridInteraction(DiagramView view,
com.mindfusion.diagramming.lanes.Header header,
boolean resizingWidth,
java.awt.geom.Rectangle2D.Float headerBounds)
|
Method Summary |
protected void |
mouseDragged(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
|
protected void |
mouseMoved(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
Invoked when the mouse moves. |
protected void |
mousePressed(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
Invoked when the mouse button is pressed. |
protected void |
mouseReleased(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
Invoked when the mouse button is released. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaneGridInteraction
public LaneGridInteraction(DiagramView view,
com.mindfusion.diagramming.lanes.Header header,
boolean resizingWidth,
java.awt.geom.Rectangle2D.Float headerBounds)
mousePressed
protected void mousePressed(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
- Invoked when the mouse button is pressed.
- Overrides:
mousePressed
in class Interaction
- Parameters:
mousePosition
- A Point instance that specifies the mouse pointer position.
mouseMoved
protected void mouseMoved(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
- Invoked when the mouse moves.
- Overrides:
mouseMoved
in class Interaction
- Parameters:
mousePosition
- A Point instance that specifies the mouse pointer position.
mouseReleased
protected void mouseReleased(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
- Invoked when the mouse button is released.
- Overrides:
mouseReleased
in class Interaction
- Parameters:
mousePosition
- A Point instance that specifies the mouse pointer position.
mouseDragged
protected void mouseDragged(java.awt.Point mousePosition,
java.awt.event.MouseEvent e)
- Overrides:
mouseDragged
in class Interaction