Interface | Description |
---|---|
Overlay |
An overlay is a vector object, typically displayed with
Dataset s. |
Class | Description |
---|---|
AbstractOverlay |
Abstract superclass of
Overlay implementations. |
AbstractROIOverlay<R extends RegionOfInterest> |
An overlay that has an associated region of interest
|
AngleOverlay |
Represents an angle having a center point and two end points.
|
BinaryMaskOverlay<U extends BitType,V extends Img<U>> |
TODO
|
CompositeOverlay |
A composite of one or more overlays.
|
EllipseOverlay |
An ellipse bounded by an axis-aligned rectangle, backed by an
EllipseRegionOfInterest . |
GeneralPathOverlay |
An overlay for the
GeneralPathRegionOfInterest . |
LineOverlay |
Represents a line going from here to there, possibly with arrows on one end,
the other or both.
|
OverlaySettings |
Utility class that gives access to default overlay settings such as fill,
transparency, arrow styles, etc.
|
PointOverlay |
Represents a user specified collection of points
|
PolygonOverlay |
TODO
|
RectangleOverlay |
An axis-aligned rectangle, backed by a
RectangleRegionOfInterest . |
TextOverlay |
Represents an
Overlay that contains a string of text. |
Enum | Description |
---|---|
CompositeOverlay.Operation | |
Overlay.ArrowStyle |
Arrow decorations for the start and end.
|
Overlay.LineStyle |
The style used to render the bounding line of the overlay.
|
TextOverlay.Justification |
Copyright © 2014–2022 ImageJ. All rights reserved.