Package | Description |
---|---|
Contains base Icy canvas and related classes
|
|
Contains all graphic components related to the Icy LUT (Look Up Table)
|
|
Contains all components and classes related to the Icy Viewer
|
|
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
|
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
|
Contains the Icy LUT definition (Colormap container)
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Field and Description |
---|---|
protected |
internals
|
Modifier and Type | Method and Description |
---|---|
|
() |
Constructor and Description |
---|
( viewer,
lut) |
Modifier and Type | Field and Description |
---|---|
protected |
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
|
()
Deprecated.
|
Constructor and Description |
---|
( viewer,
lut)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
|
()
Returns the viewer LUT
|
Modifier and Type | Method and Description |
---|---|
void |
( value)
Set the specified LUT for the viewer.
|
Modifier and Type | Method and Description |
---|---|
|
()
create a compatible LUT for this image
|
|
()
return LUT of this image
|
Modifier and Type | Method and Description |
---|---|
(package private) |
( image,
lut,
out) |
|
( out,
lut)
Deprecated.
Uses
instead.
|
|
(int imageType,
lut)
Deprecated.
Use
instead
|
|
( lut,
int imageType)
Deprecated.
Use
instead
|
static |
( source,
lut)
Convert the current into a ARGB .
|
static |
( source,
lut,
dest)
Draw the source into the destination ARGB
If dest is null then a new ARGB is returned. |
|
( lut)
Deprecated.
Use instead.
|
|
( lut,
out)
Deprecated.
Uses
instead.
|
int |
(int x,
int y,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
static |
( source,
dest,
lut)
Draw the source into the destination
If dest is null then a new TYPE_INT_ARGB is returned. |
static |
( source,
int imageType,
lut)
Convert the current into a of the specified
type.
|
Modifier and Type | Method and Description |
---|---|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
abstract int |
( pixel,
lut) |
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
( pixel,
lut)
Same as getRGB but by using the specified LUT instead of internal one
|
Modifier and Type | Method and Description |
---|---|
|
() |
|
()
Deprecated.
|
|
() |
Modifier and Type | Method and Description |
---|---|
void |
( lut)
Deprecated.
Use instead.
|
void |
( lut)
Copy LUT from the specified source lut
|
void |
( lut)
Deprecated.
Use instead.
|
boolean |
( lut)
Return true if LUT is compatible with specified ColorModel.
|
void |
( lut)
Deprecated.
USe instead.
|
void |
( lut,
boolean setAlpha)
Set colormaps from the specified source lut (do a copy).
|
void |
( lut)
Set the scalers from the specified source lut (do a copy)
|
Constructor and Description |
---|
( lut,
int component)
Deprecated.
|
( lut,
int component,
type) |
Modifier and Type | Method and Description |
---|---|
|
()
Creates a compatible LUT for this sequence
|
Modifier and Type | Method and Description |
---|---|
boolean |
( lut)
Returns true if specified LUT is compatible with sequence LUT
|