backend.mousehandlerstates
Class DrawShortLineState

java.lang.Object
  extended by backend.mousehandlerstates.MouseHandlerBaseState
      extended by backend.mousehandlerstates.DrawLineBaseState
          extended by backend.mousehandlerstates.DrawShortLineState

public class DrawShortLineState
extends DrawLineBaseState

DrawShortLineState is the state that should be used to draw short lines with the MouseHandler


Method Summary
static DrawShortLineState instance(SphereWorldModel theWorld)
           
 
Methods inherited from class backend.mousehandlerstates.DrawLineBaseState
addCircle, addLine, addPoint, addPoint, enter, exit, newMouseLoc, reset, shouldHighlight
 
Methods inherited from class backend.mousehandlerstates.MouseHandlerBaseState
getStateLabel, sendMouseLoc, setSendMouseLoc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static DrawShortLineState instance(SphereWorldModel theWorld)