Uses of Class
ome.xml.model.enums.PixelType
-
Packages that use PixelType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of PixelType in ome.specification
Fields in ome.specification declared as PixelType Modifier and Type Field Description static PixelType
XMLMockObjects. PIXEL_TYPE
The default pixels type. -
Uses of PixelType in ome.xml.meta
Methods in ome.xml.meta that return PixelType Modifier and Type Method Description PixelType
AggregateMetadata. getPixelsType(int imageIndex)
PixelType
DummyMetadata. getPixelsType(int imageIndex)
PixelType
MetadataRetrieve. getPixelsType(int imageIndex)
Get the Type property of Pixels.PixelType
OMEXMLMetadataImpl. getPixelsType(int imageIndex)
Methods in ome.xml.meta with parameters of type PixelType Modifier and Type Method Description void
AggregateMetadata. setPixelsType(PixelType type, int imageIndex)
void
DummyMetadata. setPixelsType(PixelType type, int imageIndex)
void
FilterMetadata. setPixelsType(PixelType type, int imageIndex)
void
MetadataStore. setPixelsType(PixelType type, int imageIndex)
Set the Type property of Pixels.void
OMEXMLMetadataImpl. setPixelsType(PixelType type, int imageIndex)
-
Uses of PixelType in ome.xml.model
Methods in ome.xml.model that return PixelType Modifier and Type Method Description PixelType
Pixels. getType()
Methods in ome.xml.model with parameters of type PixelType Modifier and Type Method Description void
Pixels. setType(PixelType type)
-
Uses of PixelType in ome.xml.model.enums
Methods in ome.xml.model.enums that return PixelType Modifier and Type Method 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.
-