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