public class PolygonTool extends AbstractDrawTool
Modifier and Type | Field and Description |
---|---|
private static PolygonTool |
singleton |
tentativeCoordinate
Modifier | Constructor and Description |
---|---|
private |
PolygonTool() |
Modifier and Type | Method and Description |
---|---|
protected int |
getGeometryType() |
static PolygonTool |
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 PolygonTool singleton
public static PolygonTool getInstance()
protected int getGeometryType()
getGeometryType
in class AbstractDrawTool