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 PixelTypeXMLMockObjects. PIXEL_TYPEThe default pixels type. -
Uses of PixelType in ome.xml.meta
Methods in ome.xml.meta that return PixelType Modifier and Type Method Description PixelTypeAggregateMetadata. getPixelsType(int imageIndex)PixelTypeDummyMetadata. getPixelsType(int imageIndex)PixelTypeMetadataRetrieve. getPixelsType(int imageIndex)Get the Type property of Pixels.PixelTypeOMEXMLMetadataImpl. getPixelsType(int imageIndex)Methods in ome.xml.meta with parameters of type PixelType Modifier and Type Method Description voidAggregateMetadata. setPixelsType(PixelType type, int imageIndex)voidDummyMetadata. setPixelsType(PixelType type, int imageIndex)voidFilterMetadata. setPixelsType(PixelType type, int imageIndex)voidMetadataStore. setPixelsType(PixelType type, int imageIndex)Set the Type property of Pixels.voidOMEXMLMetadataImpl. 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 PixelTypePixels. getType()Methods in ome.xml.model with parameters of type PixelType Modifier and Type Method Description voidPixels. 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 PixelTypePixelType. fromString(java.lang.String value)static PixelTypePixelType. valueOf(java.lang.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.
-