org.jhotdraw.samples.odg.figures
Class ODGPathOutlineHandle
- java.lang.Object
-
- org.jhotdraw.draw.handle.AbstractHandle
-
- org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
-
- All Implemented Interfaces:
- java.awt.event.KeyListener, java.util.EventListener, FigureListener, Handle
public class ODGPathOutlineHandle extends AbstractHandle
A non-interactiveHandlewhich draws the outline of aODGPathFigureto make adjustments easier.
-
-
Constructor Summary
Constructors Constructor and Description ODGPathOutlineHandle(ODGPathFigure owner)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleancontains(java.awt.Point p)Tests if a point is contained in the handle.voiddraw(java.awt.Graphics2D g)Draws this handle.ODGPathFiguregetOwner()Returns the owner of this handle.voidtrackEnd(java.awt.Point anchor, java.awt.Point lead, int modifiersEx)Tracks the end of the interaction.voidtrackStart(java.awt.Point anchor, int modifiersEx)Tracks the start of the interaction.voidtrackStep(java.awt.Point anchor, java.awt.Point lead, int modifiersEx)Tracks a step of the interaction.-
Methods inherited from class org.jhotdraw.draw.handle.AbstractHandle
addHandleListener, areaInvalidated, attributeChanged, createSecondaryHandles, dispose, figureAdded, figureChanged, figureHandlesChanged, figureRemoved, figureRequestRemove, getBounds, getCursor, getDrawingArea, getEditor, getToolTipText, getView, invalidate, isCombinableWith, keyPressed, keyReleased, keyTyped, removeHandleListener, setToolTipText, setView, trackDoubleClick, viewTransformChanged
-
-
-
-
Constructor Detail
-
ODGPathOutlineHandle
public ODGPathOutlineHandle(ODGPathFigure owner)
Creates a new instance.
-
-
Method Detail
-
getOwner
public ODGPathFigure getOwner()
Description copied from interface:HandleReturns the owner of this handle.- Specified by:
getOwnerin interfaceHandle- Overrides:
getOwnerin classAbstractHandle
-
contains
public boolean contains(java.awt.Point p)
Description copied from interface:HandleTests if a point is contained in the handle.- Specified by:
containsin interfaceHandle- Overrides:
containsin classAbstractHandle
-
trackStart
public void trackStart(java.awt.Point anchor, int modifiersEx)Description copied from interface:HandleTracks the start of the interaction. The default implementation does nothing.- Parameters:
anchor- the position where the interaction started
-
trackStep
public void trackStep(java.awt.Point anchor, java.awt.Point lead, int modifiersEx)Description copied from interface:HandleTracks a step of the interaction.- Parameters:
anchor- the position where the interaction startedlead- the current position
-
trackEnd
public void trackEnd(java.awt.Point anchor, java.awt.Point lead, int modifiersEx)Description copied from interface:HandleTracks the end of the interaction.- Parameters:
anchor- the position where the interaction startedlead- the current position
-
draw
public void draw(java.awt.Graphics2D g)
Description copied from class:AbstractHandleDraws this handle.- Specified by:
drawin interfaceHandle- Overrides:
drawin classAbstractHandle
-
-
DataMelt 3.0 © DataMelt by jWork.ORG