| Package | Description |
|---|---|
| loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
| ome.specification | |
| ome.xml.meta | |
| ome.xml.model | |
| ome.xml.model.enums |
| Modifier and Type | Method and Description |
|---|---|
protected PixelType |
FormatReader.getPixelType(String value)
Retrieves an
PixelType enumeration
value for the given String. |
| Modifier and Type | Field and Description |
|---|---|
static PixelType |
XMLMockObjects.PIXEL_TYPE
The default pixels type.
|
| Modifier and Type | Method and Description |
|---|---|
PixelType |
DummyMetadata.getPixelsType(int imageIndex) |
PixelType |
AggregateMetadata.getPixelsType(int imageIndex) |
PixelType |
MetadataRetrieve.getPixelsType(int imageIndex)
Get the Type property of Pixels.
|
PixelType |
OMEXMLMetadataImpl.getPixelsType(int imageIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyMetadata.setPixelsType(PixelType type,
int imageIndex) |
void |
MetadataStore.setPixelsType(PixelType type,
int imageIndex)
Set the Type property of Pixels.
|
void |
FilterMetadata.setPixelsType(PixelType type,
int imageIndex) |
void |
AggregateMetadata.setPixelsType(PixelType type,
int imageIndex) |
void |
OMEXMLMetadataImpl.setPixelsType(PixelType type,
int imageIndex) |
| Modifier and Type | Field and Description |
|---|---|
private PixelType |
Pixels.type |
| Modifier and Type | Method and Description |
|---|---|
PixelType |
Pixels.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pixels.setType(PixelType type) |
| Modifier and Type | Method and Description |
|---|---|
static PixelType |
PixelType.fromString(String value) |
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.
|
Copyright © 2016 Open Microscopy Environment