Package | Description |
---|---|
icy.gui.lut |
Contains all graphic components related to the Icy LUT (Look Up Table)
|
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
icy.vtk |
Contains VTK library related stuff (wrapper, tools)
|
Modifier and Type | Field and Description |
---|---|
LUT.LUTChannel |
ColormapPanel.lutChannel |
Constructor and Description |
---|
ColormapPanel(Viewer viewer,
LUT.LUTChannel lutChannel) |
ColormapViewer(LUT.LUTChannel lutChannel) |
ScalerBoundsSettingDialog(LUT.LUTChannel lutChannel) |
ScalerPanel(Viewer viewer,
LUT.LUTChannel lutChannel) |
ScalerViewer(Viewer viewer,
LUT.LUTChannel lutChannel) |
Modifier and Type | Method and Description |
---|---|
LUT.LUTChannel |
LUT.LUTChannelEvent.getLutChannel() |
LUT.LUTChannel |
LUT.getLutChannel(int channel)
Return the
LUT.LUTChannel for specified channel index. |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LUT.LUTChannel> |
LUT.getLutChannels() |
Modifier and Type | Method and Description |
---|---|
void |
LUT.LUTChannel.copyFrom(LUT.LUTChannel source)
Copy the colormap and scaler data from the specified source
LUT.LUTChannel |
Constructor and Description |
---|
LUT.LUTChannelEvent(LUT.LUTChannel lutChannel,
LUT.LUTChannelEvent.LUTChannelEventType type) |
Modifier and Type | Method and Description |
---|---|
static vtk.vtkColorTransferFunction |
VtkUtil.getColorMap(LUT.LUTChannel lutChannel)
Creates and returns the color map in
vtkColorTransferFunction format from the
specified LUT.LUTChannel . |
static vtk.vtkPiecewiseFunction |
VtkUtil.getOpacityMap(LUT.LUTChannel lutChannel)
Creates and returns the opacity map in
vtkPiecewiseFunction format from the specified LUT.LUTChannel . |
void |
VtkImageVolume.setLUT(LUT.LUTChannel lutChannel,
int channel)
Sets the
LUT.LUTChannel used to render the specified channel of image volume. |
void |
VtkBinaryVolume.setLUT(LUT.LUTChannel lutChannel,
int channel)
Deprecated.
Use
VtkBinaryVolume.setColor(Color) and VtkBinaryVolume.setOpacity(double) instead. |