java.lang.Object
org.jhotdraw8.draw.handle.AbstractHandle
- All Implemented Interfaces:
Handle
- Direct Known Subclasses:
AbstractConnectorHandle,AnchorOutlineHandle,BezierControlPointEditHandle,BezierNodeEditHandle,BezierNodeMoveHandle,BezierNodeNonMovableEditHandle,BezierNodeTangentHandle,BezierPathOutlineHandle,BoundsInLocalOutlineHandle,BoundsInParentOutlineHandle,BoundsInTranslationOutlineHandle,LineOutlineHandle,LocatorHandle,MultipleSelectionMoveHandle,MultipleSelectionOutlineHandle,PathIterableOutlineHandle,PathIterablePointsHandle,PointHandle,PolygonOutlineHandle,PolylineOutlineHandle,PolyPointEditHandle,PolyPointMoveHandle,RelativeControlPointHandle,RelativePointHandle,RotateHandle
AbstractHandle.
- Author:
- Werner Randelshofer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.draw.handle.Handle
contains, getCursor, getNode, isEditable, isSelectable, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMousePressed, onMouseReleased, updateNode
-
Field Details
-
owner
-
-
Constructor Details
-
AbstractHandle
-
-
Method Details
-
dispose
public final void dispose()Description copied from interface:HandleDisposes of all resources acquired by the handler. -
getOwner
Description copied from interface:HandleReturns the figure to which the handle is associated. -
isCompatible
Returns true if both handles have the same class.- Specified by:
isCompatiblein interfaceHandle- Parameters:
that- the other handle- Returns:
- true if compatible
-