| 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 |
| Modifier and Type | Method and Description |
|---|---|
PixelType |
PixelFormat.getPixelType() |
static PixelType |
PixelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PixelType[] |
PixelType.values()
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) |
PixelFormat(int id,
int numberOfChannels,
PixelType pixelType,
OutputColorFormat colorFormat) |
Copyright © 2015 Open Microscopy Environment