Uses of Class
ome.xml.model.MapPair
-
Packages that use MapPair Package Description ome.xml.meta ome.xml.model -
-
Uses of MapPair in ome.xml.meta
Methods in ome.xml.meta that return types with arguments of type MapPair Modifier and Type Method Description java.util.List<MapPair>AggregateMetadata. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)Gets the Map value associated with this generic light sourcejava.util.List<MapPair>DummyMetadata. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)Gets the Map value associated with this generic light sourcejava.util.List<MapPair>MetadataRetrieve. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)Get the MapAnnotation values from a GenericExcitationSource.java.util.List<MapPair>OMEXMLMetadataImpl. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)Gets the Map value associated with this generic light sourcejava.util.List<MapPair>AggregateMetadata. getImagingEnvironmentMap(int imageIndex)Gets the Map value associated with this imaging environmentjava.util.List<MapPair>DummyMetadata. getImagingEnvironmentMap(int imageIndex)Gets the Map value associated with this imaging environmentjava.util.List<MapPair>MetadataRetrieve. getImagingEnvironmentMap(int imageIndex)Get the MapAnnotation values from a ImagingEnvironment.java.util.List<MapPair>OMEXMLMetadataImpl. getImagingEnvironmentMap(int imageIndex)Gets the Map value associated with this imaging environmentjava.util.List<MapPair>AggregateMetadata. getMapAnnotationValue(int mapAnnotationIndex)Gets the Map value associated with this annotationjava.util.List<MapPair>DummyMetadata. getMapAnnotationValue(int mapAnnotationIndex)Gets the Map value associated with this annotationjava.util.List<MapPair>MetadataRetrieve. getMapAnnotationValue(int mapAnnotationIndex)Get the values from a MapAnnotation.java.util.List<MapPair>OMEXMLMetadataImpl. getMapAnnotationValue(int mapAnnotationIndex)Gets the Map value associated with this annotationMethod parameters in ome.xml.meta with type arguments of type MapPair Modifier and Type Method Description voidAggregateMetadata. setGenericExcitationSourceMap(java.util.List<MapPair> map, int instrumentIndex, int lightSourceIndex)Sets the Map value associated with this generic light sourcevoidDummyMetadata. setGenericExcitationSourceMap(java.util.List<MapPair> map, int instrumentIndex, int lightSourceIndex)Sets the Map value associated with this generic light sourcevoidFilterMetadata. setGenericExcitationSourceMap(java.util.List<MapPair> map, int instrumentIndex, int lightSourceIndex)Sets the Map value associated with this generic light sourcevoidMetadataStore. setGenericExcitationSourceMap(java.util.List<MapPair> map, int instrumentIndex, int lightSourceIndex)Set the MapAnnotation values of a GenericExcitationSource.voidOMEXMLMetadataImpl. setGenericExcitationSourceMap(java.util.List<MapPair> map, int instrumentIndex, int lightSourceIndex)Sets the Map value associated with this generic light sourcevoidAggregateMetadata. setImagingEnvironmentMap(java.util.List<MapPair> map, int imageIndex)Sets the Map value associated with this imaging environmentvoidDummyMetadata. setImagingEnvironmentMap(java.util.List<MapPair> map, int imageIndex)Sets the Map value associated with this imaging environmentvoidFilterMetadata. setImagingEnvironmentMap(java.util.List<MapPair> map, int imageIndex)Sets the Map value associated with this imaging environmentvoidMetadataStore. setImagingEnvironmentMap(java.util.List<MapPair> map, int imageIndex)Set the MapAnnotation values of an ImagingEnvironment.voidOMEXMLMetadataImpl. setImagingEnvironmentMap(java.util.List<MapPair> map, int imageIndex)Sets the Map value associated with this imaging environmentvoidAggregateMetadata. setMapAnnotationValue(java.util.List<MapPair> value, int mapAnnotationIndex)Sets the Map value associated with this annotationvoidDummyMetadata. setMapAnnotationValue(java.util.List<MapPair> value, int mapAnnotationIndex)Sets the Map value associated with this annotationvoidFilterMetadata. setMapAnnotationValue(java.util.List<MapPair> value, int mapAnnotationIndex)Sets the Map value associated with this annotationvoidMetadataStore. setMapAnnotationValue(java.util.List<MapPair> value, int mapAnnotationIndex)Set the values of a MapAnnotation.voidOMEXMLMetadataImpl. setMapAnnotationValue(java.util.List<MapPair> value, int mapAnnotationIndex)Sets the Map value associated with this annotation -
Uses of MapPair in ome.xml.model
Methods in ome.xml.model that return types with arguments of type MapPair Modifier and Type Method Description java.util.List<MapPair>GenericExcitationSource. getMap()java.util.List<MapPair>ImagingEnvironment. getMap()java.util.List<MapPair>MapAnnotation. getValue()Method parameters in ome.xml.model with type arguments of type MapPair Modifier and Type Method Description voidGenericExcitationSource. setMap(java.util.List<MapPair> map)voidImagingEnvironment. setMap(java.util.List<MapPair> map)voidMapAnnotation. setValue(java.util.List<MapPair> value)Constructors in ome.xml.model with parameters of type MapPair Constructor Description MapPair(MapPair orig)Copy constructor.
-