public class PointTool extends AbstractDrawTool
Modifier and Type | Field and Description |
---|---|
private static PointTool |
singleton |
tentativeCoordinate
Modifier | Constructor and Description |
---|---|
private |
PointTool() |
Modifier and Type | Method and Description |
---|---|
protected int |
getGeometryType() |
static PointTool |
getInstance() |
bandFinished, mouseClicked
add, finishGesture, getCoordinates, getShape, isFinishingRelease, lastCoordinate, mouseDragged, mouseLocationChanged, mouseMoved, mousePressed, mouseReleased, setClickCountToFinishGesture, setCloseRing, setDrawBandLines, toArray
clearIndicator, isIndicatorVisible, redrawIndicator
activate, deactivate, geomModel, getCursor, getGraphics2D, getModelSnapTolerance, gridSize, keyPressed, keyReleased, keyTyped, mouseEntered, mouseExited, mouseWheelMoved, panel, toModel, toModel, toModelCoordinate, toModelSnapped, toModelSnappedIfCloseToViewGrid, toModelSnappedToViewGrid, toView, toView
private static PointTool singleton
public static PointTool getInstance()
protected int getGeometryType()
getGeometryType
in class AbstractDrawTool