Package | Description |
---|---|
ome.xml.meta | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
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) |
List<MapPair> |
OMEXMLMetadataImpl.getGenericExcitationSourceMap(int instrumentIndex,
int lightSourceIndex)
Gets the Map value associated with this generic light source
|
List<MapPair> |
DummyMetadata.getGenericExcitationSourceMap(int instrumentIndex,
int lightSourceIndex)
Gets the Map value associated with this generic light source
|
List<MapPair> |
AggregateMetadata.getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environment
|
List<MapPair> |
MetadataRetrieve.getImagingEnvironmentMap(int imageIndex) |
List<MapPair> |
OMEXMLMetadataImpl.getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environment
|
List<MapPair> |
DummyMetadata.getImagingEnvironmentMap(int imageIndex)
Gets the Map value associated with this imaging environment
|
List<MapPair> |
AggregateMetadata.getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotation
|
List<MapPair> |
MetadataRetrieve.getMapAnnotationValue(int mapAnnotationIndex) |
List<MapPair> |
OMEXMLMetadataImpl.getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotation
|
List<MapPair> |
DummyMetadata.getMapAnnotationValue(int mapAnnotationIndex)
Gets the Map value associated with this annotation
|
Modifier and Type | Method and Description |
---|---|
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 |
MetadataStore.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex) |
void |
FilterMetadata.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Sets the Map value associated with this generic light source
|
void |
DummyMetadata.setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex)
Sets the Map value associated with this generic light source
|
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 |
MetadataStore.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex) |
void |
FilterMetadata.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Sets the Map value associated with this imaging environment
|
void |
DummyMetadata.setImagingEnvironmentMap(List<MapPair> map,
int imageIndex)
Sets the Map value associated with this imaging environment
|
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
|
void |
MetadataStore.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex) |
void |
FilterMetadata.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Sets the Map value associated with this annotation
|
void |
DummyMetadata.setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex)
Sets the Map value associated with this annotation
|
Modifier and Type | Field and Description |
---|---|
private List<MapPair> |
MapPairs.pairs |
Modifier and Type | Method and Description |
---|---|
List<MapPair> |
MapPairs.getPairs() |
Constructor and Description |
---|
MapPair(MapPair orig)
Copy constructor.
|
Constructor and Description |
---|
Map(List<MapPair> pairs) |
MapPairs(List<MapPair> pairs)
Copies
List argument |
Copyright © 2015 Open Microscopy Environment