|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jhotdraw.draw.AbstractHandle
org.jhotdraw.draw.LocatorHandle
org.jhotdraw.draw.ResizeHandle
org.jhotdraw.draw.SouthWestHandle
class SouthWestHandle
| 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(Figure owner)
| Method Detail |
|---|
public void invokeStep(int x,
int y,
int anchorX,
int anchorY,
DrawingView view)
AbstractHandle
invokeStep in interface HandleinvokeStep in class AbstractHandlex - the current x positiony - the current y positionanchorX - the x position where the interaction startedanchorY - the y position where the interaction startedHandle.invokeStep(int, int, int, int, org.jhotdraw.draw.DrawingView)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||