public abstract class IndicatorTool extends BasicTool
| Constructor and Description |
|---|
IndicatorTool() |
IndicatorTool(Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearIndicator() |
protected Shape |
getShape()
Gets the shape for displaying the current state of the action.
|
boolean |
isIndicatorVisible()
Important for XOR drawing.
|
void |
mouseDragged(MouseEvent e) |
void |
mouseMoved(MouseEvent e) |
protected void |
redrawIndicator() |
activate, deactivate, geomModel, getCursor, getGraphics2D, gridSize, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, mouseWheelMoved, panel, toModelSnapped, toModelSnappedIfCloseToViewGrid, toModelSnappedToViewGridpublic IndicatorTool()
public IndicatorTool(Cursor cursor)
protected Shape getShape()
public boolean isIndicatorVisible()
protected void clearIndicator()
protected void redrawIndicator()
public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenermouseDragged in class BasicToolpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenermouseMoved in class BasicToolCopyright © 2025. All rights reserved.