com.mindfusion.diagramming
Class LaneGridInteraction

java.lang.Object
  extended by com.mindfusion.diagramming.Interaction
      extended by 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 com.mindfusion.diagramming.Interaction
cancelDrag, getDiagramView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaneGridInteraction

public LaneGridInteraction(DiagramView view,
                           com.mindfusion.diagramming.lanes.Header header,
                           boolean resizingWidth,
                           java.awt.geom.Rectangle2D.Float headerBounds)
Method Detail

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