uci.gef
Class CmdAdjustGuide
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--uci.gef.Cmd
|
+--uci.gef.CmdAdjustGuide
- public class CmdAdjustGuide
- extends Cmd
An Cmd to modify the way that the Guides constrain the mouse
points entered by the user. This does not change the apperance of
the LayerGrid. Needs-More-Work: Should put up a grid preference
dialog box or use the property sheet.
- See Also:
- Serialized Form
| Methods inherited from class uci.gef.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
CmdAdjustGuide
public CmdAdjustGuide()
doIt
public void doIt()
- Overrides:
- doIt in class Cmd
undoIt
public void undoIt()
- Overrides:
- undoIt in class Cmd