uci.gef
Class CmdRemovePoint
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--uci.gef.Cmd
|
+--uci.gef.CmdRemovePoint
- public class CmdRemovePoint
- extends Cmd
Cmd to remove the selected (last manipulated) point from a FigPoly.
- See Also:
FigPoly, Serialized Form
|
Method Summary |
void |
doIt()
Ask the current editor's selected Fig to remove its 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
CmdRemovePoint
public CmdRemovePoint()
CmdRemovePoint
public CmdRemovePoint(int i)
doIt
public void doIt()
- Ask the current editor's selected Fig to remove its point.
- Overrides:
- doIt in class Cmd
undoIt
public void undoIt()
- Overrides:
- undoIt in class Cmd