Package | Description |
---|---|
net.imagej | |
net.imagej.display | |
net.imagej.display.process | |
net.imagej.legacy.display | |
net.imagej.plugins.commands.assign |
Modifier and Type | Method and Description |
---|---|
Position |
Extents.createPosition()
Returns a
Position object that can be used to iterate these
Extents. |
Constructor and Description |
---|
Position(Position pos)
Constructs a position that is a copy of the given position.
|
Modifier and Type | Method and Description |
---|---|
Position |
ImageDisplayService.getActivePosition()
Gets the active
Position , if any, of the currently active
ImageDisplay . |
Position |
DefaultImageDisplayService.getActivePosition() |
Position |
ImageDisplayService.getActivePosition(ImageDisplay display)
|
Position |
DefaultImageDisplayService.getActivePosition(ImageDisplay display) |
Position |
DataView.getPlanePosition()
Gets the N-dimensional plane position of this view.
|
Position |
AbstractDataView.getPlanePosition() |
Modifier and Type | Method and Description |
---|---|
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.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) |
Modifier and Type | Method and Description |
---|---|
Position |
ActivePositionPreprocessor.getValue() |
Modifier and Type | Method and Description |
---|---|
Position |
LegacyImageDisplayService.getActivePosition() |
Position |
LegacyImageDisplayService.getActivePosition(ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
Position |
FillDataValues.getPosition() |
Modifier and Type | Method and Description |
---|---|
void |
FillDataValues.setPosition(Position position) |
Constructor and Description |
---|
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.
|
Copyright © 2014–2022 ImageJ. All rights reserved.