Package | Description |
---|---|
ome.xml.meta | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
List<MapPair> |
DummyMetadata.getGenericExcitationSourceMap(int instrumentIndex,
int lightSourceIndex)
Gets the Map value associated with this generic light source
|
List<MapPair> |
AggregateMetadata.getGenericExcitationSourceMap(int instrumentIndex,
int lightSourceIndex)
Gets the Map value associated with this generic light source
|
List<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 source
|
List<MapPair> |
DummyMetadata.getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environment
|
List<MapPair> |
AggregateMetadata.getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environment
|
List<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 environment
|
List<MapPair> |
DummyMetadata.getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotation
|
List<MapPair> |
AggregateMetadata.getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotation
|
List<MapPair> |
MetadataRetrieve.getMapAnnotationValue(int mapAnnotationIndex)
Get the values from a MapAnnotation.
|
List<MapPair> |
OMEXMLMetadataImpl.getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotation
|
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Sets the Map value associated with this generic light source
|
void |
MetadataStore.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Set the MapAnnotation values of a GenericExcitationSource.
|
void |
FilterMetadata.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Sets the Map value associated with this generic light source
|
void |
AggregateMetadata.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Sets the Map value associated with this generic light source
|
void |
OMEXMLMetadataImpl.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Sets the Map value associated with this generic light source
|
void |
DummyMetadata.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Sets the Map value associated with this imaging environment
|
void |
MetadataStore.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Set the MapAnnotation values of an ImagingEnvironment.
|
void |
FilterMetadata.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Sets the Map value associated with this imaging environment
|
void |
AggregateMetadata.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Sets the Map value associated with this imaging environment
|
void |
OMEXMLMetadataImpl.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Sets the Map value associated with this imaging environment
|
void |
DummyMetadata.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Sets the Map value associated with this annotation
|
void |
MetadataStore.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Set the values of a MapAnnotation.
|
void |
FilterMetadata.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Sets the Map value associated with this annotation
|
void |
AggregateMetadata.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Sets the Map value associated with this annotation
|
void |
OMEXMLMetadataImpl.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Sets the Map value associated with this annotation
|
Modifier and Type | Field and Description |
---|---|
private List<MapPair> |
ImagingEnvironment.map |
private List<MapPair> |
GenericExcitationSource.map |
private List<MapPair> |
MapAnnotation.value |
Modifier and Type | Method and Description |
---|---|
List<MapPair> |
ImagingEnvironment.getMap() |
List<MapPair> |
GenericExcitationSource.getMap() |
List<MapPair> |
MapAnnotation.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ImagingEnvironment.setMap(List<MapPair> map) |
void |
GenericExcitationSource.setMap(List<MapPair> map) |
void |
MapAnnotation.setValue(List<MapPair> value) |
Constructor and Description |
---|
MapPair(MapPair orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment