| Package | Description |
|---|---|
| icy.canvas |
Contains base Icy canvas and related classes
|
| icy.gui.lut |
Contains all graphic components related to the Icy LUT (Look Up Table)
|
| icy.gui.lut.abstract_ | |
| icy.gui.main |
Contains graphic components and objects for the main interface
|
| icy.gui.viewer |
Contains all components and classes related to the Icy Viewer
|
| icy.image |
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
| icy.image.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
| icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
| icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
| icy.vtk |
Contains VTK library related stuff (wrapper, tools)
|
| Modifier and Type | Method and Description |
|---|---|
LUT |
IcyCanvas.getLut() |
| Modifier and Type | Method and Description |
|---|---|
LUT |
LUTViewer.getLut() |
| Constructor and Description |
|---|
LUTViewer(Viewer viewer,
LUT lut) |
| Modifier and Type | Method and Description |
|---|---|
LUT |
IcyLutViewer.getLut()
Deprecated.
|
| Constructor and Description |
|---|
IcyLutViewer(Viewer v,
LUT l)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LUT |
MainInterfaceGui.getActiveLUT() |
LUT |
MainInterfaceBatch.getActiveLUT() |
LUT |
MainInterface.getActiveLUT()
Returns the LUT from the active viewer window.
|
| Modifier and Type | Method and Description |
|---|---|
LUT |
Viewer.getLut()
Returns the viewer LUT
|
| Modifier and Type | Method and Description |
|---|---|
void |
Viewer.setLut(LUT value)
Set the specified LUT for the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
LUT |
IcyBufferedImage.createCompatibleLUT()
create a compatible LUT for this image
|
LUT |
IcyBufferedImage.createCompatibleLUT(boolean createColorModel)
create a compatible LUT for this image.
|
LUT |
IcyBufferedImage.getLUT()
Deprecated.
No attached LUT to an image.
Use IcyBufferedImage.createCompatibleLUT(boolean) instead. |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
IcyBufferedImage.convertToBufferedImage(java.awt.image.BufferedImage out,
LUT lut)
Deprecated.
|
java.awt.image.BufferedImage |
IcyBufferedImage.convertToBufferedImage(int imageType,
LUT lut)
Deprecated.
|
java.awt.image.BufferedImage |
IcyBufferedImage.convertToBufferedImage(LUT lut,
int imageType)
Deprecated.
|
static java.awt.image.BufferedImage |
IcyBufferedImageUtil.getARGBImage(IcyBufferedImage source,
LUT lut)
Convert the current
IcyBufferedImage into a ARGB BufferedImage. |
static java.awt.image.BufferedImage |
IcyBufferedImageUtil.getARGBImage(IcyBufferedImage source,
LUT lut,
java.awt.image.BufferedImage dest)
Deprecated.
|
java.awt.image.BufferedImage |
IcyBufferedImage.getARGBImage(LUT lut)
Deprecated.
|
java.awt.image.BufferedImage |
IcyBufferedImage.getARGBImage(LUT lut,
java.awt.image.BufferedImage out)
Deprecated.
|
int |
IcyBufferedImage.getRGB(int x,
int y,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
static java.awt.image.BufferedImage |
IcyBufferedImageUtil.toBufferedImage(IcyBufferedImage source,
java.awt.image.BufferedImage dest,
LUT lut)
Draw the source
IcyBufferedImage into the destination BufferedImageIf dest is null then a new TYPE_INT_ARGB BufferedImage is
returned. |
static java.awt.image.BufferedImage |
IcyBufferedImageUtil.toBufferedImage(IcyBufferedImage source,
int imageType,
LUT lut)
Convert the current
IcyBufferedImage into a BufferedImage of the specified
type. |
| Modifier and Type | Method and Description |
|---|---|
int |
UShortColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
ULongColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
UIntColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
UByteColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
ShortColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
LongColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
IntColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
abstract int |
IcyColorModel.getRGB(java.lang.Object pixel,
LUT lut) |
int |
FloatColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
DoubleColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
int |
ByteColorModel.getRGB(java.lang.Object pixel,
LUT lut)
Same as getRGB but by using the specified LUT instead of internal one
|
| Modifier and Type | Method and Description |
|---|---|
LUT |
LUTEvent.getLut() |
LUT |
LUTBand.getLut()
Deprecated.
|
LUT |
LUT.LUTChannel.getLut() |
| Modifier and Type | Method and Description |
|---|---|
void |
LUT.copyColormaps(LUT lut)
Deprecated.
Use
setColorMaps(LUT, boolean) instead. |
void |
LUT.copyFrom(LUT lut)
Copy LUT from the specified source lut
|
void |
LUT.copyScalers(LUT lut)
Deprecated.
Use
setScalers(LUT) instead. |
boolean |
LUT.isCompatible(LUT lut)
Return true if LUT is compatible with specified ColorModel.
|
void |
LUT.setColormaps(LUT lut)
Deprecated.
USe
setColorMaps(LUT, boolean) instead. |
void |
LUT.setColorMaps(LUT lut,
boolean setAlpha)
Set colormaps from the specified source lut (do a copy).
|
void |
LUT.setScalers(LUT lut)
Set the scalers from the specified source lut (do a copy)
|
| Constructor and Description |
|---|
LUTBand(LUT lut,
int component)
Deprecated.
|
LUTEvent(LUT lut,
int component,
LUTEvent.LUTEventType type) |
| Modifier and Type | Method and Description |
|---|---|
LUT |
Sequence.createCompatibleLUT()
Creates and returns the default LUT for this sequence.
|
LUT |
Sequence.getDefaultLUT()
Same as
Sequence.createCompatibleLUT() |
LUT |
Sequence.getUserLUT()
Returns the users LUT.
|
| Modifier and Type | Method and Description |
|---|---|
static Sequence |
SequenceUtil.convertColor(Sequence source,
int imageType,
LUT lut)
Do color conversion of the specified
Sequence into the specified type. |
boolean |
Sequence.isLutCompatible(LUT lut)
Returns true if specified LUT is compatible with sequence LUT
|
void |
Sequence.setUserLUT(LUT lut)
Sets the user LUT (saved in XML persistent metadata).
|
| Modifier and Type | Method and Description |
|---|---|
void |
VtkImageVolume.setLUT(LUT value)
Sets the
LUT used to render the image volume. |
void |
VtkBinaryVolume.setLUT(LUT value)
Deprecated.
Use
VtkBinaryVolume.setColor(Color) and VtkBinaryVolume.setOpacity(double) instead. |