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