org.jhotdraw.draw.handle
Class LocatorHandle
- java.lang.Object
-
- org.jhotdraw.draw.handle.AbstractHandle
-
- org.jhotdraw.draw.handle.LocatorHandle
-
- All Implemented Interfaces:
- java.awt.event.KeyListener, java.util.EventListener, FigureListener, Handle
- Direct Known Subclasses:
- CloseHandle, FontSizeHandle, MoveHandle, NullHandle
public abstract class LocatorHandle extends AbstractHandle
A LocatorHandle implements a Handle by delegating the location requests to a Locator object.- See Also:
Locator
-
-
Constructor Summary
Constructors Constructor and Description LocatorHandle(Figure owner, Locator l)Initializes the LocatorHandle with the given Locator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.PointgetLocation()java.awt.geom.Point2D.DoublegetLocationOnDrawing()-
Methods inherited from class org.jhotdraw.draw.handle.AbstractHandle
addHandleListener, areaInvalidated, attributeChanged, contains, createSecondaryHandles, dispose, draw, figureAdded, figureChanged, figureHandlesChanged, figureRemoved, figureRequestRemove, getBounds, getCursor, getDrawingArea, getEditor, getOwner, getToolTipText, getView, invalidate, isCombinableWith, keyPressed, keyReleased, keyTyped, removeHandleListener, setToolTipText, setView, trackDoubleClick, viewTransformChanged
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jhotdraw.draw.handle.Handle
trackEnd, trackStart, trackStep
-
-
DataMelt 3.0 © DataMelt by jWork.ORG