Package | Description |
---|---|
Contains all Icy action command classes which are accessible through the search bar
|
|
Contains all file operation tools and related objects
|
|
Contains graphic components and objects related to the main (Ribbon) menu
|
|
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 ITK library related stuff
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
|
Contains custom data type definition and tools for generic and multi dimensional array manipulation
|
|
Contains array type definition and tools (generic arrays, dynamic arrays...)
|
|
Contains common utilities classes (String, XLS, XML, ZIP, JAR, OME, Graphics, Date, Shape, Class...)
|
Modifier and Type | Field and Description |
---|---|
(package private) |
|
Modifier and Type | Method and Description |
---|---|
static |
( dataType,
boolean scaled) |
Constructor and Description |
---|
( dataType,
boolean scaled) |
Modifier and Type | Method and Description |
---|---|
static loci.formats.ome.OMEXMLMetadata |
(int sizeX,
int sizeY,
int sizeC,
dataType)
Deprecated.
use instead
|
static loci.formats.ome.OMEXMLMetadata |
(int sizeX,
int sizeY,
int sizeC,
int sizeZ,
int sizeT,
dataType)
Deprecated.
use
instead
|
static |
(loci.formats.IFormatWriter writer,
int numChannel,
dataType)
Return the closest compatible supported by writer
from the specified image description.
|
static boolean |
(loci.formats.IFormatWriter writer,
int numChannel,
boolean alpha,
dataType)
Return true if the specified writer is compatible with the image description.
|
static void |
(byte[] data,
int width,
int height,
int numChannel,
dataType,
file,
boolean force)
Save a single image from bytes buffer to the specified file.
|
Modifier and Type | Method and Description |
---|---|
|
( sequence,
dataType,
boolean scaled,
org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup group) |
Modifier and Type | Field and Description |
---|---|
protected |
|
Modifier and Type | Method and Description |
---|---|
|
()
Return the data type of this image
|
Modifier and Type | Method and Description |
---|---|
|
( dataType,
boolean rescale)
Deprecated.
Uses
instead.
|
|
( dataType,
scaler)
Deprecated.
Uses
instead.
|
static |
( source,
dataType,
boolean rescale)
Convert the source image to the specified data type.
|
static |
( source,
dataType,
boolean rescale,
boolean useDataBounds)
Convert the source image to the specified data type.
|
static |
( source,
dataType,
scaler)
Convert the source image to the specified data type.
|
Constructor and Description |
---|
(int width,
int height,
int numComponents,
dataType)
Create an ICY formatted BufferedImage with specified width, height,
number of component and dataType. |
Modifier and Type | Field and Description |
---|---|
protected |
data type
|
Modifier and Type | Method and Description |
---|---|
|
()
Return data type for this colormodel
|
Modifier and Type | Method and Description |
---|---|
static |
(int numComponents,
dataType)
Creates a new ColorModel with the given color component and image data type
|
Constructor and Description |
---|
(int numComponents,
dataType,
int[] bits)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static |
(int value) |
static |
(org.itk.simple.PixelIDValueEnum value) |
Modifier and Type | Method and Description |
---|---|
static int |
( dataType) |
static org.itk.simple.PixelIDValueEnum |
( dataType) |
Modifier and Type | Method and Description |
---|---|
|
()
Returns the data type of sequence
|
|
()
Data-type of the sequence to be created
|
Modifier and Type | Method and Description |
---|---|
|
( dataType,
boolean rescale)
Deprecated.
Use instead.
|
|
( dataType,
scaler)
Deprecated.
Use instead.
|
static |
( source,
dataType,
boolean rescale)
Converts the source sequence to the specified data type.
|
static |
( source,
dataType,
boolean rescale,
boolean useDataBounds)
Converts the source sequence to the specified data type.
|
static |
( source,
dataType,
scaler)
Converts the source sequence to the specified data type.
|
static loci.formats.ome.OMEXMLMetadata |
(int sizeX,
int sizeY,
int sizeC,
dataType,
boolean separateChannel)
Generates Meta Data for the given arguments.
|
static loci.formats.ome.OMEXMLMetadata |
(int sizeX,
int sizeY,
int sizeC,
int sizeZ,
int sizeT,
dataType,
boolean separateChannel)
Generates meta data for the given image properties.
|
static void |
(loci.formats.ome.OMEXMLMetadataImpl metadata,
int sizeX,
int sizeY,
int sizeC,
int sizeZ,
int sizeT,
dataType,
boolean separateChannel)
Set metadata object with the given image properties.
|
Constructor and Description |
---|
(int sizeX,
int sizeY,
int sizeZ,
int sizeT,
int sizeC,
dataType)
Allocate a new sequence that will have the given size, dataType and an empty name
|
(int sizeX,
int sizeY,
int sizeZ,
int sizeT,
int sizeC,
dataType,
target)
If non-null, the 'target' argument will be used to store the result of the
sequence building process, and no new sequence will be created.
|
Modifier and Type | Method and Description |
---|---|
static |
(<?> classType)
Return a DataType from the specified primitive class type
|
static |
(int oldDataType)
Return a DataType from old dataType.
|
static |
(int oldDataType,
boolean signed)
Return a DataType from old dataType.
|
static |
( value)
Return a DataType from the specified string.
|
static |
(int dataBufferType)
Return a DataType from the specified DataBuffer type.
|
static |
(int type)
Return a DataType from the specified FormatTools type.
|
static |
(ome.xml.model.enums.PixelType type)
Return a DataType from the specified PixelType.
|
|
()
Return the java compatible data type (signed integer type only).
|
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 |
---|---|
boolean |
( dataType)
Return true if specified data type has same "basic" type (no sign information) data type
|
Modifier and Type | Method and Description |
---|---|
|
()
Return the data type for this array
|
static |
( array)
Return the DataType (java type only) of the specified array.
|
static |
( array,
boolean signed)
Return the DataType of the specified array
|
Modifier and Type | Method and Description |
---|---|
static |
( out,
dataType,
int len)
Allocate the specified 1D array if it's defined to null with the specified len
|
static |
(byte[] in,
outDataType,
boolean little)
Bit transform and return the 'in' byte array in the specified data type array
|
static |
(byte[] in,
int inOffset,
outDataType,
int byteLength,
boolean little)
Bit transform and return the 'in' byte array in the specified data type array
|
static |
(byte[] in,
int inOffset,
int inStep,
outDataType,
int outOffset,
int outStep,
int byteLength,
boolean little)
Bit transform and return the 'in' byte array in the specified data type array
|
static |
( type)
Create a DynamicArray with specified type
|
static |
( type,
int granularity)
Create a DynamicArray with specified type.
|
static [][] |
( dataType,
int len)
Create a new 3D array with specified data type and length
|
static [] |
( dataType,
int len)
Create a new 2D array with specified data type and length
|
static |
( dataType,
int len)
Create a new 1D array with specified data type and length
|
static |
( dataType,
int dim,
int len)
Allocate the specified array data type with specified number of dimension.
|
static double |
( array,
int offset,
dataType)
Get value as double from specified 1D array and offset.
|
static float |
( array,
int offset,
dataType)
Get value as float from specified 1D array and offset.
|
static int |
( array,
int offset,
dataType)
Get value as integer from specified 1D array and offset.
|
static long |
( array,
int offset,
dataType)
Get value as integer from specified 1D array and offset.
|
void |
( dataType) |
static void |
( array,
int offset,
dataType,
double value)
Set value at specified offset as double value.
|
static |
( value,
dataType)
Return the specified string containing separated values as a 1D array
By default separator is assumed to be ':' character ex : "0:1:2:3:4" --> [0,1,2,3,4] |
static |
( value,
dataType,
boolean hexa,
separator)
Return the specified string containing separated values as a 1D array
ex : "0:1:2:3:4" --> [0,1,2,3,4] |
static |
( value,
dataType)
Return the specified string containing separated values as a 1D array
By default separator is assumed to be ':' character ex : "0:1:2:3:4" --> [0,1,2,3,4] |
static |
( value,
dataType,
boolean hexa,
separator)
Return the specified string containing separated values as a 1D array
ex : "0:1:2:3:4" --> [0,1,2,3,4] |
Constructor and Description |
---|
( dataType,
int dim)
Deprecated.
|
( dataType,
int dim) |
Modifier and Type | Method and Description |
---|---|
static loci.formats.ome.OMEXMLMetadata |
(int sizeX,
int sizeY,
int sizeC,
dataType,
boolean separateChannel)
Deprecated.
Use
instead.
|
static loci.formats.ome.OMEXMLMetadata |
(int sizeX,
int sizeY,
int sizeC,
int sizeZ,
int sizeT,
dataType,
boolean separateChannel)
Deprecated.
Uses
instead.
|
static loci.formats.ome.OMEXMLMetadataImpl |
(loci.formats.ome.OMEXMLMetadataImpl metadata,
int sizeX,
int sizeY,
int sizeC,
int sizeZ,
int sizeT,
dataType,
boolean separateChannel)
Deprecated.
Uses
instead.
|