| Package | Description |
|---|---|
| ome.jxr.ifd |
Enums and classes used during metadata extraction from the IFD structure.
|
| ome.jxr.image |
Enums and classes used to model the image elements that are located in the
codestream (e.g.
|
| ome.jxr.parser |
Class hierarchy implementing the chain of responsibility pattern and used
during parsing of the file, IFD and image header.
|
| Modifier and Type | Field and Description |
|---|---|
private OutputColorFormat |
PixelFormat.colorFormat |
| Modifier and Type | Method and Description |
|---|---|
OutputColorFormat |
PixelFormat.getColorFormat() |
| Constructor and Description |
|---|
PixelFormat(int id,
int numberOfChannels,
boolean alphaChannel,
PixelType pixelType,
OutputColorFormat colorFormat) |
PixelFormat(int id,
int numberOfChannels,
PixelType pixelType,
OutputColorFormat colorFormat) |
| Modifier and Type | Method and Description |
|---|---|
static OutputColorFormat |
OutputColorFormat.findById(int id) |
static OutputColorFormat |
OutputColorFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputColorFormat[] |
OutputColorFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private OutputColorFormat |
DatastreamParser.outputClrFmt |
Copyright © 2015 Open Microscopy Environment