projectPrototype.view.graphicEditor.states
Class OverObjectState

java.lang.Object
  extended byprojectPrototype.view.graphicEditor.states.State
      extended byprojectPrototype.view.graphicEditor.states.IdentificationState
          extended byprojectPrototype.view.graphicEditor.states.OverObjectState

public class OverObjectState
extends IdentificationState

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class projectPrototype.view.graphicEditor.states.State
CFP, CSP, IDENTIFICATION, LINK_CFP, LINK_CSP, MODIFICATION, name, operator, OVER_OBJECT, OVER_SELECTOR, TRANSLATION
 
Constructor Summary
OverObjectState()
           
OverObjectState(java.lang.String name)
           
 
Method Summary
 void clbp(Editor editor, double x, double y)
           
 void lbp(Editor editor, double x, double y)
           
 
Methods inherited from class projectPrototype.view.graphicEditor.states.IdentificationState
mm
 
Methods inherited from class projectPrototype.view.graphicEditor.states.State
getOperator, lbr, setOperator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OverObjectState

public OverObjectState()

OverObjectState

public OverObjectState(java.lang.String name)
Method Detail

lbp

public void lbp(Editor editor,
                double x,
                double y)
Overrides:
lbp in class IdentificationState

clbp

public void clbp(Editor editor,
                 double x,
                 double y)
Overrides:
clbp in class State