| Interface | Description |
|---|---|
| DatasetView | |
| DataView |
Interface for data views.
|
| ImageCanvas |
A canvas upon which an
ImageDisplay draws its output. |
| ImageDisplay | |
| ImageDisplayService |
Interface for services that work with
ImageDisplays. |
| OverlayService |
Interface for service that works with
Overlays. |
| OverlayView | |
| Pannable |
Defines methods needed to adjust the pan position of a viewport, such as an
ImageCanvas. |
| ScreenCaptureService |
An interface for supporting the capturing of screen data to a Dataset.
|
| WindowService |
Interface for service that keeps track of open windows, including management
of the Windows menu.
|
| Zoomable |
Defines methods needed to adjust the zoom of an
ImageCanvas. |
| ZoomService |
Interface for services that perform zoom operations on
ImageDisplays. |
| Class | Description |
|---|---|
| AbstractDataView |
Abstract superclass for
DataViews. |
| ColorTables |
Built-in lookup tables.
|
| DefaultDatasetView |
A view into a
Dataset, for use with a ImageDisplay. |
| DefaultImageCanvas |
The DefaultImageCanvas maintains a viewport, a zoom scale and a center
coordinate that it uses to map viewport pixels to display coordinates.
|
| DefaultImageDisplay |
Default implementation of
ImageDisplay. |
| DefaultImageDisplayService |
Default service for working with
ImageDisplays. |
| DefaultOverlayService |
Default service for working with
Overlays. |
| DefaultOverlayView |
A view into an
Overlay, for use with a ImageDisplay. |
| DefaultWindowService |
Default service for keeping track of open windows, including management of
the Windows menu.
|
| DefaultZoomService |
Default service for performing zoom operations on
ImageDisplays. |
| DummyScreenCaptureService |
A No-op implementation of the ScreenCaptureService interface.
|
| OverlayInfo |
This class defines what information is stored in an
OverlayInfoList. |
| OverlayInfoList |
Stores data that is used by various OverlayManager implementations.
|
| SelectWindow |
Activates the chosen display.
|
| SourceOptimizedCompositeXYProjector<A,S extends RandomAccessibleInterval<A> & IterableInterval<A>,T extends RandomAccessibleInterval<ARGBType> & IterableInterval<ARGBType>> |
As
CompositeXYProjector but uses a source that is both a
RandomAccessibleInterval and an IterableInterval, and a
RandomAccessibleInterval target. |
| Enum | Description |
|---|---|
| ColorMode |
The mode to use to display data in a view.
|
Copyright © 2014–2022 ImageJ. All rights reserved.