|
JHotDraw 7.1 | ||||||||
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
public abstract class LocatorHandle
A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
Locator
Field Summary |
---|
Fields inherited from class org.jhotdraw.draw.AbstractHandle |
---|
listenerList, view |
Constructor Summary | |
---|---|
LocatorHandle(Figure owner,
Locator l)
Initializes the LocatorHandle with the given Locator. |
Method Summary | |
---|---|
protected java.awt.Rectangle |
basicGetBounds()
|
java.awt.Point |
getLocation()
|
java.awt.geom.Point2D.Double |
getLocationOnDrawing()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jhotdraw.draw.Handle |
---|
trackEnd, trackStart, trackStep |
Constructor Detail |
---|
public LocatorHandle(Figure owner, Locator l)
Method Detail |
---|
public java.awt.geom.Point2D.Double getLocationOnDrawing()
public java.awt.Point getLocation()
protected java.awt.Rectangle basicGetBounds()
basicGetBounds
in class AbstractHandle
|
Copyright 1996-2007 (c) JHotDraw.org. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |