Package | Description |
---|---|
Contains all Sequence related graphic components tools
|
|
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
|
() |
abstract |
() |
Modifier and Type | Method and Description |
---|---|
static |
( name)
Returns the enum constant of this type with the specified name.
|
static [] |
()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static |
( source,
int width,
int height,
boolean resizeContent,
int xAlign,
int yAlign,
filterType)
Return a copy of the source image with specified size, alignment rules and filter type.
|
static |
( source,
int width,
int height,
filterType)
Return a copy of the image with specified size
|
Modifier and Type | Method and Description |
---|---|
static |
( source,
int width,
int height,
boolean resizeContent,
int xAlign,
int yAlign,
filterType)
Return a copy of the source sequence with specified size, alignment rules and filter type.
|
static |
( source,
int width,
int height,
filterType)
Return a copy of the sequence with specified size.
|