Interface | Description |
---|---|
JHotDrawAdapter<F extends Figure> | |
JHotDrawTool |
Class | Description |
---|---|
AbstractJHotDrawAdapter<O extends Overlay,F extends Figure> |
An abstract class that gives default behavior for the
JHotDrawAdapter
interface. |
AngleJHotDrawAdapter |
JHotDraw adapter for angle overlays.
|
BezierPathFunctions |
Utility functions for
GeneralPathJHotDrawAdapter . |
DefaultJHotDrawAdapter |
The default adapter handles any kind of overlay.
|
EllipseJHotDrawAdapter |
JHotDraw adapter for ellipse overlays.
|
FigureCreatedEvent |
An event that reports the creation of a JHotDraw
Figure , linked to an
ImageJ OverlayView in a particular ImageDisplay . |
GeneralPathFigure |
A composite figure, made up of possibly-overlapping
BezierFigure s. |
GeneralPathJHotDrawAdapter |
JHotDraw adapter for composite area selections.
|
IJBezierTool |
A JHotDraw
BezierTool for ImageJ's Swing UI. |
IJCreationTool<F extends Figure> |
A JHotDraw
CreationTool for ImageJ's Swing UI. |
IJDelegationSelectionTool |
A JHotDraw
DelegationSelectionTool for ImageJ's Swing UI. |
JHotDrawService | |
LineJHotDrawAdapter |
JHotDraw adapter for line overlays.
|
PointFigure |
Implementation of a point as a JHotDraw figure.
|
PointJHotDrawOverlay |
JHotDraw adapter for point tool.
|
PolygonFigure |
TODO
|
PolygonJHotDrawAdapter |
JHotDraw adapter for polygon/freehand overlays.
|
PolygonNodeHandle |
The BezierFigure uses a BezierNodeHandle which can change the curve
connecting vertices from a line to a Bezier curve.
|
PolylineFigure |
JHotDraw Figure for a multi-segmented line
|
PolylineJHotDrawAdapter |
JHotDraw adapter for multi-segmented lines
|
RectangleJHotDrawAdapter |
JHotDraw adapter for rectangle overlays.
|
SwingOverlayManager |
Overlay Manager Swing UI
|
ThresholdFigure |
Implementation of JHotDraw Figure that can display a
ThresholdOverlay |
ThresholdJHotDrawAdapter |
JHotDraw adapter for threshold overlays.
|
ToolDelegator |
TODO
|
Enum | Description |
---|---|
BezierPathFunctions.OP |
Copyright © 2014–2022 ImageJ. All rights reserved.