Package | Description |
---|---|
net.imagej | |
net.imagej.display | |
net.imagej.event | |
net.imagej.legacy.display | |
net.imagej.overlay |
Modifier and Type | Interface and Description |
---|---|
interface |
Dataset
Dataset is the primary image data structure in ImageJ.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractData
Base implementation of
Data . |
class |
DefaultDataset
Default implementation of
Dataset . |
Modifier and Type | Method and Description |
---|---|
int |
AbstractData.compareTo(Data data) |
Modifier and Type | Method and Description |
---|---|
Data |
DataView.getData()
Gets the
Data represented by this view. |
Data |
AbstractDataView.getData() |
Modifier and Type | Method and Description |
---|---|
DataView |
ImageDisplayService.createDataView(Data data)
Creates a new
DataView wrapping the given data object. |
DataView |
DefaultImageDisplayService.createDataView(Data data) |
void |
DataView.initialize(Data data)
Initializes the view with the given
Data . |
void |
AbstractDataView.initialize(Data d) |
boolean |
DefaultOverlayView.isCompatible(Data data) |
boolean |
DefaultDatasetView.isCompatible(Data data) |
boolean |
DataView.isCompatible(Data data)
Gets whether this view is compatible with the given
Data . |
Modifier and Type | Method and Description |
---|---|
Data |
DataModifiedEvent.getObject() |
Data |
DataDeletedEvent.getObject() |
Data |
DataCreatedEvent.getObject() |
Constructor and Description |
---|
DataCreatedEvent(Data data) |
DataDeletedEvent(Data data) |
DataModifiedEvent(Data data) |
DataRestructuredEvent(Data data) |
DataUpdatedEvent(Data data) |
Modifier and Type | Method and Description |
---|---|
DataView |
LegacyImageDisplayService.createDataView(Data data) |
Modifier and Type | Interface and Description |
---|---|
interface |
Overlay
An overlay is a vector object, typically displayed with
Dataset s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOverlay
Abstract superclass of
Overlay implementations. |
class |
AbstractROIOverlay<R extends RegionOfInterest>
An overlay that has an associated region of interest
|
class |
AngleOverlay
Represents an angle having a center point and two end points.
|
class |
BinaryMaskOverlay<U extends BitType,V extends Img<U>>
TODO
|
class |
CompositeOverlay
A composite of one or more overlays.
|
class |
EllipseOverlay
An ellipse bounded by an axis-aligned rectangle, backed by an
EllipseRegionOfInterest . |
class |
GeneralPathOverlay
An overlay for the
GeneralPathRegionOfInterest . |
class |
LineOverlay
Represents a line going from here to there, possibly with arrows on one end,
the other or both.
|
class |
PointOverlay
Represents a user specified collection of points
|
class |
PolygonOverlay
TODO
|
class |
RectangleOverlay
An axis-aligned rectangle, backed by a
RectangleRegionOfInterest . |
class |
TextOverlay
Represents an
Overlay that contains a string of text. |
Copyright © 2014–2022 ImageJ. All rights reserved.