projectPrototype.view.graphicEditor.states
Class TranslationState

java.lang.Object
  extended byprojectPrototype.view.graphicEditor.states.State
      extended byprojectPrototype.view.graphicEditor.states.TranslationState

public class TranslationState
extends State

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

Field Summary
private  GraphicElement container
           
 
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
TranslationState()
           
TranslationState(java.lang.String name)
           
 
Method Summary
 void lbr(Editor editor, double x, double y)
           
 void mm(Editor editor, double x, double y)
           
 
Methods inherited from class projectPrototype.view.graphicEditor.states.State
clbp, getOperator, lbp, setOperator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

container

private GraphicElement container
Constructor Detail

TranslationState

public TranslationState()

TranslationState

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

mm

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

lbr

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