org.jhotdraw.draw
Class SouthWestHandle

java.lang.Object
  extended by org.jhotdraw.draw.AbstractHandle
      extended by org.jhotdraw.draw.LocatorHandle
          extended by org.jhotdraw.draw.ResizeHandle
              extended by org.jhotdraw.draw.SouthWestHandle
All Implemented Interfaces:
Handle

 class SouthWestHandle
extends ResizeHandle


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jhotdraw.draw.ResizeHandle
ResizeHandle.UndoActivity
 
Field Summary
 
Fields inherited from class org.jhotdraw.draw.AbstractHandle
HANDLESIZE
 
Constructor Summary
SouthWestHandle(Figure owner)
           
 
Method Summary
 void invokeStep(int x, int y, int anchorX, int anchorY, DrawingView view)
          Tracks a step of the interaction.
 
Methods inherited from class org.jhotdraw.draw.ResizeHandle
createUndoActivity, invokeEnd, invokeStart
 
Methods inherited from class org.jhotdraw.draw.LocatorHandle
getCursor, getLocator, locate
 
Methods inherited from class org.jhotdraw.draw.AbstractHandle
containsPoint, displayBox, draw, getUndoActivity, invokeEnd, invokeStart, invokeStep, owner, setUndoActivity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SouthWestHandle

SouthWestHandle(Figure owner)
Method Detail

invokeStep

public void invokeStep(int x,
                       int y,
                       int anchorX,
                       int anchorY,
                       DrawingView view)
Description copied from class: AbstractHandle
Tracks a step of the interaction.

Specified by:
invokeStep in interface Handle
Overrides:
invokeStep in class AbstractHandle
Parameters:
x - the current x position
y - the current y position
anchorX - the x position where the interaction started
anchorY - the y position where the interaction started
See Also:
Handle.invokeStep(int, int, int, int, org.jhotdraw.draw.DrawingView)