Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
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 | Method and Description |
---|---|
PixelType |
AggregateMetadata.getPixelsType(int imageIndex) |
PixelType |
MetadataRetrieve.getPixelsType(int imageIndex) |
PixelType |
OMEXMLMetadataImpl.getPixelsType(int imageIndex) |
PixelType |
DummyMetadata.getPixelsType(int imageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setPixelsType(PixelType type,
int imageIndex) |
void |
OMEXMLMetadataImpl.setPixelsType(PixelType type,
int imageIndex) |
void |
MetadataStore.setPixelsType(PixelType type,
int imageIndex) |
void |
FilterMetadata.setPixelsType(PixelType type,
int imageIndex) |
void |
DummyMetadata.setPixelsType(PixelType type,
int imageIndex) |
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 © 2014 Open Microscopy Environment