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