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