| Package | Description |
|---|---|
| ome.jxr.ifd |
Enums and classes used during metadata extraction from the IFD structure.
|
| Modifier and Type | Field and Description |
|---|---|
private PixelType |
PixelFormat.pixelType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PixelType |
PixelFormat.getPixelType()
Deprecated.
|
static PixelType |
PixelType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PixelType[] |
PixelType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PixelFormat(int id,
int numberOfChannels,
boolean alphaChannel,
PixelType pixelType,
OutputColorFormat colorFormat)
Deprecated.
|
PixelFormat(int id,
int numberOfChannels,
PixelType pixelType,
OutputColorFormat colorFormat)
Deprecated.
|
Copyright © 2016 Open Microscopy Environment