public class LineJHotDrawAdapter extends AbstractJHotDrawAdapter<LineOverlay,LineFigure>
SwingLineTool
DASH_LINE_STYLE, DOT_DASH_LINE_STYLE, DOT_LINE_STYLE, SOLID_LINE_STYLE
Constructor and Description |
---|
LineJHotDrawAdapter() |
Modifier and Type | Method and Description |
---|---|
Figure |
createDefaultFigure()
Creates a default figure of the type handled by this adapter.
|
LineOverlay |
createNewOverlay()
Creates a new overlay.
|
JHotDrawTool |
getCreationTool(ImageDisplay display) |
void |
report(RealCoords p1,
RealCoords p2) |
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(LineFigure figure)
Converts a figure into an AWT Shape.
|
void |
updateFigure(OverlayView view,
LineFigure figure)
Update the appearance of the figure to match the overlay
|
void |
updateOverlay(LineFigure figure,
OverlayView view)
Update the overlay to match the appearance of the figure
|
initDefaultSettings, mouseDown, mouseDrag
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public boolean supports(Tool tool)
JHotDrawAdapter
tool
- The tool in question.public boolean supports(Overlay overlay, Figure figure)
JHotDrawAdapter
overlay
- - 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 LineOverlay createNewOverlay()
JHotDrawAdapter
public Figure createDefaultFigure()
JHotDrawAdapter
public void updateFigure(OverlayView view, LineFigure figure)
JHotDrawAdapter
updateFigure
in interface JHotDrawAdapter<LineFigure>
updateFigure
in class AbstractJHotDrawAdapter<LineOverlay,LineFigure>
view
- view of the overlay to be represented by the figurefigure
- the figure that is to be made to look like the overlaypublic void updateOverlay(LineFigure figure, OverlayView view)
JHotDrawAdapter
updateOverlay
in interface JHotDrawAdapter<LineFigure>
updateOverlay
in class AbstractJHotDrawAdapter<LineOverlay,LineFigure>
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 JHotDrawTool getCreationTool(ImageDisplay display)
public void report(RealCoords p1, RealCoords p2)
report
in interface JHotDrawAdapter<LineFigure>
report
in class AbstractJHotDrawAdapter<LineOverlay,LineFigure>
public Shape toShape(LineFigure figure)
AbstractJHotDrawAdapter
toShape
in class AbstractJHotDrawAdapter<LineOverlay,LineFigure>
Copyright © 2014–2022 ImageJ. All rights reserved.