projectPrototype.view.graphicEditor.states
Class IdentificationState
java.lang.Object
projectPrototype.view.graphicEditor.states.State
projectPrototype.view.graphicEditor.states.IdentificationState
- Direct Known Subclasses:
- OverObjectState, OverSelectorState
- public class IdentificationState
- extends State
- Author:
- Administrator
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Fields inherited from class projectPrototype.view.graphicEditor.states.State |
CFP, CSP, IDENTIFICATION, LINK_CFP, LINK_CSP, MODIFICATION, name, operator, OVER_OBJECT, OVER_SELECTOR, TRANSLATION |
|
Method Summary |
void |
lbp(Editor editor,
double x,
double y)
|
void |
mm(Editor editor,
double x,
double y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IdentificationState
public IdentificationState()
IdentificationState
public IdentificationState(java.lang.String name)
mm
public void mm(Editor editor,
double x,
double y)
- Overrides:
mm in class State
lbp
public void lbp(Editor editor,
double x,
double y)
- Overrides:
lbp in class State