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
ImageDisplay s. |
OverlayService |
Interface for service that works with
Overlay s. |
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
ImageDisplay s. |
Class | Description |
---|---|
AbstractDataView |
Abstract superclass for
DataView s. |
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
ImageDisplay s. |
DefaultOverlayService |
Default service for working with
Overlay s. |
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
ImageDisplay s. |
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.