backend.mousehandlerstates
Class DrawGreatCircleState

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

public class DrawGreatCircleState
extends DrawLineBaseState

DrawGreatCircleState is the state that needs to be used in the MouseHandler to draw great circles


Method Summary
static DrawGreatCircleState 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 DrawGreatCircleState instance(SphereWorldModel theWorld)