org.jhotdraw.standard
Class SelectAreaTracker
java.lang.Object
org.jhotdraw.standard.AbstractTool
org.jhotdraw.standard.SelectAreaTracker
- All Implemented Interfaces:
- Tool
public class SelectAreaTracker
- extends AbstractTool
SelectAreaTracker implements a rubberband selection of an area.
- Version:
- <$CURRENT_VERSION$>
Method Summary |
void |
mouseDown(java.awt.event.MouseEvent e,
int x,
int y)
Handles mouse down events in the drawing view. |
void |
mouseDrag(java.awt.event.MouseEvent e,
int x,
int y)
Handles mouse drag events in the drawing view. |
void |
mouseUp(java.awt.event.MouseEvent e,
int x,
int y)
Handles mouse up in the drawing view. |
Methods inherited from class org.jhotdraw.standard.AbstractTool |
activate, addToolListener, deactivate, drawing, editor, getActiveDrawing, getActiveView, getUndoActivity, isActive, isEnabled, isUsable, keyDown, mouseMove, removeToolListener, setEnabled, setUndoActivity, setUsable, view |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectAreaTracker
public SelectAreaTracker(DrawingEditor newDrawingEditor)
SelectAreaTracker
public SelectAreaTracker(DrawingEditor newDrawingEditor,
java.awt.Color rubberBandColor)
mouseDown
public void mouseDown(java.awt.event.MouseEvent e,
int x,
int y)
- Description copied from class:
AbstractTool
- Handles mouse down events in the drawing view.
- Specified by:
mouseDown
in interface Tool
- Overrides:
mouseDown
in class AbstractTool
mouseDrag
public void mouseDrag(java.awt.event.MouseEvent e,
int x,
int y)
- Description copied from class:
AbstractTool
- Handles mouse drag events in the drawing view.
- Specified by:
mouseDrag
in interface Tool
- Overrides:
mouseDrag
in class AbstractTool
mouseUp
public void mouseUp(java.awt.event.MouseEvent e,
int x,
int y)
- Description copied from class:
AbstractTool
- Handles mouse up in the drawing view.
- Specified by:
mouseUp
in interface Tool
- Overrides:
mouseUp
in class AbstractTool