public final class PointCADToolContext
extends statemap.FSMContext
Modifier and Type | Class and Description |
---|---|
protected static class |
PointCADToolContext.Point_Default |
static class |
PointCADToolContext.PointCADToolState |
Constructor and Description |
---|
PointCADToolContext(PointCADTool owner) |
Modifier and Type | Method and Description |
---|---|
void |
addOption(String s) |
void |
addPoint(double pointX,
double pointY,
InputEvent event) |
void |
addValue(double d) |
protected PointCADTool |
getOwner() |
PointCADToolContext.PointCADToolState |
getState() |
public PointCADToolContext(PointCADTool owner)
public void addOption(String s)
public void addPoint(double pointX, double pointY, InputEvent event)
public void addValue(double d)
public PointCADToolContext.PointCADToolState getState() throws statemap.StateUndefinedException
statemap.StateUndefinedException
protected PointCADTool getOwner()