Package | Description |
---|---|
icy.gui.lut.abstract_ | |
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
Modifier and Type | Field and Description |
---|---|
LUTBand |
IcyColormapPanel.lutBand
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LUTBand |
IcyScalerPanel.getLutBand()
Deprecated.
|
LUTBand |
IcyLutBandViewer.getLutBand()
Deprecated.
|
LUTBand |
IcyColormapPanel.getLutBand()
Deprecated.
|
Constructor and Description |
---|
IcyColormapPanel(Viewer viewer,
LUTBand lutBand)
Deprecated.
|
IcyLutBandViewer(Viewer viewer,
LUTBand lutBand)
Deprecated.
|
IcyScalerPanel(Viewer viewer,
LUTBand lutBand)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LUTBand |
LUTBandEvent.getLutband()
Deprecated.
|
LUTBand |
LUT.getLutBand(int band)
Deprecated.
Use
LUT.getLutChannel(int) instead. |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LUTBand> |
LUT.getLutBands()
Deprecated.
Use
LUT.getLutChannels() instead. |
Constructor and Description |
---|
LUTBandEvent(LUTBand lutband,
LUTBandEvent.LUTBandEventType type)
Deprecated.
|