Package | Description |
---|---|
net.imagej.ui.swing.overlay |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJHotDrawAdapter<O extends Overlay,F extends Figure>
An abstract class that gives default behavior for the
JHotDrawAdapter
interface. |
class |
AngleJHotDrawAdapter
JHotDraw adapter for angle overlays.
|
class |
DefaultJHotDrawAdapter
The default adapter handles any kind of overlay.
|
class |
EllipseJHotDrawAdapter
JHotDraw adapter for ellipse overlays.
|
class |
GeneralPathJHotDrawAdapter
JHotDraw adapter for composite area selections.
|
class |
LineJHotDrawAdapter
JHotDraw adapter for line overlays.
|
class |
PointJHotDrawOverlay
JHotDraw adapter for point tool.
|
class |
PolygonJHotDrawAdapter
JHotDraw adapter for polygon/freehand overlays.
|
class |
PolylineJHotDrawAdapter
JHotDraw adapter for multi-segmented lines
|
class |
RectangleJHotDrawAdapter
JHotDraw adapter for rectangle overlays.
|
class |
ThresholdJHotDrawAdapter
JHotDraw adapter for threshold overlays.
|
Modifier and Type | Method and Description |
---|---|
JHotDrawAdapter<?> |
JHotDrawTool.getAdapter()
Gets the
JHotDrawAdapter associated with this JHotDraw tool. |
JHotDrawAdapter<?> |
IJDelegationSelectionTool.getAdapter() |
JHotDrawAdapter<F> |
IJCreationTool.getAdapter() |
JHotDrawAdapter<BezierFigure> |
IJBezierTool.getAdapter() |
JHotDrawAdapter<?> |
JHotDrawService.getAdapter(Overlay overlay)
Gets the first available adapter for the given overlay.
|
JHotDrawAdapter<?> |
JHotDrawService.getAdapter(Overlay overlay,
Figure figure)
Gets the first available adapter for the given overlay.
|
JHotDrawAdapter<?> |
JHotDrawService.getAdapter(Tool tool)
Gets the adapter associated with the given tool.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<JHotDrawAdapter<?>> |
JHotDrawService.getAdapters(Overlay overlay)
Gets all adapters capable of handling a given overlay.
|
ArrayList<JHotDrawAdapter<?>> |
JHotDrawService.getAdapters(Overlay overlay,
Figure figure)
Gets all adapters capable of handling a given overlay/figure combination.
|
Collection<JHotDrawAdapter<?>> |
JHotDrawService.getAllAdapters()
Gets all of the discovered adapters.
|
Modifier and Type | Method and Description |
---|---|
<F extends Figure> |
JHotDrawService.linkOverlay(F figure,
JHotDrawAdapter<F> adapter,
ImageDisplay display)
Links a new
Overlay and OverlayView , created by the given
JHotDrawAdapter , to the specified JHotDraw Figure of a
particular ImageDisplay . |
Constructor and Description |
---|
IJBezierTool(ImageDisplay display,
JHotDrawAdapter<BezierFigure> adapter) |
IJCreationTool(ImageDisplay display,
JHotDrawAdapter<F> adapter) |
Copyright © 2014–2022 ImageJ. All rights reserved.