Modifier and Type | Method and Description |
---|---|
Dataset |
ImageGrabber.grab(DatasetView view,
String outputName)
Creates a merged color
Dataset from a DatasetView . |
Modifier and Type | Method and Description |
---|---|
DatasetView |
PlanarCommand.getView() |
DatasetView |
AbstractPlanarCommand.getView() |
Modifier and Type | Method and Description |
---|---|
void |
PlanarCommand.setView(DatasetView view) |
void |
AbstractPlanarCommand.setView(DatasetView view) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDatasetView
A view into a
Dataset , for use with a ImageDisplay . |
Modifier and Type | Method and Description |
---|---|
DatasetView |
ImageDisplayService.getActiveDatasetView()
Gets the active
DatasetView , if any, of the currently active
ImageDisplay . |
DatasetView |
DefaultImageDisplayService.getActiveDatasetView() |
DatasetView |
ImageDisplayService.getActiveDatasetView(ImageDisplay display)
Gets the active
DatasetView , if any, of the given
ImageDisplay . |
DatasetView |
DefaultImageDisplayService.getActiveDatasetView(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
DatasetView |
ActiveDatasetViewPreprocessor.getValue() |
Modifier and Type | Method and Description |
---|---|
DatasetView |
LegacyImageDisplayService.getActiveDatasetView() |
DatasetView |
LegacyImageDisplayService.getActiveDatasetView(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
default DatasetView |
NotebookService.view(RandomAccessibleInterval<?> source)
Conveniently wraps a
RandomAccessibleInterval into a
DefaultDatasetView . |
default DatasetView |
NotebookService.view(RandomAccessibleInterval<?> source,
double[] min,
double[] max)
Conveniently wraps a
RandomAccessibleInterval into a
DefaultDatasetView and presets the channel ranges to the given
minimum and maximum arrays. |
default DatasetView |
NotebookService.view(RandomAccessibleInterval<?> source,
double min,
double max)
Conveniently wraps a
RandomAccessibleInterval into a
DefaultDatasetView and presets the channel ranges to the given
minimum and maximum values. |
<T extends RealType<T>> |
NotebookService.viewRealType(RandomAccessibleInterval<T> source)
Conveniently wraps a
RandomAccessibleInterval of RealType
into a DefaultDatasetView and presets the channel ranges to the
given minimum and maximum arrays. |
<T extends RealType<T>> |
DefaultNotebookService.viewRealType(RandomAccessibleInterval<T> source) |
Modifier and Type | Method and Description |
---|---|
protected HTMLObject |
DatasetViewToHTMLConverter.convert(DatasetView imageView) |
Modifier and Type | Method and Description |
---|---|
DatasetView |
AutoContrast.getDatasetView() |
DatasetView |
SpectralComposite.getView() |
DatasetView |
ChannelsTool.getView() |
Modifier and Type | Method and Description |
---|---|
void |
AutoContrast.setDatasetView(DatasetView view) |
void |
SpectralComposite.setView(DatasetView view) |
void |
ChannelsTool.setView(DatasetView view) |
Modifier and Type | Method and Description |
---|---|
DatasetView |
BrightnessContrast.getView() |
Modifier and Type | Method and Description |
---|---|
void |
BrightnessContrast.setView(DatasetView view) |
Modifier and Type | Method and Description |
---|---|
DatasetView |
DatasetFigureView.getDataView() |
Constructor and Description |
---|
DatasetFigureView(SwingImageDisplayViewer displayViewer,
DatasetView datasetView) |
Copyright © 2014–2022 ImageJ. All rights reserved.