Uses of Enum Class
ome.xml.model.enums.PixelType
Packages that use PixelType
-
Uses of PixelType in ome.specification
Fields in ome.specification declared as PixelTypeModifier and TypeFieldDescriptionstatic final PixelTypeXMLMockObjects.PIXEL_TYPEThe default pixels type. -
Uses of PixelType in ome.xml.meta
Methods in ome.xml.meta that return PixelTypeModifier and TypeMethodDescriptionAggregateMetadata.getPixelsType(int imageIndex) DummyMetadata.getPixelsType(int imageIndex) MetadataRetrieve.getPixelsType(int imageIndex) Get the Type property of Pixels.OMEXMLMetadataImpl.getPixelsType(int imageIndex) Methods in ome.xml.meta with parameters of type PixelTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.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 PixelTypeMethods in ome.xml.model with parameters of type PixelType -
Uses of PixelType in ome.xml.model.enums
Methods in ome.xml.model.enums that return PixelTypeModifier and TypeMethodDescriptionstatic PixelTypePixelType.fromString(String value) static PixelTypeReturns the enum constant of this class with the specified name.static PixelType[]PixelType.values()Returns an array containing the constants of this enum class, in the order they are declared.