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 List<MapPair>
AggregateMetadata. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)
Gets the Map value associated with this generic light sourceList<MapPair>
DummyMetadata. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)
Gets the Map value associated with this generic light sourceList<MapPair>
MetadataRetrieve. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)
Get the MapAnnotation values from a GenericExcitationSource.List<MapPair>
OMEXMLMetadataImpl. getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)
Gets the Map value associated with this generic light sourceList<MapPair>
AggregateMetadata. getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environmentList<MapPair>
DummyMetadata. getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environmentList<MapPair>
MetadataRetrieve. getImagingEnvironmentMap(int imageIndex)
Get the MapAnnotation values from a ImagingEnvironment.List<MapPair>
OMEXMLMetadataImpl. getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environmentList<MapPair>
AggregateMetadata. getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotationList<MapPair>
DummyMetadata. getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotationList<MapPair>
MetadataRetrieve. getMapAnnotationValue(int mapAnnotationIndex)
Get the values from a MapAnnotation.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 void
AggregateMetadata. setGenericExcitationSourceMap(List<MapPair> map, int instrumentIndex, int lightSourceIndex)
Sets the Map value associated with this generic light sourcevoid
DummyMetadata. setGenericExcitationSourceMap(List<MapPair> map, int instrumentIndex, int lightSourceIndex)
Sets the Map value associated with this generic light sourcevoid
FilterMetadata. setGenericExcitationSourceMap(List<MapPair> map, int instrumentIndex, int lightSourceIndex)
Sets the Map value associated with this generic light sourcevoid
MetadataStore. setGenericExcitationSourceMap(List<MapPair> map, int instrumentIndex, int lightSourceIndex)
Set the MapAnnotation values of a GenericExcitationSource.void
OMEXMLMetadataImpl. setGenericExcitationSourceMap(List<MapPair> map, int instrumentIndex, int lightSourceIndex)
Sets the Map value associated with this generic light sourcevoid
AggregateMetadata. setImagingEnvironmentMap(List<MapPair> map, int imageIndex)
Sets the Map value associated with this imaging environmentvoid
DummyMetadata. setImagingEnvironmentMap(List<MapPair> map, int imageIndex)
Sets the Map value associated with this imaging environmentvoid
FilterMetadata. setImagingEnvironmentMap(List<MapPair> map, int imageIndex)
Sets the Map value associated with this imaging environmentvoid
MetadataStore. setImagingEnvironmentMap(List<MapPair> map, int imageIndex)
Set the MapAnnotation values of an ImagingEnvironment.void
OMEXMLMetadataImpl. setImagingEnvironmentMap(List<MapPair> map, int imageIndex)
Sets the Map value associated with this imaging environmentvoid
AggregateMetadata. setMapAnnotationValue(List<MapPair> value, int mapAnnotationIndex)
Sets the Map value associated with this annotationvoid
DummyMetadata. setMapAnnotationValue(List<MapPair> value, int mapAnnotationIndex)
Sets the Map value associated with this annotationvoid
FilterMetadata. setMapAnnotationValue(List<MapPair> value, int mapAnnotationIndex)
Sets the Map value associated with this annotationvoid
MetadataStore. setMapAnnotationValue(List<MapPair> value, int mapAnnotationIndex)
Set the values of a MapAnnotation.void
OMEXMLMetadataImpl. setMapAnnotationValue(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 List<MapPair>
GenericExcitationSource. getMap()
List<MapPair>
ImagingEnvironment. getMap()
List<MapPair>
MapAnnotation. getValue()
Method parameters in ome.xml.model with type arguments of type MapPair Modifier and Type Method Description void
GenericExcitationSource. setMap(List<MapPair> map)
void
ImagingEnvironment. setMap(List<MapPair> map)
void
MapAnnotation. setValue(List<MapPair> value)
Constructors in ome.xml.model with parameters of type MapPair Constructor Description MapPair(MapPair orig)
Copy constructor.
-