Modifier and Type | Method and Description |
---|---|
List<Dataset> |
DefaultDatasetService.getDatasets(ImageDisplay display) |
List<Dataset> |
DatasetService.getDatasets(ImageDisplay display)
Gets a list of
Dataset s linked to the given ImageDisplay . |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
Animation.getDisplay()
Gets the display being animated.
|
Modifier and Type | Method and Description |
---|---|
Animation |
DefaultAnimationService.getAnimation(ImageDisplay display) |
Animation |
AnimationService.getAnimation(ImageDisplay display)
Gets the given
ImageDisplay 's corresponding Animation . |
void |
DefaultAnimationService.start(ImageDisplay display) |
void |
AnimationService.start(ImageDisplay display)
Starts animation for the given
ImageDisplay . |
void |
DefaultAnimationService.stop(ImageDisplay display) |
void |
AnimationService.stop(ImageDisplay display)
Stops animation for the given
ImageDisplay . |
void |
DefaultAnimationService.toggle(ImageDisplay display) |
void |
AnimationService.toggle(ImageDisplay display)
Toggles animation for the given
ImageDisplay . |
Constructor and Description |
---|
Animation(ImageDisplay display)
Creates an animation for the given
ImageDisplay . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageDisplay
Default implementation of
ImageDisplay . |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ImageDisplayService.getActiveImageDisplay()
Gets the currently active
ImageDisplay . |
ImageDisplay |
DefaultImageDisplayService.getActiveImageDisplay() |
ImageDisplay |
ImageCanvas.getDisplay()
Gets the canvas's display.
|
ImageDisplay |
DefaultImageCanvas.getDisplay() |
ImageDisplay |
OverlayService.getFirstDisplay(Overlay o)
Returns the first display associated with an overlay
|
ImageDisplay |
DefaultOverlayService.getFirstDisplay(Overlay o) |
Modifier and Type | Method and Description |
---|---|
List<ImageDisplay> |
OverlayService.getDisplays(Overlay o)
Returns all the displays associated with an overlay
|
List<ImageDisplay> |
DefaultOverlayService.getDisplays(Overlay o) |
List<ImageDisplay> |
ImageDisplayService.getImageDisplays()
Gets a list of all available
ImageDisplay s. |
List<ImageDisplay> |
DefaultImageDisplayService.getImageDisplays() |
Modifier and Type | Method and Description |
---|---|
void |
OverlayService.addOverlays(ImageDisplay display,
List<? extends Overlay> overlays)
Adds the list of
Overlay s to the given ImageDisplay . |
void |
DefaultOverlayService.addOverlays(ImageDisplay display,
List<? extends Overlay> overlays) |
void |
OverlayService.drawOverlay(Overlay o,
ImageDisplay display,
ChannelCollection channelData)
Draws the outline of a given overlay in a display using the set of channel
information provided.
|
void |
DefaultOverlayService.drawOverlay(Overlay o,
ImageDisplay display,
ChannelCollection channels) |
void |
OverlayService.fillOverlay(Overlay o,
ImageDisplay display,
ChannelCollection channelData)
Draws and fills the outline of a given overlay in a display using the set
of channel information provided.
|
void |
DefaultOverlayService.fillOverlay(Overlay o,
ImageDisplay display,
ChannelCollection channels) |
Dataset |
ImageDisplayService.getActiveDataset(ImageDisplay display)
Gets the active
Dataset , if any, of the given ImageDisplay . |
Dataset |
DefaultImageDisplayService.getActiveDataset(ImageDisplay display) |
DatasetView |
ImageDisplayService.getActiveDatasetView(ImageDisplay display)
Gets the active
DatasetView , if any, of the given
ImageDisplay . |
DatasetView |
DefaultImageDisplayService.getActiveDatasetView(ImageDisplay display) |
Overlay |
OverlayService.getActiveOverlay(ImageDisplay disp)
Returns the active overlay associated with a display
|
Overlay |
DefaultOverlayService.getActiveOverlay(ImageDisplay disp) |
Position |
ImageDisplayService.getActivePosition(ImageDisplay display)
|
Position |
DefaultImageDisplayService.getActivePosition(ImageDisplay display) |
List<Overlay> |
OverlayService.getOverlays(ImageDisplay display)
Gets a list of
Overlay s linked to the given ImageDisplay . |
List<Overlay> |
DefaultOverlayService.getOverlays(ImageDisplay display) |
List<Overlay> |
OverlayService.getOverlays(ImageDisplay display,
boolean selectedOnly)
Gets a list of
Overlay s linked to the given ImageDisplay . |
List<Overlay> |
DefaultOverlayService.getOverlays(ImageDisplay display,
boolean selectedOnly) |
RealRect |
OverlayService.getSelectionBounds(ImageDisplay display)
Gets the bounding box for the selected overlays in the given
ImageDisplay . |
RealRect |
DefaultOverlayService.getSelectionBounds(ImageDisplay display) |
void |
OverlayService.removeOverlay(ImageDisplay display,
Overlay overlay)
Removes an
Overlay from the given ImageDisplay . |
void |
DefaultOverlayService.removeOverlay(ImageDisplay display,
Overlay overlay) |
void |
ZoomService.zoom100Percent(ImageDisplay display)
Zooms the given image display to 100% resolution.
|
void |
DefaultZoomService.zoom100Percent(ImageDisplay display) |
void |
ZoomService.zoomIn(ImageDisplay display)
Zooms in on the given image display.
|
void |
DefaultZoomService.zoomIn(ImageDisplay display) |
void |
ZoomService.zoomOriginalScale(ImageDisplay display)
Zooms the given image display at the scale it was originally viewed at.
|
void |
DefaultZoomService.zoomOriginalScale(ImageDisplay display) |
void |
ZoomService.zoomOut(ImageDisplay display)
Zooms out on the given image display.
|
void |
DefaultZoomService.zoomOut(ImageDisplay display) |
void |
ZoomService.zoomSet(ImageDisplay display,
double zoomPercent,
double centerU,
double centerV)
Zooms in on the center of the given image display at the specified
magnification level and center coordinates.
|
void |
DefaultZoomService.zoomSet(ImageDisplay display,
double zoomPercent,
double centerU,
double centerV) |
void |
ZoomService.zoomToSelection(ImageDisplay display)
Zooms in on the given image display's currently selected region.
|
void |
DefaultZoomService.zoomToSelection(ImageDisplay display) |
Constructor and Description |
---|
DefaultImageCanvas(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ImageDisplayEvent.getDisplay() |
Constructor and Description |
---|
AxisActivatedEvent(ImageDisplay display,
AxisType axis) |
AxisEvent(ImageDisplay display) |
AxisEvent(ImageDisplay display,
AxisType axis) |
AxisPositionEvent(ImageDisplay display) |
AxisPositionEvent(ImageDisplay display,
AxisType axis) |
DelayedPositionEvent(ImageDisplay display) |
DelayedPositionEvent(ImageDisplay display,
AxisType axis) |
ImageDisplayEvent(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ActiveImageDisplayPreprocessor.getValue() |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
LegacyImageMap.lookupDisplay(ij.ImagePlus imp)
Gets the
ImageDisplay corresponding to the given ImagePlus ,
or null if there is no existing table entry. |
ImageDisplay |
LegacyImageMap.registerLegacyImage(ij.ImagePlus imp)
Ensures that the given legacy image has a corresponding
ImageDisplay . |
Modifier and Type | Method and Description |
---|---|
Collection<ImageDisplay> |
LegacyImageMap.getImageDisplays()
Gets a list of
ImageDisplay instances known to this legacy service. |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
LegacyImageMap.lookupImagePlus(ImageDisplay display)
Gets the
ImagePlus corresponding to the given ImageDisplay ,
or null if there is no existing table entry. |
ij.ImagePlus |
LegacyImageMap.registerDisplay(ImageDisplay display)
Ensures that the given
ImageDisplay has a corresponding legacy
image. |
ij.ImagePlus |
LegacyImageMap.registerDisplay(ImageDisplay display,
boolean createLegacyMappings)
As
LegacyImageMap.registerDisplay(ImageDisplay) but mappings will go in legacy
maps if createLegacyMappings is true. |
void |
IJ1Helper.syncActiveImage(ImageDisplay activeDisplay) |
void |
LegacyImageMap.unregisterDisplay(ImageDisplay display)
Removes the mapping associated with the given
ImageDisplay . |
void |
LegacyImageMap.unregisterDisplay(ImageDisplay display,
boolean deleteImp)
As
LegacyImageMap.unregisterDisplay(ImageDisplay) , with an optional toggle to
delete the associated ImagePlus . |
Modifier and Type | Method and Description |
---|---|
Class<ImageDisplay> |
ImageDisplayToImagePlusConverter.getInputType() |
Class<ImageDisplay> |
ImagePlusToImageDisplayConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
LegacyImageDisplayService.getActiveImageDisplay() |
Modifier and Type | Method and Description |
---|---|
List<ImageDisplay> |
LegacyImageDisplayService.getImageDisplays() |
Modifier and Type | Method and Description |
---|---|
Dataset |
LegacyImageDisplayService.getActiveDataset(ImageDisplay display) |
DatasetView |
LegacyImageDisplayService.getActiveDatasetView(ImageDisplay display) |
Position |
LegacyImageDisplayService.getActivePosition(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ImageTranslator.createDisplay(ij.ImagePlus imp)
Creates a
ImageDisplay from an ImagePlus . |
ImageDisplay |
DisplayCreator.createDisplay(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
ImageTranslator.createLegacyImage(Dataset ds,
ImageDisplay display) |
ij.ImagePlus |
ImagePlusCreator.createLegacyImage(Dataset dataset,
ImageDisplay display) |
ij.ImagePlus |
ImageTranslator.createLegacyImage(ImageDisplay display)
Creates an
ImagePlus from a ImageDisplay . |
ij.ImagePlus |
ImagePlusCreator.createLegacyImage(ImageDisplay display) |
void |
PositionHarmonizer.updateDisplay(ImageDisplay disp,
ij.ImagePlus imp)
Updates the given
ImageDisplay 's position to match that of its
paired ImagePlus . |
void |
OverlayHarmonizer.updateDisplay(ImageDisplay display,
ij.ImagePlus imp)
Deprecated.
Updates the given
ImageDisplay to contain Overlay s
corresponding to all the given ImagePlus 's Rois (both the active
Roi and the Rois stored in ImageJ 1.x's current Overlay). |
void |
NameHarmonizer.updateDisplay(ImageDisplay disp,
ij.ImagePlus imp)
Sets the name of the Display to the title of the given ImagePlus.
|
void |
Harmonizer.updateDisplay(ImageDisplay display,
ij.ImagePlus imp)
Changes the data within a
ImageDisplay to match data in an
ImagePlus . |
void |
DisplayHarmonizer.updateDisplay(ImageDisplay disp,
ij.ImagePlus imp) |
void |
ColorTableHarmonizer.updateDisplay(ImageDisplay disp,
ij.ImagePlus imp)
Sets the ColorTables of the active view of an modern ImageJ ImageDisplay
from the LUTs of a given ImagePlus or CompositeImage.
|
void |
PositionHarmonizer.updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp)
Updates the given
ImagePlus 's position to match that of its
paired ImageDisplay . |
void |
OverlayHarmonizer.updateLegacyImage(ImageDisplay display,
ij.ImagePlus imp)
Deprecated.
Updates the given
ImagePlus 's Roi and Overlay to match the modern
ImageJ Overlay s being visualized in the given ImageDisplay . |
void |
NameHarmonizer.updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp)
Sets the title of the ImagePlus to the name of the given Display.
|
void |
Harmonizer.updateLegacyImage(ImageDisplay display,
ij.ImagePlus imp)
Changes the data within an
ImagePlus to match data in a
ImageDisplay . |
void |
DisplayHarmonizer.updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp) |
void |
ColorTableHarmonizer.updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp)
Sets LUTs of an ImagePlus or CompositeImage.
|
Modifier and Type | Method and Description |
---|---|
void |
LUTService.applyLUT(ColorTable colorTable,
ImageDisplay display)
Applies the given
ColorTable to the active view of the specified
ImageDisplay . |
void |
DefaultLUTService.applyLUT(ColorTable colorTable,
ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
StopAnimation.getDisplay() |
ImageDisplay |
StartAnimation.getDisplay() |
ImageDisplay |
AnimationOptions.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
StopAnimation.setDisplay(ImageDisplay disp) |
void |
StartAnimation.setDisplay(ImageDisplay disp) |
void |
AnimationOptions.setDisplay(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
void |
CopyToSystem.setDisplay(ImageDisplay display) |
Modifier and Type | Field and Description |
---|---|
protected ImageDisplay |
MathCommand.display |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SquareRootDataValues.getDisplay() |
ImageDisplay |
SquareDataValues.getDisplay() |
ImageDisplay |
ReciprocalDataValues.getDisplay() |
ImageDisplay |
MathCommand.getDisplay() |
ImageDisplay |
LogDataValues.getDisplay() |
ImageDisplay |
InvertDataValues.getDisplay() |
ImageDisplay |
ExpDataValues.getDisplay() |
ImageDisplay |
EquationDataValues.getDisplay() |
ImageDisplay |
AddSpecifiedNoiseToDataValues.getDisplay() |
ImageDisplay |
AddNoiseToDataValues.getDisplay() |
ImageDisplay |
AbsDataValues.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
SquareRootDataValues.setDisplay(ImageDisplay display) |
void |
SquareDataValues.setDisplay(ImageDisplay display) |
void |
ReciprocalDataValues.setDisplay(ImageDisplay display) |
void |
MathCommand.setDisplay(ImageDisplay display) |
void |
LogDataValues.setDisplay(ImageDisplay display) |
void |
InvertDataValues.setDisplay(ImageDisplay display) |
void |
ExpDataValues.setDisplay(ImageDisplay display) |
void |
EquationDataValues.setDisplay(ImageDisplay display) |
void |
AddSpecifiedNoiseToDataValues.setDisplay(ImageDisplay display) |
void |
AddNoiseToDataValues.setDisplay(ImageDisplay display) |
void |
AbsDataValues.setDisplay(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SetActiveAxis.getDisplay() |
ImageDisplay |
AxisPositionForward.getDisplay() |
ImageDisplay |
AxisPositionBackward.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
SetActiveAxis.setDisplay(ImageDisplay display) |
void |
AxisPositionForward.setDisplay(ImageDisplay disp) |
void |
AxisPositionBackward.setDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SmoothDataValues.getDisplay() |
ImageDisplay |
SharpenDataValues.getDisplay() |
ImageDisplay |
ShadowsDemo.getDisplay() |
ImageDisplay |
AbstractShadows.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
SmoothDataValues.setDisplay(ImageDisplay disp) |
void |
SharpenDataValues.setDisplay(ImageDisplay disp) |
void |
ShadowsDemo.setDisplay(ImageDisplay disp) |
void |
AbstractShadows.setDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ShowLUT.getDisplay() |
ImageDisplay |
SelectView.getDisplay() |
ImageDisplay |
SelectOverlays.getDisplay() |
ImageDisplay |
RemoveOverlayReferences.getDisplay() |
ImageDisplay |
HistogramPlot.getDisplay() |
ImageDisplay |
Flatten.getDisplay() |
ImageDisplay |
DeselectOverlays.getDisplay() |
ImageDisplay |
RemoveOverlay.getImageDisplay() |
ImageDisplay |
CaptureImage.getImageDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
ShowLUT.setDisplay(ImageDisplay disp) |
void |
SelectView.setDisplay(ImageDisplay display) |
void |
SelectOverlays.setDisplay(ImageDisplay display) |
void |
RemoveOverlayReferences.setDisplay(ImageDisplay display) |
void |
HistogramPlot.setDisplay(ImageDisplay disp) |
void |
Flatten.setDisplay(ImageDisplay disp) |
void |
DeselectOverlays.setDisplay(ImageDisplay display) |
void |
RemoveOverlay.setImageDisplay(ImageDisplay disp) |
void |
CaptureImage.setImageDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
Threshold.getImageDisplay() |
ImageDisplay |
SynchronizeWindows.getImageDisplay() |
ImageDisplay |
OrthogonalViews.getImageDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
Threshold.setImageDisplay(ImageDisplay disp) |
void |
SynchronizeWindows.setImageDisplay(ImageDisplay disp) |
void |
OrthogonalViews.setImageDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SaltAndPepper.getDisplay() |
ImageDisplay |
NanBackground.getDisplay() |
ImageDisplay |
CropImage.getDisplay() |
ImageDisplay |
DuplicateImage.getInputDisplay()
Returns the the input image to be sampled.
|
ImageDisplay |
DuplicateImage.getOutputDisplay()
The output image resulting after executing the run() method.
|
Modifier and Type | Method and Description |
---|---|
void |
SaltAndPepper.setDisplay(ImageDisplay disp) |
void |
NanBackground.setDisplay(ImageDisplay display) |
void |
CropImage.setDisplay(ImageDisplay disp) |
void |
DuplicateImage.setInputDisplay(ImageDisplay disp)
Sets the the input image to be sampled.
|
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
Benchmark.getImageDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
Benchmark.setImageDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
FindEdges.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
FindEdges.setDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SelectionSpecify.getDisplay() |
ImageDisplay |
FromOverlayManager.getImageDisplay() |
ImageDisplay |
AddImage.getImageDisplay() |
ImageDisplay |
ConvertToMask.getInput() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionSpecify.setDisplay(ImageDisplay display) |
void |
FromOverlayManager.setImageDisplay(ImageDisplay disp) |
void |
AddImage.setImageDisplay(ImageDisplay disp) |
void |
ConvertToMask.setInput(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ReorderAxis.getDisplay()
Gets the
ImageDisplay to be changed. |
Modifier and Type | Method and Description |
---|---|
void |
ReorderAxis.setDisplay(ImageDisplay display)
Sets the
ImageDisplay to change. |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
Rotate90DegreesRight.getDisplay() |
ImageDisplay |
Rotate90DegreesLeft.getDisplay() |
ImageDisplay |
FlipVertically.getDisplay() |
ImageDisplay |
FlipHorizontally.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
Rotate90DegreesRight.setDisplay(ImageDisplay disp) |
void |
Rotate90DegreesLeft.setDisplay(ImageDisplay disp) |
void |
FlipVertically.setDisplay(ImageDisplay disp) |
void |
FlipHorizontally.setDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ZoomToSelection.getDisplay() |
ImageDisplay |
ZoomSet.getDisplay() |
ImageDisplay |
ZoomOut.getDisplay() |
ImageDisplay |
ZoomOriginalScale.getDisplay() |
ImageDisplay |
ZoomIn.getDisplay() |
ImageDisplay |
Zoom100Percent.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
ZoomToSelection.setDisplay(ImageDisplay disp) |
void |
ZoomSet.setDisplay(ImageDisplay display) |
void |
ZoomOut.setDisplay(ImageDisplay disp) |
void |
ZoomOriginalScale.setDisplay(ImageDisplay disp) |
void |
ZoomIn.setDisplay(ImageDisplay disp) |
void |
Zoom100Percent.setDisplay(ImageDisplay disp) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SamplerService.createSampledImage(SamplingDefinition def)
Creates an output ImageDisplay containing data from an input
SamplingDefinition.
|
ImageDisplay |
DefaultSamplerService.createSampledImage(SamplingDefinition def) |
ImageDisplay |
SamplerService.duplicate(ImageDisplay display)
Creates a copy of an existing ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicate(ImageDisplay display) |
ImageDisplay |
SamplerService.duplicateSelectedCompositePlane(ImageDisplay display)
Creates a multichannel copy of the currently selected 2d region of an
ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicateSelectedCompositePlane(ImageDisplay display) |
ImageDisplay |
SamplerService.duplicateSelectedPlane(ImageDisplay display)
Creates a copy of the currently selected 2d region of an ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicateSelectedPlane(ImageDisplay display) |
ImageDisplay |
SamplerService.duplicateSelectedPlanes(ImageDisplay display)
Creates a copy of all the planes bounded by the currently selected 2d
region of an ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicateSelectedPlanes(ImageDisplay display) |
ImageDisplay |
SamplingDefinition.getDisplay()
Returns the input ImageDisplay of the SamplingDefinition.
|
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SamplerService.duplicate(ImageDisplay display)
Creates a copy of an existing ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicate(ImageDisplay display) |
ImageDisplay |
SamplerService.duplicateSelectedCompositePlane(ImageDisplay display)
Creates a multichannel copy of the currently selected 2d region of an
ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicateSelectedCompositePlane(ImageDisplay display) |
ImageDisplay |
SamplerService.duplicateSelectedPlane(ImageDisplay display)
Creates a copy of the currently selected 2d region of an ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicateSelectedPlane(ImageDisplay display) |
ImageDisplay |
SamplerService.duplicateSelectedPlanes(ImageDisplay display)
Creates a copy of all the planes bounded by the currently selected 2d
region of an ImageDisplay.
|
ImageDisplay |
DefaultSamplerService.duplicateSelectedPlanes(ImageDisplay display) |
static SamplingDefinition |
SamplingDefinition.sampleAllPlanes(ImageDisplay display)
A convenience method for defining a SamplingDefinition that returns a
complete copy of an ImageDisplay.
|
static SamplingDefinition |
SamplingDefinition.sampleCompositeUVPlane(ImageDisplay display,
AxisType uAxis,
AxisType vAxis)
A convenience method for defining a SamplingDefinition that returns a
composite (multichannel) UV plane of an ImageDisplay.
|
static SamplingDefinition |
SamplingDefinition.sampleCompositeXYPlane(ImageDisplay display)
A convenience method for defining a SamplingDefinition that returns a
composite (multichannel) XY plane of an ImageDisplay.
|
static SamplingDefinition |
SamplingDefinition.sampleUVPlane(ImageDisplay display,
AxisType uAxis,
AxisType vAxis)
A convenience method for defining a SamplingDefinition that returns a
single UV plane of an ImageDisplay.
|
static SamplingDefinition |
SamplingDefinition.sampleXYPlane(ImageDisplay display)
A convenience method for defining a SamplingDefinition that returns a
single XY plane of an ImageDisplay.
|
Constructor and Description |
---|
AxisSubrange(ImageDisplay display,
AxisType axis,
String definition,
boolean originOne)
Create an AxisSubrange from a String definition.
|
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
JHotDrawTool.getDisplay()
Gets the
ImageDisplay associated with this JHotDraw tool. |
ImageDisplay |
IJDelegationSelectionTool.getDisplay() |
ImageDisplay |
IJCreationTool.getDisplay() |
ImageDisplay |
IJBezierTool.getDisplay() |
ImageDisplay |
FigureCreatedEvent.getDisplay()
Gets the associated
ImageDisplay . |
Modifier and Type | Method and Description |
---|---|
JHotDrawTool |
ThresholdJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
RectangleJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
PolylineJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
PolygonJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
PointJHotDrawOverlay.getCreationTool(ImageDisplay display) |
JHotDrawTool |
LineJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
JHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
GeneralPathJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
EllipseJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
DefaultJHotDrawAdapter.getCreationTool(ImageDisplay display) |
JHotDrawTool |
AngleJHotDrawAdapter.getCreationTool(ImageDisplay display) |
<F extends Figure> |
JHotDrawService.linkOverlay(F figure,
JHotDrawAdapter<F> adapter,
ImageDisplay display)
Links a new
Overlay and OverlayView , created by the given
JHotDrawAdapter , to the specified JHotDraw Figure of a
particular ImageDisplay . |
Constructor and Description |
---|
FigureCreatedEvent(OverlayView view,
Figure figure,
ImageDisplay display) |
IJBezierTool(ImageDisplay display,
JHotDrawAdapter<BezierFigure> adapter) |
IJCreationTool(ImageDisplay display,
JHotDrawAdapter<F> adapter) |
ThresholdFigure(ImageDisplay display,
Dataset dataset,
ThresholdOverlay overlay) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
SwingImageDisplayPanel.getDisplay() |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
ImageDisplayViewer.getDisplay() |
ImageDisplay |
ImageDisplayPanel.getDisplay() |
ImageDisplay |
AbstractImageDisplayViewer.getDisplay() |
Copyright © 2014–2022 ImageJ. All rights reserved.