uci.gef
Class CmdInsertPoint
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--uci.gef.Cmd
|
+--uci.gef.CmdInsertPoint
- public class CmdInsertPoint
- extends Cmd
Cmd to insert a new point after the selected (last manipulated)
point of a FigPoly.
- See Also:
FigPoly, Serialized Form
|
Method Summary |
void |
doIt()
Ask the current editor's selected Fig to Insert a point. |
void |
undoIt()
|
| Methods inherited from class uci.gef.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
_selectedHandle
protected int _selectedHandle
CmdInsertPoint
public CmdInsertPoint(int i)
CmdInsertPoint
public CmdInsertPoint()
doIt
public void doIt()
- Ask the current editor's selected Fig to Insert a point.
- Overrides:
- doIt in class Cmd
undoIt
public void undoIt()
- Overrides:
- undoIt in class Cmd