public class GeneralPathJHotDrawAdapter extends AbstractJHotDrawAdapter<GeneralPathOverlay,GeneralPathFigure>
| Modifier and Type | Field and Description |
|---|---|
static double |
PRIORITY |
DASH_LINE_STYLE, DOT_DASH_LINE_STYLE, DOT_LINE_STYLE, SOLID_LINE_STYLE| Constructor and Description |
|---|
GeneralPathJHotDrawAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Figure |
createDefaultFigure()
Creates a default figure of the type handled by this adapter.
|
Overlay |
createNewOverlay()
Creates a new overlay.
|
JHotDrawTool |
getCreationTool(ImageDisplay display) |
boolean |
supports(Overlay overlay,
Figure figure)
Determines whether the adapter can handle a particular overlay, or overlay
/ figure combination.
|
boolean |
supports(Tool tool)
Determines whether the adapter is designed to work with the given tool.
|
Shape |
toShape(GeneralPathFigure figure)
Converts a figure into an AWT Shape.
|
void |
updateFigure(OverlayView view,
GeneralPathFigure figure)
Update the appearance of the figure to match the overlay
|
void |
updateOverlay(GeneralPathFigure figure,
OverlayView view)
Update the overlay to match the appearance of the figure
|
initDefaultSettings, mouseDown, mouseDrag, reportgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic static final double PRIORITY
public boolean supports(Tool tool)
JHotDrawAdaptertool - The tool in question.public boolean supports(Overlay overlay, Figure figure)
JHotDrawAdapteroverlay - - an overlay that might be editablefigure - - a figure that will be either updated by the overlay or will
update the overlay. The figure can be null: this indicates that
the adapter is capable of creating the figure associated with the
overlay/public Overlay createNewOverlay()
JHotDrawAdapterpublic Figure createDefaultFigure()
JHotDrawAdapterpublic void updateOverlay(GeneralPathFigure figure, OverlayView view)
JHotDrawAdapterupdateOverlay in interface JHotDrawAdapter<GeneralPathFigure>updateOverlay in class AbstractJHotDrawAdapter<GeneralPathOverlay,GeneralPathFigure>figure - the figure that holds the current correct appearanceview - view of the overlay that needs to be changed to bring it
in-sync with the figure.public void updateFigure(OverlayView view, GeneralPathFigure figure)
JHotDrawAdapterupdateFigure in interface JHotDrawAdapter<GeneralPathFigure>updateFigure in class AbstractJHotDrawAdapter<GeneralPathOverlay,GeneralPathFigure>view - view of the overlay to be represented by the figurefigure - the figure that is to be made to look like the overlaypublic JHotDrawTool getCreationTool(ImageDisplay display)
public Shape toShape(GeneralPathFigure figure)
AbstractJHotDrawAdaptertoShape in class AbstractJHotDrawAdapter<GeneralPathOverlay,GeneralPathFigure>Copyright © 2014–2022 ImageJ. All rights reserved.