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