Package | Description |
---|---|
icy.gui.lut |
Contains all graphic components related to the Icy LUT (Look Up Table)
|
icy.image.colormap |
Contains the Icy Colormap structure definition and all default Icy colormap
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
ColormapViewer.getColor(IcyColorMapComponent cmc)
get color of specified band
|
boolean |
ColormapViewer.isOverlapped(IcyColorMapComponent cmc,
java.awt.Point pos)
Check if point is over any point in colormap
|
void |
ColormapViewer.setCurrentElements(IcyColorMapComponent cmc,
IcyColorMapComponent.ControlPoint cp)
set current controller or control point
|
Modifier and Type | Class and Description |
---|---|
class |
IcyColorMapBand
Deprecated.
Use
IcyColorMapComponent instead. |
Modifier and Type | Field and Description |
---|---|
IcyColorMapComponent |
IcyColorMap.alpha
ALPHA band
|
IcyColorMapComponent |
IcyColorMap.blue
BLUE band
|
IcyColorMapComponent |
IcyColorMap.gray
GRAY band
|
IcyColorMapComponent |
IcyColorMap.green
GREEN band
|
IcyColorMapComponent |
IcyColorMap.red
RED band
|
Modifier and Type | Method and Description |
---|---|
void |
IcyColorMapComponent.copyFrom(IcyColorMapComponent source)
Copy data from specified source colormap band
|