Package | Description |
---|---|
net.imagej | |
net.imagej.display | |
net.imagej.display.process | |
net.imagej.options | |
net.imagej.plugins.commands.assign | |
net.imagej.plugins.tools |
Modifier and Type | Method and Description |
---|---|
ChannelCollection |
DrawingTool.getChannels() |
Modifier and Type | Method and Description |
---|---|
void |
DrawingTool.setChannels(ChannelCollection chans) |
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.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) |
ColorRGB |
DefaultDatasetView.getColor(ChannelCollection channels)
Reason from a channel collection and internal state what the closest color
is.
|
ColorRGB |
DatasetView.getColor(ChannelCollection channels) |
Modifier and Type | Method and Description |
---|---|
ChannelCollection |
ActiveChannelCollectionPreprocessor.getValue() |
Modifier and Type | Method and Description |
---|---|
ChannelCollection |
OptionsChannels.getBgValues() |
ChannelCollection |
OptionsChannels.getFgValues() |
Modifier and Type | Method and Description |
---|---|
void |
OptionsChannels.setBgValues(ChannelCollection vals) |
void |
OptionsChannels.setFgValues(ChannelCollection vals) |
Modifier and Type | Method and Description |
---|---|
ChannelCollection |
FillDataValues.getColor() |
Modifier and Type | Method and Description |
---|---|
void |
FillDataValues.setColor(ChannelCollection color) |
Modifier and Type | Method and Description |
---|---|
ChannelCollection |
PixelRecorder.getValues()
Returns the values of all the channels associated with the processed
mouse event.
|
Copyright © 2014–2022 ImageJ. All rights reserved.