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