Package | Description |
---|---|
icy.gui.lut |
Contains all graphic components related to the Icy LUT (Look Up Table)
|
icy.image |
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
icy.image.colormap |
Contains the Icy Colormap structure definition and all default Icy colormap
|
icy.image.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
icy.image.colorspace |
Contains the base Icy ColorSpace structure definition and related objects
|
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
ColormapViewer.getColormap() |
IcyColorMap |
ColormapIcon.getColormap() |
Modifier and Type | Method and Description |
---|---|
void |
ColormapPanel.copyColorMap(IcyColorMap src)
Deprecated.
Use
ColormapPanel.setColorMap(IcyColorMap) instead. |
void |
ColormapPanel.setColorMap(IcyColorMap src)
Set the colormap.
|
Constructor and Description |
---|
ColormapIcon(IcyColorMap colormap) |
ColormapIcon(IcyColorMap colormap,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
IcyBufferedImage.getColormap(int channel)
Deprecated.
Use
IcyBufferedImage.getColorMap(int) instead (different case). |
IcyColorMap |
IcyBufferedImage.getColorMap(int channel)
Return the colormap of the specified channel.
|
Modifier and Type | Method and Description |
---|---|
void |
IcyBufferedImage.setColormap(int channel,
IcyColorMap map)
Deprecated.
|
void |
IcyBufferedImage.setColorMap(int channel,
IcyColorMap map)
Set the colormap for the specified channel.
|
void |
IcyBufferedImage.setColorMap(int channel,
IcyColorMap map,
boolean setAlpha)
Set the colormap for the specified channel.
|
Modifier and Type | Class and Description |
---|---|
class |
FireColorMap |
class |
GlowColorMap |
class |
HSVColorMap |
class |
IceColorMap |
class |
JETColorMap |
class |
LinearColorMap |
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
IcyColorMapEvent.getColormap() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IcyColorMap> |
IcyColorMap.getAllColorMaps(boolean wantGrayInverse,
boolean wantAlpha)
Returns the list of all available colormaps.
|
static java.util.List<IcyColorMap> |
IcyColorMap.getCustomColorMaps()
Returns the list of custom colormap available in the Icy "colormap" folder
|
static java.util.List<IcyColorMap> |
IcyColorMap.getLinearColorMaps(boolean wantGrayInverse,
boolean wantAlpha)
Returns the list of default linear colormap:
GRAY, [GRAY_INV,] RED, GREEN, BLUE, MAGENTA, YELLOW, CYAN, [ALPHA] |
static java.util.List<IcyColorMap> |
IcyColorMap.getSpecialColorMaps()
Returns the list of special colormap:
ICE, FIRE, HSV, JET, GLOW |
Modifier and Type | Method and Description |
---|---|
void |
IcyColorMap.copyFrom(IcyColorMap srcColorMap)
Copy data from specified source colormap
|
void |
IcyColorMap.copyFrom(IcyColorMap srcColorMap,
boolean copyAlpha)
Copy data from specified source colormap.
|
Constructor and Description |
---|
IcyColorMap(IcyColorMap colormap)
Create a copy of specified colormap.
|
IcyColorMapBand(IcyColorMap colorMap)
Deprecated.
|
IcyColorMapBand(IcyColorMap colorMap,
short initValue)
Deprecated.
|
IcyColorMapComponent(IcyColorMap colorMap) |
IcyColorMapComponent(IcyColorMap colorMap,
short initValue) |
IcyColorMapEvent(IcyColorMap colormap,
IcyColorMapEvent.IcyColorMapEventType type) |
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
IcyColorModel.getColormap(int component)
Deprecated.
Use
IcyColorModel.getColorMap(int) instead (different case). |
IcyColorMap |
IcyColorModel.getColorMap(int component)
Return the toRGB colormap of specified RGB component
|
Modifier and Type | Method and Description |
---|---|
void |
IcyColorModel.setColormap(int component,
IcyColorMap map)
Deprecated.
Use
IcyColorModel.setColorMap(int, IcyColorMap, boolean) instead. |
void |
IcyColorModel.setColorMap(int component,
IcyColorMap map,
boolean setAlpha)
Set the toRGB colormap of specified component (actually copy the content).
|
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
IcyColorSpace.getColormap(int component)
Deprecated.
Use
IcyColorSpace.getColorMap(int) instead (different case). |
IcyColorMap |
IcyColorSpace.getColorMap(int component)
Return the colormap of the specified component.
|
Modifier and Type | Method and Description |
---|---|
void |
IcyColorSpace.copyColormap(int component,
IcyColorMap map)
Deprecated.
Use
setColormap(channel, map) instead. |
void |
IcyColorSpace.copyColormap(int component,
IcyColorMap map,
boolean copyName)
Deprecated.
Use
setColormap(channel, map) instead. |
void |
IcyColorSpace.copyColormap(int component,
IcyColorMap map,
boolean copyName,
boolean copyAlpha)
Deprecated.
Use
setColormap(channel, map) instead. |
int |
IcyColorSpace.indexOfColorMap(IcyColorMap colormap)
get index of the specified colormap
|
void |
IcyColorSpace.setColormap(int component,
IcyColorMap map)
Deprecated.
Use
IcyColorSpace.setColorMap(int, IcyColorMap, boolean) instead. |
void |
IcyColorSpace.setColorMap(int component,
IcyColorMap colorMap,
boolean setAlpha)
Set the colormap for the specified component (actually copy the content of source colormap).
|
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
LUTBand.getColorMap()
Deprecated.
|
IcyColorMap |
LUT.LUTChannel.getColorMap() |
Modifier and Type | Method and Description |
---|---|
void |
LUTBand.copyColorMap(IcyColorMap colorMap)
Deprecated.
|
void |
LUT.LUTChannel.copyColorMap(IcyColorMap colorMap)
Deprecated.
Use
LUT.LUTChannel.setColorMap(IcyColorMap, boolean) instead. |
void |
LUTBand.copyColorMap(IcyColorMap colorMap,
boolean copyName,
boolean copyAlpha)
Deprecated.
|
void |
LUT.LUTChannel.setColorMap(IcyColorMap colorMap)
Deprecated.
Use
LUT.LUTChannel.setColorMap(IcyColorMap, boolean) instead. |
void |
LUT.LUTChannel.setColorMap(IcyColorMap colorMap,
boolean setAlpha)
Set the specified colormap (do a copy).
|
Modifier and Type | Method and Description |
---|---|
IcyColorMap |
Sequence.getColorMap(int channel)
Get the user colormap for the specified channel.
|
IcyColorMap |
Sequence.getDefaultColorMap(int channel)
Get the default colormap for the specified channel
|
Modifier and Type | Method and Description |
---|---|
void |
Sequence.setColormap(int channel,
IcyColorMap map)
Set the user colormap for the specified channel.
|
void |
Sequence.setColormap(int channel,
IcyColorMap map,
boolean setAlpha)
Set the user colormap for the specified channel.
|
void |
Sequence.setDefaultColormap(int channel,
IcyColorMap map)
Set the default colormap for the specified channel
|
void |
Sequence.setDefaultColormap(int channel,
IcyColorMap map,
boolean setAlpha)
Set the default colormap for the specified channel
|