org.jhotdraw.contrib
Class CompositeFigureCreationTool
java.lang.Object
org.jhotdraw.standard.AbstractTool
org.jhotdraw.standard.CreationTool
org.jhotdraw.contrib.CompositeFigureCreationTool
- All Implemented Interfaces:
- Tool
public class CompositeFigureCreationTool
- extends CreationTool
- Version:
- <$CURRENT_VERSION$>
- Author:
- Wolfram Kaiser
Method Summary |
CompositeFigure |
getContainerFigure()
|
void |
mouseDown(java.awt.event.MouseEvent e,
int x,
int y)
Creates a new figure by cloning the prototype. |
void |
mouseMove(java.awt.event.MouseEvent e,
int x,
int y)
Handles mouse moves (if the mouse button is up). |
Methods inherited from class org.jhotdraw.standard.AbstractTool |
addToolListener, drawing, editor, getActiveDrawing, getActiveView, getUndoActivity, isActive, isEnabled, isUsable, keyDown, removeToolListener, setEnabled, setUndoActivity, setUsable, view |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFigureCreationTool
public CompositeFigureCreationTool(DrawingEditor newDrawingEditor,
Figure prototype)
mouseDown
public void mouseDown(java.awt.event.MouseEvent e,
int x,
int y)
- Description copied from class:
CreationTool
- Creates a new figure by cloning the prototype.
- Specified by:
mouseDown
in interface Tool
- Overrides:
mouseDown
in class CreationTool
mouseMove
public void mouseMove(java.awt.event.MouseEvent e,
int x,
int y)
- Description copied from class:
AbstractTool
- Handles mouse moves (if the mouse button is up).
- Specified by:
mouseMove
in interface Tool
- Overrides:
mouseMove
in class AbstractTool
getContainerFigure
public CompositeFigure getContainerFigure()