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.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
icy.math |
Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...)
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
Scaler |
ScalerViewer.getScaler() |
Scaler |
ScalerPanel.getScaler() |
Constructor and Description |
---|
ScalerViewer.ScalerHistogramPanel(Scaler s) |
Modifier and Type | Method and Description |
---|---|
IcyBufferedImage |
IcyBufferedImage.convertToType(DataType dataType,
Scaler scaler)
Deprecated.
|
static IcyBufferedImage |
IcyBufferedImageUtil.convertToType(IcyBufferedImage source,
DataType dataType,
Scaler scaler)
Deprecated.
|
IcyBufferedImage |
IcyBufferedImage.convertToType(int dataType,
boolean signed,
Scaler scaler)
Deprecated.
|
static IcyBufferedImage |
IcyBufferedImageUtil.convertType(IcyBufferedImage source,
DataType dataType,
Scaler[] scalers)
Convert the source image to the specified data type.
|
Modifier and Type | Method and Description |
---|---|
Scaler[] |
IcyColorModel.getColormapScalers() |
Scaler[] |
IcyColorModel.getNormalScalers() |
Modifier and Type | Method and Description |
---|---|
Scaler |
LUTBand.getScaler()
Deprecated.
|
Scaler |
LUT.LUTChannel.getScaler() |
Scaler[] |
LUT.getScalers() |
Modifier and Type | Method and Description |
---|---|
void |
LUT.LUTChannel.setScaler(Scaler source)
Set the specified scaler (do a copy).
|
Modifier and Type | Method and Description |
---|---|
Scaler |
ScalerEvent.getScaler() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Scaler.contains(Scaler[] scalers,
Scaler scaler) |
static boolean |
Scaler.contains(Scaler[] scalers,
Scaler scaler) |
static int |
Scaler.indexOf(Scaler[] scalers,
Scaler scaler) |
static int |
Scaler.indexOf(Scaler[] scalers,
Scaler scaler) |
Constructor and Description |
---|
ScalerEvent(Scaler scaler) |
Modifier and Type | Method and Description |
---|---|
Sequence |
Sequence.convertToType(DataType dataType,
Scaler scaler)
Deprecated.
|
static Sequence |
SequenceUtil.convertToType(Sequence source,
DataType dataType,
Scaler scaler)
Deprecated.
|
static Sequence |
SequenceUtil.convertType(Sequence source,
DataType dataType,
Scaler[] scalers)
Converts the source sequence to the specified data type.
|