Package | Description |
---|---|
Contains base Icy canvas and related classes
|
|
Contains all file operation tools and related objects
|
|
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 | Method and Description |
---|---|
protected void |
( colorModel,
int component)
sequence component bounds has changed
|
protected void |
( colorModel,
int component)
sequence component bounds has changed
|
Modifier and Type | Method and Description |
---|---|
static |
(loci.formats.IFormatWriter writer,
colorModel)
Return the closest compatible supported by writer
from the specified .
|
static |
(loci.formats.IFormatWriter writer,
int numChannel,
dataType)
Return the closest compatible supported by writer
from the specified image description.
|
Modifier and Type | Method and Description |
---|---|
static |
(loci.formats.IFormatWriter writer,
colorModel)
Return the closest compatible supported by writer
from the specified .
|
static boolean |
(loci.formats.IFormatWriter writer,
colorModel)
Return true if the specified writer is compatible with the specified .
|
Modifier and Type | Method and Description |
---|---|
|
()
Return the IcyColorModel
|
Modifier and Type | Method and Description |
---|---|
static |
(int width,
int height,
cm)
Deprecated.
Use instead.
|
Constructor and Description |
---|
(int width,
int height,
cm)
Create an ICY formatted BufferedImage with specified width, height and IcyColorModel type.
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
Modifier and Type | Method and Description |
---|---|
static |
()
Create default ColorModel : 4 components, unsigned byte data type
|
static |
( colorModel,
boolean copyColormap,
boolean copyBounds)
Creates a new ColorModel from a given icyColorModel
|
static |
(int numComponents,
dataType)
Creates a new ColorModel with the given color component and image data type
|
static |
(int numComponents,
int dataType,
boolean signed)
Deprecated.
use instead
|
|
() |
Modifier and Type | Method and Description |
---|---|
void |
( source)
Deprecated.
Use instead.
|
static |
( colorModel,
boolean copyColormap,
boolean copyBounds)
Creates a new ColorModel from a given icyColorModel
|
boolean |
( cm) |
void |
( source)
Set bounds from specified
|
Constructor and Description |
---|
( colorModel,
type,
int component) |
Modifier and Type | Method and Description |
---|---|
boolean |
( colorModel)
Return true if LUT is compatible with specified ColorModel.
|
Constructor and Description |
---|
( cm) |
Modifier and Type | Field and Description |
---|---|
(package private) |
colorModel of sequence
|
Modifier and Type | Method and Description |
---|---|
|
()
Returns the colorModel
|
Modifier and Type | Method and Description |
---|---|
boolean |
( cm)
Test if the specified colorModel is compatible with sequence colorModel
|