Modifier and Type | Method and Description |
---|---|
Overlay |
OverlayService.getActiveOverlay(ImageDisplay disp)
Returns the active overlay associated with a display
|
Overlay |
DefaultOverlayService.getActiveOverlay(ImageDisplay disp) |
Overlay |
OverlayView.getData() |
Overlay |
DefaultOverlayView.getData() |
Overlay |
OverlayInfo.getOverlay() |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
OverlayService.getOverlays()
Gets a list of all
Overlay s. |
List<Overlay> |
DefaultOverlayService.getOverlays() |
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) |
List<Overlay> |
OverlayInfoList.selectedOverlays() |
Modifier and Type | Method and Description |
---|---|
boolean |
OverlayInfoList.addOverlay(int i,
Overlay overlay) |
boolean |
OverlayInfoList.addOverlay(Overlay overlay) |
boolean |
OverlayInfoList.deleteOverlay(Overlay overlay) |
void |
OverlayService.drawOverlay(Overlay o,
Dataset ds,
Position position,
ChannelCollection channelData)
Draws the outline of a given overlay in a dataset using the set of channel
information provided.
|
void |
DefaultOverlayService.drawOverlay(Overlay o,
Dataset ds,
Position position,
ChannelCollection channels) |
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,
Dataset ds,
Position position,
ChannelCollection channelData)
Draws and fills the outline of a given overlay in a dataset using the set
of channel information provided.
|
void |
DefaultOverlayService.fillOverlay(Overlay o,
Dataset ds,
Position position,
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) |
int |
OverlayInfoList.findIndex(Overlay overlay) |
List<ImageDisplay> |
OverlayService.getDisplays(Overlay o)
Returns all the displays associated with an overlay
|
List<ImageDisplay> |
DefaultOverlayService.getDisplays(Overlay o) |
ImageDisplay |
OverlayService.getFirstDisplay(Overlay o)
Returns the first display associated with an overlay
|
ImageDisplay |
DefaultOverlayService.getFirstDisplay(Overlay o) |
void |
OverlayService.removeOverlay(ImageDisplay display,
Overlay overlay)
Removes an
Overlay from the given ImageDisplay . |
void |
DefaultOverlayService.removeOverlay(ImageDisplay display,
Overlay overlay) |
void |
OverlayService.removeOverlay(Overlay overlay)
Removes an
Overlay from all ImageDisplay s. |
void |
DefaultOverlayService.removeOverlay(Overlay overlay) |
boolean |
OverlayInfoList.replaceOverlay(int i,
Overlay overlay) |
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) |
Constructor and Description |
---|
OverlayInfo(Overlay o) |
OverlayInfo(Overlay overlay,
boolean selected) |
Modifier and Type | Method and Description |
---|---|
Overlay |
ActiveOverlayPreprocessor.getValue() |
Modifier and Type | Method and Description |
---|---|
Overlay |
OverlayUpdatedEvent.getObject() |
Overlay |
OverlayRestructuredEvent.getObject() |
Overlay |
OverlayDeletedEvent.getObject() |
Overlay |
OverlayCreatedEvent.getObject() |
Constructor and Description |
---|
OverlayCreatedEvent(Overlay overlay) |
OverlayDeletedEvent(Overlay overlay) |
OverlayRestructuredEvent(Overlay overlay) |
OverlayUpdatedEvent(Overlay overlay) |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
OverlayHarmonizer.getOverlays(ij.ImagePlus imp)
Deprecated.
Extracts a list of
Overlay s from the given ImagePlus . |
Modifier and Type | Method and Description |
---|---|
void |
OverlayHarmonizer.setOverlays(List<Overlay> overlays,
Overlay activeOverlay,
ij.ImagePlus imp)
Deprecated.
Assigns a list of
Overlay s to the given ImagePlus . |
Modifier and Type | Method and Description |
---|---|
void |
OverlayHarmonizer.setOverlays(List<Overlay> overlays,
Overlay activeOverlay,
ij.ImagePlus imp)
Deprecated.
Assigns a list of
Overlay s to the given ImagePlus . |
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. |
Modifier and Type | Method and Description |
---|---|
Overlay |
Overlay.duplicate() |
Overlay |
BinaryMaskOverlay.duplicate() |
Overlay |
AbstractOverlay.duplicate() |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
CompositeOverlay.getSubcomponents() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeOverlay.and(Overlay o) |
void |
CompositeOverlay.doOperation(CompositeOverlay.Operation op,
Overlay o) |
void |
CompositeOverlay.not(Overlay o) |
void |
CompositeOverlay.or(Overlay o) |
void |
CompositeOverlay.remove(Overlay o) |
void |
CompositeOverlay.startWith(Overlay o) |
void |
CompositeOverlay.xor(Overlay o) |
Modifier and Type | Method and Description |
---|---|
Overlay |
FillDataValues.getOverlay() |
Modifier and Type | Method and Description |
---|---|
void |
FillDataValues.setOverlay(Overlay overlay) |
Constructor and Description |
---|
InplaceUnaryTransform(net.imglib2.ops.operation.complex.unary.ComplexUnaryOperation<O,O> operation,
O outType,
Dataset dataset,
Overlay overlay)
All planes version
|
InplaceUnaryTransform(net.imglib2.ops.operation.complex.unary.ComplexUnaryOperation<O,O> operation,
O outType,
Dataset dataset,
Overlay overlay,
Position planePos)
Single plane versions
|
NoiseAdder(Dataset dataset,
Overlay overlay,
Position pos)
Constructor - takes an input Dataset as the baseline data to compute
perturbed values from.
|
Modifier and Type | Method and Description |
---|---|
Overlay |
ConvertToMask.getOutput() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOverlayProperties.setOverlays(List<Overlay> overlays) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJHotDrawAdapter<O extends Overlay,F extends Figure>
An abstract class that gives default behavior for the
JHotDrawAdapter
interface. |
Modifier and Type | Method and Description |
---|---|
Overlay |
ThresholdJHotDrawAdapter.createNewOverlay() |
Overlay |
RectangleJHotDrawAdapter.createNewOverlay() |
Overlay |
PolylineJHotDrawAdapter.createNewOverlay() |
Overlay |
PolygonJHotDrawAdapter.createNewOverlay() |
Overlay |
JHotDrawAdapter.createNewOverlay()
Creates a new overlay.
|
Overlay |
GeneralPathJHotDrawAdapter.createNewOverlay() |
Overlay |
EllipseJHotDrawAdapter.createNewOverlay() |
Overlay |
DefaultJHotDrawAdapter.createNewOverlay() |
Modifier and Type | Method and Description |
---|---|
protected static RectangleOverlay |
RectangleJHotDrawAdapter.downcastOverlay(Overlay roi) |
protected static EllipseOverlay |
EllipseJHotDrawAdapter.downcastOverlay(Overlay roi) |
JHotDrawAdapter<?> |
JHotDrawService.getAdapter(Overlay overlay)
Gets the first available adapter for the given overlay.
|
JHotDrawAdapter<?> |
JHotDrawService.getAdapter(Overlay overlay,
Figure figure)
Gets the first available adapter for the given overlay.
|
ArrayList<JHotDrawAdapter<?>> |
JHotDrawService.getAdapters(Overlay overlay)
Gets all adapters capable of handling a given overlay.
|
ArrayList<JHotDrawAdapter<?>> |
JHotDrawService.getAdapters(Overlay overlay,
Figure figure)
Gets all adapters capable of handling a given overlay/figure combination.
|
boolean |
ThresholdJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
RectangleJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
PolylineJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
PolygonJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
PointJHotDrawOverlay.supports(Overlay overlay,
Figure figure) |
boolean |
LineJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
JHotDrawAdapter.supports(Overlay overlay,
Figure figure)
Determines whether the adapter can handle a particular overlay, or overlay
/ figure combination.
|
boolean |
GeneralPathJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
EllipseJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
DefaultJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
boolean |
AngleJHotDrawAdapter.supports(Overlay overlay,
Figure figure) |
Copyright © 2014–2022 ImageJ. All rights reserved.