public interface MetadataRetrieve extends BaseMetadata
The MetadataRetrieve
interface encompasses the metadata
that any specific storage medium (file, relational database, etc.) should be
expected to access from its backing data model.
The MetadataRetrieve
interface goes hand in hand with the
MetadataStore
interface. Essentially,
MetadataRetrieve
provides the "getter" methods for a storage
medium, and MetadataStore
provides the "setter" methods.
Since it often makes sense for a storage medium to implement both
interfaces, there is also an IMetadata
interface encompassing
both MetadataStore
and MetadataRetrieve
, which
reduces the need to cast between object types.
See OMEXMLMetadata
for an example
implementation.
Modifier and Type | Method and Description |
---|---|
String |
getArcAnnotationRef(int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex)
Get the AnnotationRef property of Arc.
|
String |
getArcID(int instrumentIndex,
int lightSourceIndex)
Get the ID property of Arc.
|
String |
getArcLotNumber(int instrumentIndex,
int lightSourceIndex)
Get the LotNumber property of Arc.
|
String |
getArcManufacturer(int instrumentIndex,
int lightSourceIndex)
Get the Manufacturer property of Arc.
|
String |
getArcModel(int instrumentIndex,
int lightSourceIndex)
Get the Model property of Arc.
|
Power |
getArcPower(int instrumentIndex,
int lightSourceIndex)
Get the Power property of Arc.
|
String |
getArcSerialNumber(int instrumentIndex,
int lightSourceIndex)
Get the SerialNumber property of Arc.
|
ArcType |
getArcType(int instrumentIndex,
int lightSourceIndex)
Get the Type property of Arc.
|
byte[] |
getBinaryFileBinData(int fileAnnotationIndex)
Get the Base64Binary property of BinData.
|
Boolean |
getBinaryFileBinDataBigEndian(int fileAnnotationIndex)
Get the BigEndian property of BinData.
|
Compression |
getBinaryFileBinDataCompression(int fileAnnotationIndex)
Get the Compression property of BinData.
|
NonNegativeLong |
getBinaryFileBinDataLength(int fileAnnotationIndex)
Get the Length property of BinData.
|
String |
getBinaryFileFileName(int fileAnnotationIndex)
Get the FileName property of BinaryFile.
|
String |
getBinaryFileMIMEType(int fileAnnotationIndex)
Get the MIMEType property of BinaryFile.
|
NonNegativeLong |
getBinaryFileSize(int fileAnnotationIndex)
Get the Size property of BinaryFile.
|
String |
getBinaryOnlyMetadataFile()
Get the MetadataFile property of BinaryOnly.
|
String |
getBinaryOnlyUUID()
Get the UUID property of BinaryOnly.
|
int |
getBooleanAnnotationAnnotationCount(int booleanAnnotationIndex)
Get the number of links to a BooleanAnnotation.
|
String |
getBooleanAnnotationAnnotationRef(int booleanAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of BooleanAnnotation.
|
String |
getBooleanAnnotationAnnotator(int booleanAnnotationIndex)
Get the Annotator property of BooleanAnnotation.
|
int |
getBooleanAnnotationCount()
Get the number of BooleanAnnotation elements.
|
String |
getBooleanAnnotationDescription(int booleanAnnotationIndex)
Get the Description property of BooleanAnnotation.
|
String |
getBooleanAnnotationID(int booleanAnnotationIndex)
Get the ID property of BooleanAnnotation.
|
String |
getBooleanAnnotationNamespace(int booleanAnnotationIndex)
Get the Namespace property of BooleanAnnotation.
|
Boolean |
getBooleanAnnotationValue(int booleanAnnotationIndex)
Get the Value property of BooleanAnnotation.
|
AcquisitionMode |
getChannelAcquisitionMode(int imageIndex,
int channelIndex)
Get the AcquisitionMode property of Channel.
|
String |
getChannelAnnotationRef(int imageIndex,
int channelIndex,
int annotationRefIndex)
Get the AnnotationRef property of Channel.
|
int |
getChannelAnnotationRefCount(int imageIndex,
int channelIndex)
Get the number of AnnotationRef elements in Channel.
|
Color |
getChannelColor(int imageIndex,
int channelIndex)
Get the Color property of Channel.
|
ContrastMethod |
getChannelContrastMethod(int imageIndex,
int channelIndex)
Get the ContrastMethod property of Channel.
|
int |
getChannelCount(int imageIndex)
Get the number of Channel elements.
|
Length |
getChannelEmissionWavelength(int imageIndex,
int channelIndex)
Get the EmissionWavelength property of Channel.
|
Length |
getChannelExcitationWavelength(int imageIndex,
int channelIndex)
Get the ExcitationWavelength property of Channel.
|
String |
getChannelFilterSetRef(int imageIndex,
int channelIndex)
Get the FilterSetRef property of Channel.
|
String |
getChannelFluor(int imageIndex,
int channelIndex)
Get the Fluor property of Channel.
|
String |
getChannelID(int imageIndex,
int channelIndex)
Get the ID property of Channel.
|
IlluminationType |
getChannelIlluminationType(int imageIndex,
int channelIndex)
Get the IlluminationType property of Channel.
|
PercentFraction |
getChannelLightSourceSettingsAttenuation(int imageIndex,
int channelIndex)
Get the Attenuation property of LightSourceSettings.
|
String |
getChannelLightSourceSettingsID(int imageIndex,
int channelIndex)
Get the ID property of LightSourceSettings.
|
Length |
getChannelLightSourceSettingsWavelength(int imageIndex,
int channelIndex)
Get the Wavelength property of LightSourceSettings.
|
String |
getChannelName(int imageIndex,
int channelIndex)
Get the Name property of Channel.
|
Double |
getChannelNDFilter(int imageIndex,
int channelIndex)
Get the NDFilter property of Channel.
|
Length |
getChannelPinholeSize(int imageIndex,
int channelIndex)
Get the PinholeSize property of Channel.
|
Integer |
getChannelPockelCellSetting(int imageIndex,
int channelIndex)
Get the PockelCellSetting property of Channel.
|
PositiveInteger |
getChannelSamplesPerPixel(int imageIndex,
int channelIndex)
Get the SamplesPerPixel property of Channel.
|
int |
getCommentAnnotationAnnotationCount(int commentAnnotationIndex)
Get the number of links to a CommentAnnotation.
|
String |
getCommentAnnotationAnnotationRef(int commentAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of CommentAnnotation.
|
String |
getCommentAnnotationAnnotator(int commentAnnotationIndex)
Get the Annotator property of CommentAnnotation.
|
int |
getCommentAnnotationCount()
Get the number of CommentAnnotation elements.
|
String |
getCommentAnnotationDescription(int commentAnnotationIndex)
Get the Description property of CommentAnnotation.
|
String |
getCommentAnnotationID(int commentAnnotationIndex)
Get the ID property of CommentAnnotation.
|
String |
getCommentAnnotationNamespace(int commentAnnotationIndex)
Get the Namespace property of CommentAnnotation.
|
String |
getCommentAnnotationValue(int commentAnnotationIndex)
Get the Value property of CommentAnnotation.
|
String |
getDatasetAnnotationRef(int datasetIndex,
int annotationRefIndex)
Get the AnnotationRef property of Dataset.
|
int |
getDatasetAnnotationRefCount(int datasetIndex)
Get the number of AnnotationRef elements in Dataset.
|
int |
getDatasetCount()
Get the number of Dataset elements.
|
String |
getDatasetDescription(int datasetIndex)
Get the Description property of Dataset.
|
String |
getDatasetExperimenterGroupRef(int datasetIndex)
Get the ExperimenterGroupRef property of Dataset.
|
String |
getDatasetExperimenterRef(int datasetIndex)
Get the ExperimenterRef property of Dataset.
|
String |
getDatasetID(int datasetIndex)
Get the ID property of Dataset.
|
String |
getDatasetImageRef(int datasetIndex,
int imageRefIndex)
Get the ImageRef property of Dataset.
|
int |
getDatasetImageRefCount(int datasetIndex)
Get the number of ImageRef elements in Dataset.
|
String |
getDatasetName(int datasetIndex)
Get the Name property of Dataset.
|
int |
getDatasetRefCount(int projectIndex)
Get the number of DatasetRef elements.
|
Double |
getDetectorAmplificationGain(int instrumentIndex,
int detectorIndex)
Get the AmplificationGain property of Detector.
|
String |
getDetectorAnnotationRef(int instrumentIndex,
int detectorIndex,
int annotationRefIndex)
Get the AnnotationRef property of Detector.
|
int |
getDetectorAnnotationRefCount(int instrumentIndex,
int detectorIndex)
Get the number of AnnotationRef elements in Detector.
|
int |
getDetectorCount(int instrumentIndex)
Get the number of Detector elements.
|
Double |
getDetectorGain(int instrumentIndex,
int detectorIndex)
Get the Gain property of Detector.
|
String |
getDetectorID(int instrumentIndex,
int detectorIndex)
Get the ID property of Detector.
|
String |
getDetectorLotNumber(int instrumentIndex,
int detectorIndex)
Get the LotNumber property of Detector.
|
String |
getDetectorManufacturer(int instrumentIndex,
int detectorIndex)
Get the Manufacturer property of Detector.
|
String |
getDetectorModel(int instrumentIndex,
int detectorIndex)
Get the Model property of Detector.
|
Double |
getDetectorOffset(int instrumentIndex,
int detectorIndex)
Get the Offset property of Detector.
|
String |
getDetectorSerialNumber(int instrumentIndex,
int detectorIndex)
Get the SerialNumber property of Detector.
|
Binning |
getDetectorSettingsBinning(int imageIndex,
int channelIndex)
Get the Binning property of DetectorSettings.
|
Double |
getDetectorSettingsGain(int imageIndex,
int channelIndex)
Get the Gain property of DetectorSettings.
|
String |
getDetectorSettingsID(int imageIndex,
int channelIndex)
Get the ID property of DetectorSettings.
|
PositiveInteger |
getDetectorSettingsIntegration(int imageIndex,
int channelIndex)
Get the Integration property of DetectorSettings.
|
Double |
getDetectorSettingsOffset(int imageIndex,
int channelIndex)
Get the Offset property of DetectorSettings.
|
Frequency |
getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex)
Get the ReadOutRate property of DetectorSettings.
|
ElectricPotential |
getDetectorSettingsVoltage(int imageIndex,
int channelIndex)
Get the Voltage property of DetectorSettings.
|
Double |
getDetectorSettingsZoom(int imageIndex,
int channelIndex)
Get the Zoom property of DetectorSettings.
|
DetectorType |
getDetectorType(int instrumentIndex,
int detectorIndex)
Get the Type property of Detector.
|
ElectricPotential |
getDetectorVoltage(int instrumentIndex,
int detectorIndex)
Get the Voltage property of Detector.
|
Double |
getDetectorZoom(int instrumentIndex,
int detectorIndex)
Get the Zoom property of Detector.
|
String |
getDichroicAnnotationRef(int instrumentIndex,
int dichroicIndex,
int annotationRefIndex)
Get the AnnotationRef property of Dichroic.
|
int |
getDichroicAnnotationRefCount(int instrumentIndex,
int dichroicIndex)
Get the number of AnnotationRef elements in Dichroic.
|
int |
getDichroicCount(int instrumentIndex)
Get the number of Dichroic elements.
|
String |
getDichroicID(int instrumentIndex,
int dichroicIndex)
Get the ID property of Dichroic.
|
String |
getDichroicLotNumber(int instrumentIndex,
int dichroicIndex)
Get the LotNumber property of Dichroic.
|
String |
getDichroicManufacturer(int instrumentIndex,
int dichroicIndex)
Get the Manufacturer property of Dichroic.
|
String |
getDichroicModel(int instrumentIndex,
int dichroicIndex)
Get the Model property of Dichroic.
|
String |
getDichroicSerialNumber(int instrumentIndex,
int dichroicIndex)
Get the SerialNumber property of Dichroic.
|
int |
getDoubleAnnotationAnnotationCount(int doubleAnnotationIndex)
Get the number of links to a DoubleAnnotation.
|
String |
getDoubleAnnotationAnnotationRef(int doubleAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of DoubleAnnotation.
|
String |
getDoubleAnnotationAnnotator(int doubleAnnotationIndex)
Get the Annotator property of DoubleAnnotation.
|
int |
getDoubleAnnotationCount()
Get the number of DoubleAnnotation elements.
|
String |
getDoubleAnnotationDescription(int doubleAnnotationIndex)
Get the Description property of DoubleAnnotation.
|
String |
getDoubleAnnotationID(int doubleAnnotationIndex)
Get the ID property of DoubleAnnotation.
|
String |
getDoubleAnnotationNamespace(int doubleAnnotationIndex)
Get the Namespace property of DoubleAnnotation.
|
Double |
getDoubleAnnotationValue(int doubleAnnotationIndex)
Get the Value property of DoubleAnnotation.
|
String |
getEllipseAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Ellipse.
|
Color |
getEllipseFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Ellipse.
|
FillRule |
getEllipseFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Ellipse.
|
FontFamily |
getEllipseFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Ellipse.
|
Length |
getEllipseFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Ellipse.
|
FontStyle |
getEllipseFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Ellipse.
|
String |
getEllipseID(int ROIIndex,
int shapeIndex)
Get the ID property of Ellipse.
|
Boolean |
getEllipseLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Ellipse.
|
Double |
getEllipseRadiusX(int ROIIndex,
int shapeIndex)
Get the RadiusX property of Ellipse.
|
Double |
getEllipseRadiusY(int ROIIndex,
int shapeIndex)
Get the RadiusY property of Ellipse.
|
Color |
getEllipseStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Ellipse.
|
String |
getEllipseStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Ellipse.
|
Length |
getEllipseStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Ellipse.
|
String |
getEllipseText(int ROIIndex,
int shapeIndex)
Get the Text property of Ellipse.
|
NonNegativeInteger |
getEllipseTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Ellipse.
|
NonNegativeInteger |
getEllipseTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Ellipse.
|
NonNegativeInteger |
getEllipseTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Ellipse.
|
AffineTransform |
getEllipseTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Ellipse.
|
Double |
getEllipseX(int ROIIndex,
int shapeIndex)
Get the X property of Ellipse.
|
Double |
getEllipseY(int ROIIndex,
int shapeIndex)
Get the Y property of Ellipse.
|
int |
getExperimentCount()
Get the number of Experiment elements.
|
String |
getExperimentDescription(int experimentIndex)
Get the Description property of Experiment.
|
String |
getExperimenterAnnotationRef(int experimenterIndex,
int annotationRefIndex)
Get the AnnotationRef property of Experimenter.
|
int |
getExperimenterAnnotationRefCount(int experimenterIndex)
Get the number of AnnotationRef elements in Experimenter.
|
int |
getExperimenterCount()
Get the number of Experimenter elements.
|
String |
getExperimenterEmail(int experimenterIndex)
Get the Email property of Experimenter.
|
String |
getExperimenterFirstName(int experimenterIndex)
Get the FirstName property of Experimenter.
|
String |
getExperimenterGroupAnnotationRef(int experimenterGroupIndex,
int annotationRefIndex)
Get the AnnotationRef property of ExperimenterGroup.
|
int |
getExperimenterGroupAnnotationRefCount(int experimenterGroupIndex)
Get the number of AnnotationRef elements in ExperimenterGroup.
|
int |
getExperimenterGroupCount()
Get the number of ExperimenterGroup elements.
|
String |
getExperimenterGroupDescription(int experimenterGroupIndex)
Get the Description property of ExperimenterGroup.
|
String |
getExperimenterGroupExperimenterRef(int experimenterGroupIndex,
int experimenterRefIndex)
Get the ExperimenterRef property of ExperimenterGroup.
|
int |
getExperimenterGroupExperimenterRefCount(int experimenterGroupIndex)
Get the number of ExperimenterRef elements in ExperimenterGroup.
|
String |
getExperimenterGroupID(int experimenterGroupIndex)
Get the ID property of ExperimenterGroup.
|
String |
getExperimenterGroupLeader(int experimenterGroupIndex,
int leaderIndex)
Get the Leader property of ExperimenterGroup.
|
String |
getExperimenterGroupName(int experimenterGroupIndex)
Get the Name property of ExperimenterGroup.
|
String |
getExperimenterID(int experimenterIndex)
Get the ID property of Experimenter.
|
String |
getExperimenterInstitution(int experimenterIndex)
Get the Institution property of Experimenter.
|
String |
getExperimenterLastName(int experimenterIndex)
Get the LastName property of Experimenter.
|
String |
getExperimenterMiddleName(int experimenterIndex)
Get the MiddleName property of Experimenter.
|
String |
getExperimenterUserName(int experimenterIndex)
Get the UserName property of Experimenter.
|
String |
getExperimentExperimenterRef(int experimentIndex)
Get the ExperimenterRef property of Experiment.
|
String |
getExperimentID(int experimentIndex)
Get the ID property of Experiment.
|
ExperimentType |
getExperimentType(int experimentIndex)
Get the Type property of Experiment.
|
String |
getFilamentAnnotationRef(int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex)
Get the AnnotationRef property of Filament.
|
String |
getFilamentID(int instrumentIndex,
int lightSourceIndex)
Get the ID property of Filament.
|
String |
getFilamentLotNumber(int instrumentIndex,
int lightSourceIndex)
Get the LotNumber property of Filament.
|
String |
getFilamentManufacturer(int instrumentIndex,
int lightSourceIndex)
Get the Manufacturer property of Filament.
|
String |
getFilamentModel(int instrumentIndex,
int lightSourceIndex)
Get the Model property of Filament.
|
Power |
getFilamentPower(int instrumentIndex,
int lightSourceIndex)
Get the Power property of Filament.
|
String |
getFilamentSerialNumber(int instrumentIndex,
int lightSourceIndex)
Get the SerialNumber property of Filament.
|
FilamentType |
getFilamentType(int instrumentIndex,
int lightSourceIndex)
Get the Type property of Filament.
|
int |
getFileAnnotationAnnotationCount(int fileAnnotationIndex)
Get the number of links to a FileAnnotation.
|
String |
getFileAnnotationAnnotationRef(int fileAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of FileAnnotation.
|
String |
getFileAnnotationAnnotator(int fileAnnotationIndex)
Get the Annotator property of FileAnnotation.
|
int |
getFileAnnotationCount()
Get the number of FileAnnotation elements.
|
String |
getFileAnnotationDescription(int fileAnnotationIndex)
Get the Description property of FileAnnotation.
|
String |
getFileAnnotationID(int fileAnnotationIndex)
Get the ID property of FileAnnotation.
|
String |
getFileAnnotationNamespace(int fileAnnotationIndex)
Get the Namespace property of FileAnnotation.
|
String |
getFilterAnnotationRef(int instrumentIndex,
int filterIndex,
int annotationRefIndex)
Get the AnnotationRef property of Filter.
|
int |
getFilterAnnotationRefCount(int instrumentIndex,
int filterIndex)
Get the number of AnnotationRef elements in Filter.
|
int |
getFilterCount(int instrumentIndex)
Get the number of Filter elements.
|
String |
getFilterFilterWheel(int instrumentIndex,
int filterIndex)
Get the FilterWheel property of Filter.
|
String |
getFilterID(int instrumentIndex,
int filterIndex)
Get the ID property of Filter.
|
String |
getFilterLotNumber(int instrumentIndex,
int filterIndex)
Get the LotNumber property of Filter.
|
String |
getFilterManufacturer(int instrumentIndex,
int filterIndex)
Get the Manufacturer property of Filter.
|
String |
getFilterModel(int instrumentIndex,
int filterIndex)
Get the Model property of Filter.
|
String |
getFilterSerialNumber(int instrumentIndex,
int filterIndex)
Get the SerialNumber property of Filter.
|
int |
getFilterSetCount(int instrumentIndex)
Get the number of FilterSet elements.
|
String |
getFilterSetDichroicRef(int instrumentIndex,
int filterSetIndex)
Get the DichroicRef property of FilterSet.
|
String |
getFilterSetEmissionFilterRef(int instrumentIndex,
int filterSetIndex,
int emissionFilterRefIndex)
Get the EmissionFilterRef property of FilterSet.
|
int |
getFilterSetEmissionFilterRefCount(int instrumentIndex,
int filterSetIndex)
Get the number of EmissionFilterRef elements in FilterSet.
|
String |
getFilterSetExcitationFilterRef(int instrumentIndex,
int filterSetIndex,
int excitationFilterRefIndex)
Get the ExcitationFilterRef property of FilterSet.
|
int |
getFilterSetExcitationFilterRefCount(int instrumentIndex,
int filterSetIndex)
Get the number of ExcitationFilterRef elements in FilterSet.
|
String |
getFilterSetID(int instrumentIndex,
int filterSetIndex)
Get the ID property of FilterSet.
|
String |
getFilterSetLotNumber(int instrumentIndex,
int filterSetIndex)
Get the LotNumber property of FilterSet.
|
String |
getFilterSetManufacturer(int instrumentIndex,
int filterSetIndex)
Get the Manufacturer property of FilterSet.
|
String |
getFilterSetModel(int instrumentIndex,
int filterSetIndex)
Get the Model property of FilterSet.
|
String |
getFilterSetSerialNumber(int instrumentIndex,
int filterSetIndex)
Get the SerialNumber property of FilterSet.
|
FilterType |
getFilterType(int instrumentIndex,
int filterIndex)
Get the Type property of Filter.
|
String |
getFolderAnnotationRef(int folderIndex,
int annotationRefIndex)
Get the AnnotationRef property of Folder.
|
int |
getFolderAnnotationRefCount(int folderIndex)
Get the number of AnnotationRef elements in Folder.
|
int |
getFolderCount()
Get the number of Folder elements.
|
String |
getFolderDescription(int folderIndex)
Get the Description property of Folder.
|
String |
getFolderFolderRef(int folderIndex,
int folderRefIndex)
Get the FolderRef property of Folder.
|
String |
getFolderID(int folderIndex)
Get the ID property of Folder.
|
String |
getFolderImageRef(int folderIndex,
int imageRefIndex)
Get the ImageRef property of Folder.
|
int |
getFolderImageRefCount(int folderIndex)
Get the number of ImageRef elements in Folder.
|
String |
getFolderName(int folderIndex)
Get the Name property of Folder.
|
int |
getFolderRefCount(int folderIndex)
Get the number of FolderRef elements.
|
String |
getFolderROIRef(int folderIndex,
int ROIRefIndex)
Get the ROIRef property of Folder.
|
int |
getFolderROIRefCount(int folderIndex)
Get the number of ROIRef elements in Folder.
|
String |
getGenericExcitationSourceAnnotationRef(int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex)
Get the AnnotationRef property of GenericExcitationSource.
|
String |
getGenericExcitationSourceID(int instrumentIndex,
int lightSourceIndex)
Get the ID property of GenericExcitationSource.
|
String |
getGenericExcitationSourceLotNumber(int instrumentIndex,
int lightSourceIndex)
Get the LotNumber property of GenericExcitationSource.
|
String |
getGenericExcitationSourceManufacturer(int instrumentIndex,
int lightSourceIndex)
Get the Manufacturer property of GenericExcitationSource.
|
List<MapPair> |
getGenericExcitationSourceMap(int instrumentIndex,
int lightSourceIndex)
Get the MapAnnotation values from a GenericExcitationSource.
|
String |
getGenericExcitationSourceModel(int instrumentIndex,
int lightSourceIndex)
Get the Model property of GenericExcitationSource.
|
Power |
getGenericExcitationSourcePower(int instrumentIndex,
int lightSourceIndex)
Get the Power property of GenericExcitationSource.
|
String |
getGenericExcitationSourceSerialNumber(int instrumentIndex,
int lightSourceIndex)
Get the SerialNumber property of GenericExcitationSource.
|
Timestamp |
getImageAcquisitionDate(int imageIndex)
Get the AcquisitionDate property of Image.
|
String |
getImageAnnotationRef(int imageIndex,
int annotationRefIndex)
Get the AnnotationRef property of Image.
|
int |
getImageAnnotationRefCount(int imageIndex)
Get the number of AnnotationRef elements in Image.
|
int |
getImageCount()
Get the number of Image elements.
|
String |
getImageDescription(int imageIndex)
Get the Description property of Image.
|
String |
getImageExperimenterGroupRef(int imageIndex)
Get the ExperimenterGroupRef property of Image.
|
String |
getImageExperimenterRef(int imageIndex)
Get the ExperimenterRef property of Image.
|
String |
getImageExperimentRef(int imageIndex)
Get the ExperimentRef property of Image.
|
String |
getImageID(int imageIndex)
Get the ID property of Image.
|
String |
getImageInstrumentRef(int imageIndex)
Get the InstrumentRef property of Image.
|
String |
getImageMicrobeamManipulationRef(int imageIndex,
int microbeamManipulationRefIndex)
Get the MicrobeamManipulationRef property of Image.
|
String |
getImageName(int imageIndex)
Get the Name property of Image.
|
String |
getImageROIRef(int imageIndex,
int ROIRefIndex)
Get the ROIRef property of Image.
|
int |
getImageROIRefCount(int imageIndex)
Get the number of ROIRef elements in Image.
|
Pressure |
getImagingEnvironmentAirPressure(int imageIndex)
Get the AirPressure property of ImagingEnvironment.
|
PercentFraction |
getImagingEnvironmentCO2Percent(int imageIndex)
Get the CO2Percent property of ImagingEnvironment.
|
PercentFraction |
getImagingEnvironmentHumidity(int imageIndex)
Get the Humidity property of ImagingEnvironment.
|
List<MapPair> |
getImagingEnvironmentMap(int imageIndex)
Get the MapAnnotation values from a ImagingEnvironment.
|
Temperature |
getImagingEnvironmentTemperature(int imageIndex)
Get the Temperature property of ImagingEnvironment.
|
String |
getInstrumentAnnotationRef(int instrumentIndex,
int annotationRefIndex)
Get the AnnotationRef property of Instrument.
|
int |
getInstrumentAnnotationRefCount(int instrumentIndex)
Get the number of AnnotationRef elements in Instrument.
|
int |
getInstrumentCount()
Get the number of Instrument elements.
|
String |
getInstrumentID(int instrumentIndex)
Get the ID property of Instrument.
|
String |
getLabelAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Label.
|
Color |
getLabelFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Label.
|
FillRule |
getLabelFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Label.
|
FontFamily |
getLabelFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Label.
|
Length |
getLabelFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Label.
|
FontStyle |
getLabelFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Label.
|
String |
getLabelID(int ROIIndex,
int shapeIndex)
Get the ID property of Label.
|
Boolean |
getLabelLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Label.
|
Color |
getLabelStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Label.
|
String |
getLabelStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Label.
|
Length |
getLabelStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Label.
|
String |
getLabelText(int ROIIndex,
int shapeIndex)
Get the Text property of Label.
|
NonNegativeInteger |
getLabelTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Label.
|
NonNegativeInteger |
getLabelTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Label.
|
NonNegativeInteger |
getLabelTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Label.
|
AffineTransform |
getLabelTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Label.
|
Double |
getLabelX(int ROIIndex,
int shapeIndex)
Get the X property of Label.
|
Double |
getLabelY(int ROIIndex,
int shapeIndex)
Get the Y property of Label.
|
String |
getLaserAnnotationRef(int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex)
Get the AnnotationRef property of Laser.
|
PositiveInteger |
getLaserFrequencyMultiplication(int instrumentIndex,
int lightSourceIndex)
Get the FrequencyMultiplication property of Laser.
|
String |
getLaserID(int instrumentIndex,
int lightSourceIndex)
Get the ID property of Laser.
|
LaserMedium |
getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex)
Get the LaserMedium property of Laser.
|
String |
getLaserLotNumber(int instrumentIndex,
int lightSourceIndex)
Get the LotNumber property of Laser.
|
String |
getLaserManufacturer(int instrumentIndex,
int lightSourceIndex)
Get the Manufacturer property of Laser.
|
String |
getLaserModel(int instrumentIndex,
int lightSourceIndex)
Get the Model property of Laser.
|
Boolean |
getLaserPockelCell(int instrumentIndex,
int lightSourceIndex)
Get the PockelCell property of Laser.
|
Power |
getLaserPower(int instrumentIndex,
int lightSourceIndex)
Get the Power property of Laser.
|
Pulse |
getLaserPulse(int instrumentIndex,
int lightSourceIndex)
Get the Pulse property of Laser.
|
String |
getLaserPump(int instrumentIndex,
int lightSourceIndex)
Get the Pump property of Laser.
|
Frequency |
getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex)
Get the RepetitionRate property of Laser.
|
String |
getLaserSerialNumber(int instrumentIndex,
int lightSourceIndex)
Get the SerialNumber property of Laser.
|
Boolean |
getLaserTuneable(int instrumentIndex,
int lightSourceIndex)
Get the Tuneable property of Laser.
|
LaserType |
getLaserType(int instrumentIndex,
int lightSourceIndex)
Get the Type property of Laser.
|
Length |
getLaserWavelength(int instrumentIndex,
int lightSourceIndex)
Get the Wavelength property of Laser.
|
int |
getLeaderCount(int experimenterGroupIndex)
Get the number of Leader elements.
|
String |
getLightEmittingDiodeAnnotationRef(int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex)
Get the AnnotationRef property of LightEmittingDiode.
|
String |
getLightEmittingDiodeID(int instrumentIndex,
int lightSourceIndex)
Get the ID property of LightEmittingDiode.
|
String |
getLightEmittingDiodeLotNumber(int instrumentIndex,
int lightSourceIndex)
Get the LotNumber property of LightEmittingDiode.
|
String |
getLightEmittingDiodeManufacturer(int instrumentIndex,
int lightSourceIndex)
Get the Manufacturer property of LightEmittingDiode.
|
String |
getLightEmittingDiodeModel(int instrumentIndex,
int lightSourceIndex)
Get the Model property of LightEmittingDiode.
|
Power |
getLightEmittingDiodePower(int instrumentIndex,
int lightSourceIndex)
Get the Power property of LightEmittingDiode.
|
String |
getLightEmittingDiodeSerialNumber(int instrumentIndex,
int lightSourceIndex)
Get the SerialNumber property of LightEmittingDiode.
|
String |
getLightPathAnnotationRef(int imageIndex,
int channelIndex,
int annotationRefIndex)
Get the AnnotationRef property of LightPath.
|
int |
getLightPathAnnotationRefCount(int imageIndex,
int channelIndex)
Get the number of AnnotationRef elements in LightPath.
|
String |
getLightPathDichroicRef(int imageIndex,
int channelIndex)
Get the DichroicRef property of LightPath.
|
String |
getLightPathEmissionFilterRef(int imageIndex,
int channelIndex,
int emissionFilterRefIndex)
Get the EmissionFilterRef property of LightPath.
|
int |
getLightPathEmissionFilterRefCount(int imageIndex,
int channelIndex)
Get the number of EmissionFilterRef elements in LightPath.
|
String |
getLightPathExcitationFilterRef(int imageIndex,
int channelIndex,
int excitationFilterRefIndex)
Get the ExcitationFilterRef property of LightPath.
|
int |
getLightPathExcitationFilterRefCount(int imageIndex,
int channelIndex)
Get the number of ExcitationFilterRef elements in LightPath.
|
int |
getLightSourceAnnotationRefCount(int instrumentIndex,
int lightSourceIndex)
Get the number of AnnotationRef elements in LightSource.
|
int |
getLightSourceCount(int instrumentIndex)
Get the number of LightSource elements.
|
String |
getLightSourceType(int instrumentIndex,
int lightSourceIndex)
Get the type of a LightSource.
|
String |
getLineAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Line.
|
Color |
getLineFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Line.
|
FillRule |
getLineFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Line.
|
FontFamily |
getLineFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Line.
|
Length |
getLineFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Line.
|
FontStyle |
getLineFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Line.
|
String |
getLineID(int ROIIndex,
int shapeIndex)
Get the ID property of Line.
|
Boolean |
getLineLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Line.
|
Marker |
getLineMarkerEnd(int ROIIndex,
int shapeIndex)
Get the MarkerEnd property of Line.
|
Marker |
getLineMarkerStart(int ROIIndex,
int shapeIndex)
Get the MarkerStart property of Line.
|
Color |
getLineStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Line.
|
String |
getLineStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Line.
|
Length |
getLineStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Line.
|
String |
getLineText(int ROIIndex,
int shapeIndex)
Get the Text property of Line.
|
NonNegativeInteger |
getLineTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Line.
|
NonNegativeInteger |
getLineTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Line.
|
NonNegativeInteger |
getLineTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Line.
|
AffineTransform |
getLineTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Line.
|
Double |
getLineX1(int ROIIndex,
int shapeIndex)
Get the X1 property of Line.
|
Double |
getLineX2(int ROIIndex,
int shapeIndex)
Get the X2 property of Line.
|
Double |
getLineY1(int ROIIndex,
int shapeIndex)
Get the Y1 property of Line.
|
Double |
getLineY2(int ROIIndex,
int shapeIndex)
Get the Y2 property of Line.
|
int |
getListAnnotationAnnotationCount(int listAnnotationIndex)
Get the number of links to a ListAnnotation.
|
String |
getListAnnotationAnnotationRef(int listAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of ListAnnotation.
|
String |
getListAnnotationAnnotator(int listAnnotationIndex)
Get the Annotator property of ListAnnotation.
|
int |
getListAnnotationCount()
Get the number of ListAnnotation elements.
|
String |
getListAnnotationDescription(int listAnnotationIndex)
Get the Description property of ListAnnotation.
|
String |
getListAnnotationID(int listAnnotationIndex)
Get the ID property of ListAnnotation.
|
String |
getListAnnotationNamespace(int listAnnotationIndex)
Get the Namespace property of ListAnnotation.
|
int |
getLongAnnotationAnnotationCount(int longAnnotationIndex)
Get the number of links to a LongAnnotation.
|
String |
getLongAnnotationAnnotationRef(int longAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of LongAnnotation.
|
String |
getLongAnnotationAnnotator(int longAnnotationIndex)
Get the Annotator property of LongAnnotation.
|
int |
getLongAnnotationCount()
Get the number of LongAnnotation elements.
|
String |
getLongAnnotationDescription(int longAnnotationIndex)
Get the Description property of LongAnnotation.
|
String |
getLongAnnotationID(int longAnnotationIndex)
Get the ID property of LongAnnotation.
|
String |
getLongAnnotationNamespace(int longAnnotationIndex)
Get the Namespace property of LongAnnotation.
|
Long |
getLongAnnotationValue(int longAnnotationIndex)
Get the Value property of LongAnnotation.
|
int |
getMapAnnotationAnnotationCount(int mapAnnotationIndex)
Get the number of links to a MapAnnotation.
|
String |
getMapAnnotationAnnotationRef(int mapAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of MapAnnotation.
|
String |
getMapAnnotationAnnotator(int mapAnnotationIndex)
Get the Annotator property of MapAnnotation.
|
int |
getMapAnnotationCount()
Get the number of MapAnnotation elements.
|
String |
getMapAnnotationDescription(int mapAnnotationIndex)
Get the Description property of MapAnnotation.
|
String |
getMapAnnotationID(int mapAnnotationIndex)
Get the ID property of MapAnnotation.
|
String |
getMapAnnotationNamespace(int mapAnnotationIndex)
Get the Namespace property of MapAnnotation.
|
List<MapPair> |
getMapAnnotationValue(int mapAnnotationIndex)
Get the values from a MapAnnotation.
|
String |
getMaskAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Mask.
|
byte[] |
getMaskBinData(int ROIIndex,
int shapeIndex)
Get the Base64Binary property of BinData.
|
Boolean |
getMaskBinDataBigEndian(int ROIIndex,
int shapeIndex)
Get the BigEndian property of BinData.
|
Compression |
getMaskBinDataCompression(int ROIIndex,
int shapeIndex)
Get the Compression property of BinData.
|
NonNegativeLong |
getMaskBinDataLength(int ROIIndex,
int shapeIndex)
Get the Length property of BinData.
|
Color |
getMaskFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Mask.
|
FillRule |
getMaskFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Mask.
|
FontFamily |
getMaskFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Mask.
|
Length |
getMaskFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Mask.
|
FontStyle |
getMaskFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Mask.
|
Double |
getMaskHeight(int ROIIndex,
int shapeIndex)
Get the Height property of Mask.
|
String |
getMaskID(int ROIIndex,
int shapeIndex)
Get the ID property of Mask.
|
Boolean |
getMaskLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Mask.
|
Color |
getMaskStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Mask.
|
String |
getMaskStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Mask.
|
Length |
getMaskStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Mask.
|
String |
getMaskText(int ROIIndex,
int shapeIndex)
Get the Text property of Mask.
|
NonNegativeInteger |
getMaskTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Mask.
|
NonNegativeInteger |
getMaskTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Mask.
|
NonNegativeInteger |
getMaskTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Mask.
|
AffineTransform |
getMaskTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Mask.
|
Double |
getMaskWidth(int ROIIndex,
int shapeIndex)
Get the Width property of Mask.
|
Double |
getMaskX(int ROIIndex,
int shapeIndex)
Get the X property of Mask.
|
Double |
getMaskY(int ROIIndex,
int shapeIndex)
Get the Y property of Mask.
|
int |
getMicrobeamManipulationCount(int experimentIndex)
Get the number of MicrobeamManipulation elements.
|
String |
getMicrobeamManipulationDescription(int experimentIndex,
int microbeamManipulationIndex)
Get the Description property of MicrobeamManipulation.
|
String |
getMicrobeamManipulationExperimenterRef(int experimentIndex,
int microbeamManipulationIndex)
Get the ExperimenterRef property of MicrobeamManipulation.
|
String |
getMicrobeamManipulationID(int experimentIndex,
int microbeamManipulationIndex)
Get the ID property of MicrobeamManipulation.
|
PercentFraction |
getMicrobeamManipulationLightSourceSettingsAttenuation(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex)
Get the Attenuation property of LightSourceSettings.
|
int |
getMicrobeamManipulationLightSourceSettingsCount(int experimentIndex,
int microbeamManipulationIndex)
Get the number of LightSourceSettings elements in MicrobeamManipulation.
|
String |
getMicrobeamManipulationLightSourceSettingsID(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex)
Get the ID property of LightSourceSettings.
|
Length |
getMicrobeamManipulationLightSourceSettingsWavelength(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex)
Get the Wavelength property of LightSourceSettings.
|
int |
getMicrobeamManipulationRefCount(int imageIndex)
Get the number of MicrobeamManipulationRef elements.
|
String |
getMicrobeamManipulationROIRef(int experimentIndex,
int microbeamManipulationIndex,
int ROIRefIndex)
Get the ROIRef property of MicrobeamManipulation.
|
int |
getMicrobeamManipulationROIRefCount(int experimentIndex,
int microbeamManipulationIndex)
Get the number of ROIRef elements in MicrobeamManipulation.
|
MicrobeamManipulationType |
getMicrobeamManipulationType(int experimentIndex,
int microbeamManipulationIndex)
Get the Type property of MicrobeamManipulation.
|
String |
getMicroscopeLotNumber(int instrumentIndex)
Get the LotNumber property of Microscope.
|
String |
getMicroscopeManufacturer(int instrumentIndex)
Get the Manufacturer property of Microscope.
|
String |
getMicroscopeModel(int instrumentIndex)
Get the Model property of Microscope.
|
String |
getMicroscopeSerialNumber(int instrumentIndex)
Get the SerialNumber property of Microscope.
|
MicroscopeType |
getMicroscopeType(int instrumentIndex)
Get the Type property of Microscope.
|
String |
getObjectiveAnnotationRef(int instrumentIndex,
int objectiveIndex,
int annotationRefIndex)
Get the AnnotationRef property of Objective.
|
int |
getObjectiveAnnotationRefCount(int instrumentIndex,
int objectiveIndex)
Get the number of AnnotationRef elements in Objective.
|
Double |
getObjectiveCalibratedMagnification(int instrumentIndex,
int objectiveIndex)
Get the CalibratedMagnification property of Objective.
|
Correction |
getObjectiveCorrection(int instrumentIndex,
int objectiveIndex)
Get the Correction property of Objective.
|
int |
getObjectiveCount(int instrumentIndex)
Get the number of Objective elements.
|
String |
getObjectiveID(int instrumentIndex,
int objectiveIndex)
Get the ID property of Objective.
|
Immersion |
getObjectiveImmersion(int instrumentIndex,
int objectiveIndex)
Get the Immersion property of Objective.
|
Boolean |
getObjectiveIris(int instrumentIndex,
int objectiveIndex)
Get the Iris property of Objective.
|
Double |
getObjectiveLensNA(int instrumentIndex,
int objectiveIndex)
Get the LensNA property of Objective.
|
String |
getObjectiveLotNumber(int instrumentIndex,
int objectiveIndex)
Get the LotNumber property of Objective.
|
String |
getObjectiveManufacturer(int instrumentIndex,
int objectiveIndex)
Get the Manufacturer property of Objective.
|
String |
getObjectiveModel(int instrumentIndex,
int objectiveIndex)
Get the Model property of Objective.
|
Double |
getObjectiveNominalMagnification(int instrumentIndex,
int objectiveIndex)
Get the NominalMagnification property of Objective.
|
String |
getObjectiveSerialNumber(int instrumentIndex,
int objectiveIndex)
Get the SerialNumber property of Objective.
|
Double |
getObjectiveSettingsCorrectionCollar(int imageIndex)
Get the CorrectionCollar property of ObjectiveSettings.
|
String |
getObjectiveSettingsID(int imageIndex)
Get the ID property of ObjectiveSettings.
|
Medium |
getObjectiveSettingsMedium(int imageIndex)
Get the Medium property of ObjectiveSettings.
|
Double |
getObjectiveSettingsRefractiveIndex(int imageIndex)
Get the RefractiveIndex property of ObjectiveSettings.
|
Length |
getObjectiveWorkingDistance(int instrumentIndex,
int objectiveIndex)
Get the WorkingDistance property of Objective.
|
Boolean |
getPixelsBigEndian(int imageIndex)
Get the BigEndian property of Pixels.
|
byte[] |
getPixelsBinData(int imageIndex,
int binDataIndex)
Get the Base64Binary property of BinData.
|
Boolean |
getPixelsBinDataBigEndian(int imageIndex,
int binDataIndex)
Get the BigEndian property of BinData.
|
Compression |
getPixelsBinDataCompression(int imageIndex,
int binDataIndex)
Get the Compression property of BinData.
|
int |
getPixelsBinDataCount(int imageIndex)
Get the number of BinData elements in Pixels.
|
NonNegativeLong |
getPixelsBinDataLength(int imageIndex,
int binDataIndex)
Get the Length property of BinData.
|
DimensionOrder |
getPixelsDimensionOrder(int imageIndex)
Get the DimensionOrder property of Pixels.
|
String |
getPixelsID(int imageIndex)
Get the ID property of Pixels.
|
Boolean |
getPixelsInterleaved(int imageIndex)
Get the Interleaved property of Pixels.
|
Length |
getPixelsPhysicalSizeX(int imageIndex)
Get the PhysicalSizeX property of Pixels.
|
Length |
getPixelsPhysicalSizeY(int imageIndex)
Get the PhysicalSizeY property of Pixels.
|
Length |
getPixelsPhysicalSizeZ(int imageIndex)
Get the PhysicalSizeZ property of Pixels.
|
PositiveInteger |
getPixelsSignificantBits(int imageIndex)
Get the SignificantBits property of Pixels.
|
PositiveInteger |
getPixelsSizeC(int imageIndex)
Get the SizeC property of Pixels.
|
PositiveInteger |
getPixelsSizeT(int imageIndex)
Get the SizeT property of Pixels.
|
PositiveInteger |
getPixelsSizeX(int imageIndex)
Get the SizeX property of Pixels.
|
PositiveInteger |
getPixelsSizeY(int imageIndex)
Get the SizeY property of Pixels.
|
PositiveInteger |
getPixelsSizeZ(int imageIndex)
Get the SizeZ property of Pixels.
|
Time |
getPixelsTimeIncrement(int imageIndex)
Get the TimeIncrement property of Pixels.
|
PixelType |
getPixelsType(int imageIndex)
Get the Type property of Pixels.
|
String |
getPlaneAnnotationRef(int imageIndex,
int planeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Plane.
|
int |
getPlaneAnnotationRefCount(int imageIndex,
int planeIndex)
Get the number of AnnotationRef elements in Plane.
|
int |
getPlaneCount(int imageIndex)
Get the number of Plane elements.
|
Time |
getPlaneDeltaT(int imageIndex,
int planeIndex)
Get the DeltaT property of Plane.
|
Time |
getPlaneExposureTime(int imageIndex,
int planeIndex)
Get the ExposureTime property of Plane.
|
String |
getPlaneHashSHA1(int imageIndex,
int planeIndex)
Get the HashSHA1 property of Plane.
|
Length |
getPlanePositionX(int imageIndex,
int planeIndex)
Get the PositionX property of Plane.
|
Length |
getPlanePositionY(int imageIndex,
int planeIndex)
Get the PositionY property of Plane.
|
Length |
getPlanePositionZ(int imageIndex,
int planeIndex)
Get the PositionZ property of Plane.
|
NonNegativeInteger |
getPlaneTheC(int imageIndex,
int planeIndex)
Get the TheC property of Plane.
|
NonNegativeInteger |
getPlaneTheT(int imageIndex,
int planeIndex)
Get the TheT property of Plane.
|
NonNegativeInteger |
getPlaneTheZ(int imageIndex,
int planeIndex)
Get the TheZ property of Plane.
|
String |
getPlateAcquisitionAnnotationRef(int plateIndex,
int plateAcquisitionIndex,
int annotationRefIndex)
Get the AnnotationRef property of PlateAcquisition.
|
int |
getPlateAcquisitionAnnotationRefCount(int plateIndex,
int plateAcquisitionIndex)
Get the number of AnnotationRef elements in PlateAcquisition.
|
int |
getPlateAcquisitionCount(int plateIndex)
Get the number of PlateAcquisition elements.
|
String |
getPlateAcquisitionDescription(int plateIndex,
int plateAcquisitionIndex)
Get the Description property of PlateAcquisition.
|
Timestamp |
getPlateAcquisitionEndTime(int plateIndex,
int plateAcquisitionIndex)
Get the EndTime property of PlateAcquisition.
|
String |
getPlateAcquisitionID(int plateIndex,
int plateAcquisitionIndex)
Get the ID property of PlateAcquisition.
|
PositiveInteger |
getPlateAcquisitionMaximumFieldCount(int plateIndex,
int plateAcquisitionIndex)
Get the MaximumFieldCount property of PlateAcquisition.
|
String |
getPlateAcquisitionName(int plateIndex,
int plateAcquisitionIndex)
Get the Name property of PlateAcquisition.
|
Timestamp |
getPlateAcquisitionStartTime(int plateIndex,
int plateAcquisitionIndex)
Get the StartTime property of PlateAcquisition.
|
String |
getPlateAcquisitionWellSampleRef(int plateIndex,
int plateAcquisitionIndex,
int wellSampleRefIndex)
Get the WellSampleRef property of PlateAcquisition.
|
String |
getPlateAnnotationRef(int plateIndex,
int annotationRefIndex)
Get the AnnotationRef property of Plate.
|
int |
getPlateAnnotationRefCount(int plateIndex)
Get the number of AnnotationRef elements in Plate.
|
NamingConvention |
getPlateColumnNamingConvention(int plateIndex)
Get the ColumnNamingConvention property of Plate.
|
PositiveInteger |
getPlateColumns(int plateIndex)
Get the Columns property of Plate.
|
int |
getPlateCount()
Get the number of Plate elements.
|
String |
getPlateDescription(int plateIndex)
Get the Description property of Plate.
|
String |
getPlateExternalIdentifier(int plateIndex)
Get the ExternalIdentifier property of Plate.
|
NonNegativeInteger |
getPlateFieldIndex(int plateIndex)
Get the FieldIndex property of Plate.
|
String |
getPlateID(int plateIndex)
Get the ID property of Plate.
|
String |
getPlateName(int plateIndex)
Get the Name property of Plate.
|
int |
getPlateRefCount(int screenIndex)
Get the number of PlateRef elements.
|
NamingConvention |
getPlateRowNamingConvention(int plateIndex)
Get the RowNamingConvention property of Plate.
|
PositiveInteger |
getPlateRows(int plateIndex)
Get the Rows property of Plate.
|
String |
getPlateStatus(int plateIndex)
Get the Status property of Plate.
|
Length |
getPlateWellOriginX(int plateIndex)
Get the WellOriginX property of Plate.
|
Length |
getPlateWellOriginY(int plateIndex)
Get the WellOriginY property of Plate.
|
String |
getPointAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Point.
|
Color |
getPointFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Point.
|
FillRule |
getPointFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Point.
|
FontFamily |
getPointFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Point.
|
Length |
getPointFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Point.
|
FontStyle |
getPointFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Point.
|
String |
getPointID(int ROIIndex,
int shapeIndex)
Get the ID property of Point.
|
Boolean |
getPointLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Point.
|
Color |
getPointStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Point.
|
String |
getPointStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Point.
|
Length |
getPointStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Point.
|
String |
getPointText(int ROIIndex,
int shapeIndex)
Get the Text property of Point.
|
NonNegativeInteger |
getPointTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Point.
|
NonNegativeInteger |
getPointTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Point.
|
NonNegativeInteger |
getPointTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Point.
|
AffineTransform |
getPointTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Point.
|
Double |
getPointX(int ROIIndex,
int shapeIndex)
Get the X property of Point.
|
Double |
getPointY(int ROIIndex,
int shapeIndex)
Get the Y property of Point.
|
String |
getPolygonAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Polygon.
|
Color |
getPolygonFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Polygon.
|
FillRule |
getPolygonFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Polygon.
|
FontFamily |
getPolygonFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Polygon.
|
Length |
getPolygonFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Polygon.
|
FontStyle |
getPolygonFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Polygon.
|
String |
getPolygonID(int ROIIndex,
int shapeIndex)
Get the ID property of Polygon.
|
Boolean |
getPolygonLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Polygon.
|
String |
getPolygonPoints(int ROIIndex,
int shapeIndex)
Get the Points property of Polygon.
|
Color |
getPolygonStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Polygon.
|
String |
getPolygonStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Polygon.
|
Length |
getPolygonStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Polygon.
|
String |
getPolygonText(int ROIIndex,
int shapeIndex)
Get the Text property of Polygon.
|
NonNegativeInteger |
getPolygonTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Polygon.
|
NonNegativeInteger |
getPolygonTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Polygon.
|
NonNegativeInteger |
getPolygonTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Polygon.
|
AffineTransform |
getPolygonTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Polygon.
|
String |
getPolylineAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Polyline.
|
Color |
getPolylineFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Polyline.
|
FillRule |
getPolylineFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Polyline.
|
FontFamily |
getPolylineFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Polyline.
|
Length |
getPolylineFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Polyline.
|
FontStyle |
getPolylineFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Polyline.
|
String |
getPolylineID(int ROIIndex,
int shapeIndex)
Get the ID property of Polyline.
|
Boolean |
getPolylineLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Polyline.
|
Marker |
getPolylineMarkerEnd(int ROIIndex,
int shapeIndex)
Get the MarkerEnd property of Polyline.
|
Marker |
getPolylineMarkerStart(int ROIIndex,
int shapeIndex)
Get the MarkerStart property of Polyline.
|
String |
getPolylinePoints(int ROIIndex,
int shapeIndex)
Get the Points property of Polyline.
|
Color |
getPolylineStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Polyline.
|
String |
getPolylineStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Polyline.
|
Length |
getPolylineStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Polyline.
|
String |
getPolylineText(int ROIIndex,
int shapeIndex)
Get the Text property of Polyline.
|
NonNegativeInteger |
getPolylineTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Polyline.
|
NonNegativeInteger |
getPolylineTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Polyline.
|
NonNegativeInteger |
getPolylineTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Polyline.
|
AffineTransform |
getPolylineTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Polyline.
|
String |
getProjectAnnotationRef(int projectIndex,
int annotationRefIndex)
Get the AnnotationRef property of Project.
|
int |
getProjectAnnotationRefCount(int projectIndex)
Get the number of AnnotationRef elements in Project.
|
int |
getProjectCount()
Get the number of Project elements.
|
String |
getProjectDatasetRef(int projectIndex,
int datasetRefIndex)
Get the DatasetRef property of Project.
|
String |
getProjectDescription(int projectIndex)
Get the Description property of Project.
|
String |
getProjectExperimenterGroupRef(int projectIndex)
Get the ExperimenterGroupRef property of Project.
|
String |
getProjectExperimenterRef(int projectIndex)
Get the ExperimenterRef property of Project.
|
String |
getProjectID(int projectIndex)
Get the ID property of Project.
|
String |
getProjectName(int projectIndex)
Get the Name property of Project.
|
String |
getReagentAnnotationRef(int screenIndex,
int reagentIndex,
int annotationRefIndex)
Get the AnnotationRef property of Reagent.
|
int |
getReagentAnnotationRefCount(int screenIndex,
int reagentIndex)
Get the number of AnnotationRef elements in Reagent.
|
int |
getReagentCount(int screenIndex)
Get the number of Reagent elements.
|
String |
getReagentDescription(int screenIndex,
int reagentIndex)
Get the Description property of Reagent.
|
String |
getReagentID(int screenIndex,
int reagentIndex)
Get the ID property of Reagent.
|
String |
getReagentName(int screenIndex,
int reagentIndex)
Get the Name property of Reagent.
|
String |
getReagentReagentIdentifier(int screenIndex,
int reagentIndex)
Get the ReagentIdentifier property of Reagent.
|
String |
getRectangleAnnotationRef(int ROIIndex,
int shapeIndex,
int annotationRefIndex)
Get the AnnotationRef property of Rectangle.
|
Color |
getRectangleFillColor(int ROIIndex,
int shapeIndex)
Get the FillColor property of Rectangle.
|
FillRule |
getRectangleFillRule(int ROIIndex,
int shapeIndex)
Get the FillRule property of Rectangle.
|
FontFamily |
getRectangleFontFamily(int ROIIndex,
int shapeIndex)
Get the FontFamily property of Rectangle.
|
Length |
getRectangleFontSize(int ROIIndex,
int shapeIndex)
Get the FontSize property of Rectangle.
|
FontStyle |
getRectangleFontStyle(int ROIIndex,
int shapeIndex)
Get the FontStyle property of Rectangle.
|
Double |
getRectangleHeight(int ROIIndex,
int shapeIndex)
Get the Height property of Rectangle.
|
String |
getRectangleID(int ROIIndex,
int shapeIndex)
Get the ID property of Rectangle.
|
Boolean |
getRectangleLocked(int ROIIndex,
int shapeIndex)
Get the Locked property of Rectangle.
|
Color |
getRectangleStrokeColor(int ROIIndex,
int shapeIndex)
Get the StrokeColor property of Rectangle.
|
String |
getRectangleStrokeDashArray(int ROIIndex,
int shapeIndex)
Get the StrokeDashArray property of Rectangle.
|
Length |
getRectangleStrokeWidth(int ROIIndex,
int shapeIndex)
Get the StrokeWidth property of Rectangle.
|
String |
getRectangleText(int ROIIndex,
int shapeIndex)
Get the Text property of Rectangle.
|
NonNegativeInteger |
getRectangleTheC(int ROIIndex,
int shapeIndex)
Get the TheC property of Rectangle.
|
NonNegativeInteger |
getRectangleTheT(int ROIIndex,
int shapeIndex)
Get the TheT property of Rectangle.
|
NonNegativeInteger |
getRectangleTheZ(int ROIIndex,
int shapeIndex)
Get the TheZ property of Rectangle.
|
AffineTransform |
getRectangleTransform(int ROIIndex,
int shapeIndex)
Get the Transform property of Rectangle.
|
Double |
getRectangleWidth(int ROIIndex,
int shapeIndex)
Get the Width property of Rectangle.
|
Double |
getRectangleX(int ROIIndex,
int shapeIndex)
Get the X property of Rectangle.
|
Double |
getRectangleY(int ROIIndex,
int shapeIndex)
Get the Y property of Rectangle.
|
String |
getRightsRightsHeld()
Get the RightsHeld property of Rights.
|
String |
getRightsRightsHolder()
Get the RightsHolder property of Rights.
|
String |
getROIAnnotationRef(int ROIIndex,
int annotationRefIndex)
Get the AnnotationRef property of ROI.
|
int |
getROIAnnotationRefCount(int ROIIndex)
Get the number of AnnotationRef elements in ROI.
|
int |
getROICount()
Get the number of ROI elements.
|
String |
getROIDescription(int ROIIndex)
Get the Description property of ROI.
|
String |
getROIID(int ROIIndex)
Get the ID property of ROI.
|
String |
getROIName(int ROIIndex)
Get the Name property of ROI.
|
String |
getScreenAnnotationRef(int screenIndex,
int annotationRefIndex)
Get the AnnotationRef property of Screen.
|
int |
getScreenAnnotationRefCount(int screenIndex)
Get the number of AnnotationRef elements in Screen.
|
int |
getScreenCount()
Get the number of Screen elements.
|
String |
getScreenDescription(int screenIndex)
Get the Description property of Screen.
|
String |
getScreenID(int screenIndex)
Get the ID property of Screen.
|
String |
getScreenName(int screenIndex)
Get the Name property of Screen.
|
String |
getScreenPlateRef(int screenIndex,
int plateRefIndex)
Get the PlateRef property of Screen.
|
String |
getScreenProtocolDescription(int screenIndex)
Get the ProtocolDescription property of Screen.
|
String |
getScreenProtocolIdentifier(int screenIndex)
Get the ProtocolIdentifier property of Screen.
|
String |
getScreenReagentSetDescription(int screenIndex)
Get the ReagentSetDescription property of Screen.
|
String |
getScreenReagentSetIdentifier(int screenIndex)
Get the ReagentSetIdentifier property of Screen.
|
String |
getScreenType(int screenIndex)
Get the Type property of Screen.
|
int |
getShapeAnnotationRefCount(int ROIIndex,
int shapeIndex)
Get the number of AnnotationRef elements in Shape.
|
int |
getShapeCount(int ROIIndex)
Get the number of Shape elements.
|
String |
getShapeType(int ROIIndex,
int shapeIndex)
Get the type of a Shape.
|
String |
getStageLabelName(int imageIndex)
Get the Name property of StageLabel.
|
Length |
getStageLabelX(int imageIndex)
Get the X property of StageLabel.
|
Length |
getStageLabelY(int imageIndex)
Get the Y property of StageLabel.
|
Length |
getStageLabelZ(int imageIndex)
Get the Z property of StageLabel.
|
int |
getTagAnnotationAnnotationCount(int tagAnnotationIndex)
Get the number of links to a TagAnnotation.
|
String |
getTagAnnotationAnnotationRef(int tagAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of TagAnnotation.
|
String |
getTagAnnotationAnnotator(int tagAnnotationIndex)
Get the Annotator property of TagAnnotation.
|
int |
getTagAnnotationCount()
Get the number of TagAnnotation elements.
|
String |
getTagAnnotationDescription(int tagAnnotationIndex)
Get the Description property of TagAnnotation.
|
String |
getTagAnnotationID(int tagAnnotationIndex)
Get the ID property of TagAnnotation.
|
String |
getTagAnnotationNamespace(int tagAnnotationIndex)
Get the Namespace property of TagAnnotation.
|
String |
getTagAnnotationValue(int tagAnnotationIndex)
Get the Value property of TagAnnotation.
|
int |
getTermAnnotationAnnotationCount(int termAnnotationIndex)
Get the number of links to a TermAnnotation.
|
String |
getTermAnnotationAnnotationRef(int termAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of TermAnnotation.
|
String |
getTermAnnotationAnnotator(int termAnnotationIndex)
Get the Annotator property of TermAnnotation.
|
int |
getTermAnnotationCount()
Get the number of TermAnnotation elements.
|
String |
getTermAnnotationDescription(int termAnnotationIndex)
Get the Description property of TermAnnotation.
|
String |
getTermAnnotationID(int termAnnotationIndex)
Get the ID property of TermAnnotation.
|
String |
getTermAnnotationNamespace(int termAnnotationIndex)
Get the Namespace property of TermAnnotation.
|
String |
getTermAnnotationValue(int termAnnotationIndex)
Get the Value property of TermAnnotation.
|
int |
getTiffDataCount(int imageIndex)
Get the number of TiffData elements.
|
NonNegativeInteger |
getTiffDataFirstC(int imageIndex,
int tiffDataIndex)
Get the FirstC property of TiffData.
|
NonNegativeInteger |
getTiffDataFirstT(int imageIndex,
int tiffDataIndex)
Get the FirstT property of TiffData.
|
NonNegativeInteger |
getTiffDataFirstZ(int imageIndex,
int tiffDataIndex)
Get the FirstZ property of TiffData.
|
NonNegativeInteger |
getTiffDataIFD(int imageIndex,
int tiffDataIndex)
Get the IFD property of TiffData.
|
NonNegativeInteger |
getTiffDataPlaneCount(int imageIndex,
int tiffDataIndex)
Get the PlaneCount property of TiffData.
|
int |
getTimestampAnnotationAnnotationCount(int timestampAnnotationIndex)
Get the number of links to a TimestampAnnotation.
|
String |
getTimestampAnnotationAnnotationRef(int timestampAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of TimestampAnnotation.
|
String |
getTimestampAnnotationAnnotator(int timestampAnnotationIndex)
Get the Annotator property of TimestampAnnotation.
|
int |
getTimestampAnnotationCount()
Get the number of TimestampAnnotation elements.
|
String |
getTimestampAnnotationDescription(int timestampAnnotationIndex)
Get the Description property of TimestampAnnotation.
|
String |
getTimestampAnnotationID(int timestampAnnotationIndex)
Get the ID property of TimestampAnnotation.
|
String |
getTimestampAnnotationNamespace(int timestampAnnotationIndex)
Get the Namespace property of TimestampAnnotation.
|
Timestamp |
getTimestampAnnotationValue(int timestampAnnotationIndex)
Get the Value property of TimestampAnnotation.
|
Length |
getTransmittanceRangeCutIn(int instrumentIndex,
int filterIndex)
Get the CutIn property of TransmittanceRange.
|
Length |
getTransmittanceRangeCutInTolerance(int instrumentIndex,
int filterIndex)
Get the CutInTolerance property of TransmittanceRange.
|
Length |
getTransmittanceRangeCutOut(int instrumentIndex,
int filterIndex)
Get the CutOut property of TransmittanceRange.
|
Length |
getTransmittanceRangeCutOutTolerance(int instrumentIndex,
int filterIndex)
Get the CutOutTolerance property of TransmittanceRange.
|
PercentFraction |
getTransmittanceRangeTransmittance(int instrumentIndex,
int filterIndex)
Get the Transmittance property of TransmittanceRange.
|
String |
getUUID()
Gets the UUID associated with this collection of metadata.
|
String |
getUUIDFileName(int imageIndex,
int tiffDataIndex)
Get the FileName property of UUID.
|
String |
getUUIDValue(int imageIndex,
int tiffDataIndex)
Get the text value of UUID.
|
String |
getWellAnnotationRef(int plateIndex,
int wellIndex,
int annotationRefIndex)
Get the AnnotationRef property of Well.
|
int |
getWellAnnotationRefCount(int plateIndex,
int wellIndex)
Get the number of AnnotationRef elements in Well.
|
Color |
getWellColor(int plateIndex,
int wellIndex)
Get the Color property of Well.
|
NonNegativeInteger |
getWellColumn(int plateIndex,
int wellIndex)
Get the Column property of Well.
|
int |
getWellCount(int plateIndex)
Get the number of Well elements.
|
String |
getWellExternalDescription(int plateIndex,
int wellIndex)
Get the ExternalDescription property of Well.
|
String |
getWellExternalIdentifier(int plateIndex,
int wellIndex)
Get the ExternalIdentifier property of Well.
|
String |
getWellID(int plateIndex,
int wellIndex)
Get the ID property of Well.
|
String |
getWellReagentRef(int plateIndex,
int wellIndex)
Get the ReagentRef property of Well.
|
NonNegativeInteger |
getWellRow(int plateIndex,
int wellIndex)
Get the Row property of Well.
|
int |
getWellSampleCount(int plateIndex,
int wellIndex)
Get the number of WellSample elements.
|
String |
getWellSampleID(int plateIndex,
int wellIndex,
int wellSampleIndex)
Get the ID property of WellSample.
|
String |
getWellSampleImageRef(int plateIndex,
int wellIndex,
int wellSampleIndex)
Get the ImageRef property of WellSample.
|
NonNegativeInteger |
getWellSampleIndex(int plateIndex,
int wellIndex,
int wellSampleIndex)
Get the Index property of WellSample.
|
Length |
getWellSamplePositionX(int plateIndex,
int wellIndex,
int wellSampleIndex)
Get the PositionX property of WellSample.
|
Length |
getWellSamplePositionY(int plateIndex,
int wellIndex,
int wellSampleIndex)
Get the PositionY property of WellSample.
|
int |
getWellSampleRefCount(int plateIndex,
int plateAcquisitionIndex)
Get the number of WellSampleRef elements.
|
Timestamp |
getWellSampleTimepoint(int plateIndex,
int wellIndex,
int wellSampleIndex)
Get the Timepoint property of WellSample.
|
String |
getWellType(int plateIndex,
int wellIndex)
Get the Type property of Well.
|
int |
getXMLAnnotationAnnotationCount(int xmlAnnotationIndex)
Get the number of links to an XMLAnnotation.
|
String |
getXMLAnnotationAnnotationRef(int XMLAnnotationIndex,
int annotationRefIndex)
Get the AnnotationRef property of XMLAnnotation.
|
String |
getXMLAnnotationAnnotator(int XMLAnnotationIndex)
Get the Annotator property of XMLAnnotation.
|
int |
getXMLAnnotationCount()
Get the number of XMLAnnotation elements.
|
String |
getXMLAnnotationDescription(int XMLAnnotationIndex)
Get the Description property of XMLAnnotation.
|
String |
getXMLAnnotationID(int XMLAnnotationIndex)
Get the ID property of XMLAnnotation.
|
String |
getXMLAnnotationNamespace(int XMLAnnotationIndex)
Get the Namespace property of XMLAnnotation.
|
String |
getXMLAnnotationValue(int XMLAnnotationIndex)
Get the Value property of XMLAnnotation.
|
int getBooleanAnnotationAnnotationCount(int booleanAnnotationIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.int getCommentAnnotationAnnotationCount(int commentAnnotationIndex)
commentAnnotationIndex
- the CommentAnnotation index.int getDoubleAnnotationAnnotationCount(int doubleAnnotationIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.int getFileAnnotationAnnotationCount(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.int getListAnnotationAnnotationCount(int listAnnotationIndex)
listAnnotationIndex
- the ListAnnotation index.int getLongAnnotationAnnotationCount(int longAnnotationIndex)
longAnnotationIndex
- the LongAnnotation index.int getMapAnnotationAnnotationCount(int mapAnnotationIndex)
mapAnnotationIndex
- the MapAnnotation index.int getTagAnnotationAnnotationCount(int tagAnnotationIndex)
tagAnnotationIndex
- the TagAnnotation index.int getTermAnnotationAnnotationCount(int termAnnotationIndex)
termAnnotationIndex
- the TermAnnotation index.int getTimestampAnnotationAnnotationCount(int timestampAnnotationIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.int getXMLAnnotationAnnotationCount(int xmlAnnotationIndex)
xmlAnnotationIndex
- the XMLAnnotation index.String getLightSourceType(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.int getLightSourceCount(int instrumentIndex)
instrumentIndex
- the Instrument index.String getShapeType(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.int getShapeCount(int ROIIndex)
ROIIndex
- the ROI index.int getLightSourceAnnotationRefCount(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.int getInstrumentAnnotationRefCount(int instrumentIndex)
instrumentIndex
- the Instrument index.int getObjectiveAnnotationRefCount(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.int getFolderAnnotationRefCount(int folderIndex)
folderIndex
- the Folder index.int getDetectorAnnotationRefCount(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.int getChannelAnnotationRefCount(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.int getPlateAnnotationRefCount(int plateIndex)
plateIndex
- the Plate index.int getExperimenterGroupAnnotationRefCount(int experimenterGroupIndex)
experimenterGroupIndex
- the ExperimenterGroup index.int getScreenAnnotationRefCount(int screenIndex)
screenIndex
- the Screen index.int getReagentAnnotationRefCount(int screenIndex, int reagentIndex)
screenIndex
- the Screen index.reagentIndex
- the Reagent index.int getPlaneAnnotationRefCount(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.int getExperimenterAnnotationRefCount(int experimenterIndex)
experimenterIndex
- the Experimenter index.int getDichroicAnnotationRefCount(int instrumentIndex, int dichroicIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.int getWellAnnotationRefCount(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.int getFilterAnnotationRefCount(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.int getPlateAcquisitionAnnotationRefCount(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.int getROIAnnotationRefCount(int ROIIndex)
ROIIndex
- the ROI index.int getProjectAnnotationRefCount(int projectIndex)
projectIndex
- the Project index.int getLightPathAnnotationRefCount(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.int getImageAnnotationRefCount(int imageIndex)
imageIndex
- the Image index.int getDatasetAnnotationRefCount(int datasetIndex)
datasetIndex
- the Dataset index.int getShapeAnnotationRefCount(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.int getPixelsBinDataCount(int imageIndex)
imageIndex
- the Image index.int getBooleanAnnotationCount()
int getChannelCount(int imageIndex)
imageIndex
- the Image index.int getCommentAnnotationCount()
int getDatasetCount()
int getDatasetRefCount(int projectIndex)
projectIndex
- the Project index.int getDetectorCount(int instrumentIndex)
instrumentIndex
- the Instrument index.int getDichroicCount(int instrumentIndex)
instrumentIndex
- the Instrument index.int getDoubleAnnotationCount()
int getLightPathEmissionFilterRefCount(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.int getFilterSetEmissionFilterRefCount(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.int getLightPathExcitationFilterRefCount(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.int getFilterSetExcitationFilterRefCount(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.int getExperimentCount()
int getExperimenterCount()
int getExperimenterGroupCount()
int getExperimenterGroupExperimenterRefCount(int experimenterGroupIndex)
experimenterGroupIndex
- the ExperimenterGroup index.int getFileAnnotationCount()
int getFilterCount(int instrumentIndex)
instrumentIndex
- the Instrument index.int getFilterSetCount(int instrumentIndex)
instrumentIndex
- the Instrument index.int getFolderCount()
int getFolderRefCount(int folderIndex)
folderIndex
- the Folder index.int getImageCount()
int getFolderImageRefCount(int folderIndex)
folderIndex
- the Folder index.int getDatasetImageRefCount(int datasetIndex)
datasetIndex
- the Dataset index.int getInstrumentCount()
int getLeaderCount(int experimenterGroupIndex)
experimenterGroupIndex
- the ExperimenterGroup index.int getMicrobeamManipulationLightSourceSettingsCount(int experimentIndex, int microbeamManipulationIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.int getListAnnotationCount()
int getLongAnnotationCount()
int getMapAnnotationCount()
int getMicrobeamManipulationCount(int experimentIndex)
experimentIndex
- the Experiment index.int getMicrobeamManipulationRefCount(int imageIndex)
imageIndex
- the Image index.int getObjectiveCount(int instrumentIndex)
instrumentIndex
- the Instrument index.int getPlaneCount(int imageIndex)
imageIndex
- the Image index.int getPlateCount()
int getPlateAcquisitionCount(int plateIndex)
plateIndex
- the Plate index.int getPlateRefCount(int screenIndex)
screenIndex
- the Screen index.int getProjectCount()
int getROICount()
int getImageROIRefCount(int imageIndex)
imageIndex
- the Image index.int getFolderROIRefCount(int folderIndex)
folderIndex
- the Folder index.int getMicrobeamManipulationROIRefCount(int experimentIndex, int microbeamManipulationIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.int getReagentCount(int screenIndex)
screenIndex
- the Screen index.int getScreenCount()
int getTagAnnotationCount()
int getTermAnnotationCount()
int getTiffDataCount(int imageIndex)
imageIndex
- the Image index.int getTimestampAnnotationCount()
String getUUIDValue(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.int getWellCount(int plateIndex)
plateIndex
- the Plate index.int getWellSampleCount(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.int getWellSampleRefCount(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.int getXMLAnnotationCount()
List<MapPair> getMapAnnotationValue(int mapAnnotationIndex)
mapAnnotationIndex
- the MapAnnotation index.List<MapPair> getGenericExcitationSourceMap(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.List<MapPair> getImagingEnvironmentMap(int imageIndex)
imageIndex
- the Image index.String getUUID()
String getArcAnnotationRef(int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.annotationRefIndex
- AnnotationRef index.String getArcID(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getArcLotNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getArcManufacturer(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getArcModel(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Power getArcPower(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getArcSerialNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.ArcType getArcType(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.byte[] getBinaryFileBinData(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.byte[] getMaskBinData(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.byte[] getPixelsBinData(int imageIndex, int binDataIndex)
imageIndex
- the Image index.binDataIndex
- the BinData index.Boolean getBinaryFileBinDataBigEndian(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.Boolean getMaskBinDataBigEndian(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getPixelsBinDataBigEndian(int imageIndex, int binDataIndex)
imageIndex
- the Image index.binDataIndex
- the BinData index.Compression getBinaryFileBinDataCompression(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.Compression getMaskBinDataCompression(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Compression getPixelsBinDataCompression(int imageIndex, int binDataIndex)
imageIndex
- the Image index.binDataIndex
- the BinData index.NonNegativeLong getBinaryFileBinDataLength(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.NonNegativeLong getMaskBinDataLength(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeLong getPixelsBinDataLength(int imageIndex, int binDataIndex)
imageIndex
- the Image index.binDataIndex
- the BinData index.String getBinaryFileFileName(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.String getBinaryFileMIMEType(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.NonNegativeLong getBinaryFileSize(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.String getBinaryOnlyMetadataFile()
String getBinaryOnlyUUID()
String getBooleanAnnotationAnnotationRef(int booleanAnnotationIndex, int annotationRefIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.annotationRefIndex
- AnnotationRef index.String getBooleanAnnotationAnnotator(int booleanAnnotationIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.String getBooleanAnnotationDescription(int booleanAnnotationIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.String getBooleanAnnotationID(int booleanAnnotationIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.String getBooleanAnnotationNamespace(int booleanAnnotationIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.Boolean getBooleanAnnotationValue(int booleanAnnotationIndex)
booleanAnnotationIndex
- the BooleanAnnotation index.AcquisitionMode getChannelAcquisitionMode(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getChannelAnnotationRef(int imageIndex, int channelIndex, int annotationRefIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.annotationRefIndex
- AnnotationRef index.Color getChannelColor(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.ContrastMethod getChannelContrastMethod(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Length getChannelEmissionWavelength(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Length getChannelExcitationWavelength(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getChannelFilterSetRef(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getChannelFluor(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getChannelID(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.IlluminationType getChannelIlluminationType(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Double getChannelNDFilter(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getChannelName(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Length getChannelPinholeSize(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Integer getChannelPockelCellSetting(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.PositiveInteger getChannelSamplesPerPixel(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getCommentAnnotationAnnotationRef(int commentAnnotationIndex, int annotationRefIndex)
commentAnnotationIndex
- the CommentAnnotation index.annotationRefIndex
- AnnotationRef index.String getCommentAnnotationAnnotator(int commentAnnotationIndex)
commentAnnotationIndex
- the CommentAnnotation index.String getCommentAnnotationDescription(int commentAnnotationIndex)
commentAnnotationIndex
- the CommentAnnotation index.String getCommentAnnotationID(int commentAnnotationIndex)
commentAnnotationIndex
- the CommentAnnotation index.String getCommentAnnotationNamespace(int commentAnnotationIndex)
commentAnnotationIndex
- the CommentAnnotation index.String getCommentAnnotationValue(int commentAnnotationIndex)
commentAnnotationIndex
- the CommentAnnotation index.String getDatasetAnnotationRef(int datasetIndex, int annotationRefIndex)
datasetIndex
- the Dataset index.annotationRefIndex
- AnnotationRef index.String getDatasetDescription(int datasetIndex)
datasetIndex
- the Dataset index.String getDatasetExperimenterGroupRef(int datasetIndex)
datasetIndex
- the Dataset index.String getDatasetExperimenterRef(int datasetIndex)
datasetIndex
- the Dataset index.String getDatasetID(int datasetIndex)
datasetIndex
- the Dataset index.String getDatasetImageRef(int datasetIndex, int imageRefIndex)
datasetIndex
- the Dataset index.imageRefIndex
- ImageRef index.String getDatasetName(int datasetIndex)
datasetIndex
- the Dataset index.Double getDetectorAmplificationGain(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.String getDetectorAnnotationRef(int instrumentIndex, int detectorIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.annotationRefIndex
- AnnotationRef index.Double getDetectorGain(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.String getDetectorID(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.String getDetectorLotNumber(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.String getDetectorManufacturer(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.String getDetectorModel(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.Double getDetectorOffset(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.String getDetectorSerialNumber(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.DetectorType getDetectorType(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.ElectricPotential getDetectorVoltage(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.Double getDetectorZoom(int instrumentIndex, int detectorIndex)
instrumentIndex
- the Instrument index.detectorIndex
- the Detector index.Binning getDetectorSettingsBinning(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Double getDetectorSettingsGain(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getDetectorSettingsID(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.PositiveInteger getDetectorSettingsIntegration(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Double getDetectorSettingsOffset(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Frequency getDetectorSettingsReadOutRate(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.ElectricPotential getDetectorSettingsVoltage(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Double getDetectorSettingsZoom(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getDichroicAnnotationRef(int instrumentIndex, int dichroicIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.annotationRefIndex
- AnnotationRef index.String getDichroicID(int instrumentIndex, int dichroicIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.String getDichroicLotNumber(int instrumentIndex, int dichroicIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.String getDichroicManufacturer(int instrumentIndex, int dichroicIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.String getDichroicModel(int instrumentIndex, int dichroicIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.String getDichroicSerialNumber(int instrumentIndex, int dichroicIndex)
instrumentIndex
- the Instrument index.dichroicIndex
- the Dichroic index.String getDoubleAnnotationAnnotationRef(int doubleAnnotationIndex, int annotationRefIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.annotationRefIndex
- AnnotationRef index.String getDoubleAnnotationAnnotator(int doubleAnnotationIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.String getDoubleAnnotationDescription(int doubleAnnotationIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.String getDoubleAnnotationID(int doubleAnnotationIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.String getDoubleAnnotationNamespace(int doubleAnnotationIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.Double getDoubleAnnotationValue(int doubleAnnotationIndex)
doubleAnnotationIndex
- the DoubleAnnotation index.String getEllipseAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getEllipseFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getEllipseFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getEllipseFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getEllipseFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getEllipseFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getEllipseID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getEllipseLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getEllipseRadiusX(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getEllipseRadiusY(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getEllipseStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getEllipseStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getEllipseStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getEllipseText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getEllipseTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getEllipseTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getEllipseTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getEllipseTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getEllipseX(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getEllipseY(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getExperimentDescription(int experimentIndex)
experimentIndex
- the Experiment index.String getExperimentExperimenterRef(int experimentIndex)
experimentIndex
- the Experiment index.String getExperimentID(int experimentIndex)
experimentIndex
- the Experiment index.ExperimentType getExperimentType(int experimentIndex)
experimentIndex
- the Experiment index.String getExperimenterAnnotationRef(int experimenterIndex, int annotationRefIndex)
experimenterIndex
- the Experimenter index.annotationRefIndex
- AnnotationRef index.String getExperimenterEmail(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterFirstName(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterID(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterInstitution(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterLastName(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterMiddleName(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterUserName(int experimenterIndex)
experimenterIndex
- the Experimenter index.String getExperimenterGroupAnnotationRef(int experimenterGroupIndex, int annotationRefIndex)
experimenterGroupIndex
- the ExperimenterGroup index.annotationRefIndex
- AnnotationRef index.String getExperimenterGroupDescription(int experimenterGroupIndex)
experimenterGroupIndex
- the ExperimenterGroup index.String getExperimenterGroupExperimenterRef(int experimenterGroupIndex, int experimenterRefIndex)
experimenterGroupIndex
- the ExperimenterGroup index.experimenterRefIndex
- ExperimenterRef index.String getExperimenterGroupID(int experimenterGroupIndex)
experimenterGroupIndex
- the ExperimenterGroup index.String getExperimenterGroupLeader(int experimenterGroupIndex, int leaderIndex)
experimenterGroupIndex
- the ExperimenterGroup index.leaderIndex
- Leader index.String getExperimenterGroupName(int experimenterGroupIndex)
experimenterGroupIndex
- the ExperimenterGroup index.String getFilamentAnnotationRef(int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.annotationRefIndex
- AnnotationRef index.String getFilamentID(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getFilamentLotNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getFilamentManufacturer(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getFilamentModel(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Power getFilamentPower(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getFilamentSerialNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.FilamentType getFilamentType(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getFileAnnotationAnnotationRef(int fileAnnotationIndex, int annotationRefIndex)
fileAnnotationIndex
- the FileAnnotation index.annotationRefIndex
- AnnotationRef index.String getFileAnnotationAnnotator(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.String getFileAnnotationDescription(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.String getFileAnnotationID(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.String getFileAnnotationNamespace(int fileAnnotationIndex)
fileAnnotationIndex
- the FileAnnotation index.String getFilterAnnotationRef(int instrumentIndex, int filterIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.annotationRefIndex
- AnnotationRef index.String getFilterFilterWheel(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getFilterID(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getFilterLotNumber(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getFilterManufacturer(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getFilterModel(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getFilterSerialNumber(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.FilterType getFilterType(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getFilterSetDichroicRef(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.String getFilterSetEmissionFilterRef(int instrumentIndex, int filterSetIndex, int emissionFilterRefIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.emissionFilterRefIndex
- EmissionFilterRef index.String getFilterSetExcitationFilterRef(int instrumentIndex, int filterSetIndex, int excitationFilterRefIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.excitationFilterRefIndex
- ExcitationFilterRef index.String getFilterSetID(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.String getFilterSetLotNumber(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.String getFilterSetManufacturer(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.String getFilterSetModel(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.String getFilterSetSerialNumber(int instrumentIndex, int filterSetIndex)
instrumentIndex
- the Instrument index.filterSetIndex
- the FilterSet index.String getFolderAnnotationRef(int folderIndex, int annotationRefIndex)
folderIndex
- the Folder index.annotationRefIndex
- AnnotationRef index.String getFolderDescription(int folderIndex)
folderIndex
- the Folder index.String getFolderFolderRef(int folderIndex, int folderRefIndex)
folderIndex
- the Folder index.folderRefIndex
- FolderRef index.String getFolderID(int folderIndex)
folderIndex
- the Folder index.String getFolderImageRef(int folderIndex, int imageRefIndex)
folderIndex
- the Folder index.imageRefIndex
- ImageRef index.String getFolderName(int folderIndex)
folderIndex
- the Folder index.String getFolderROIRef(int folderIndex, int ROIRefIndex)
folderIndex
- the Folder index.ROIRefIndex
- ROIRef index.String getGenericExcitationSourceAnnotationRef(int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.annotationRefIndex
- AnnotationRef index.String getGenericExcitationSourceID(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getGenericExcitationSourceLotNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getGenericExcitationSourceManufacturer(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getGenericExcitationSourceModel(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Power getGenericExcitationSourcePower(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getGenericExcitationSourceSerialNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Timestamp getImageAcquisitionDate(int imageIndex)
imageIndex
- the Image index.String getImageAnnotationRef(int imageIndex, int annotationRefIndex)
imageIndex
- the Image index.annotationRefIndex
- AnnotationRef index.String getImageDescription(int imageIndex)
imageIndex
- the Image index.String getImageExperimentRef(int imageIndex)
imageIndex
- the Image index.String getImageExperimenterGroupRef(int imageIndex)
imageIndex
- the Image index.String getImageExperimenterRef(int imageIndex)
imageIndex
- the Image index.String getImageID(int imageIndex)
imageIndex
- the Image index.String getImageInstrumentRef(int imageIndex)
imageIndex
- the Image index.String getImageMicrobeamManipulationRef(int imageIndex, int microbeamManipulationRefIndex)
imageIndex
- the Image index.microbeamManipulationRefIndex
- MicrobeamManipulationRef index.String getImageName(int imageIndex)
imageIndex
- the Image index.String getImageROIRef(int imageIndex, int ROIRefIndex)
imageIndex
- the Image index.ROIRefIndex
- ROIRef index.Pressure getImagingEnvironmentAirPressure(int imageIndex)
imageIndex
- the Image index.PercentFraction getImagingEnvironmentCO2Percent(int imageIndex)
imageIndex
- the Image index.PercentFraction getImagingEnvironmentHumidity(int imageIndex)
imageIndex
- the Image index.Temperature getImagingEnvironmentTemperature(int imageIndex)
imageIndex
- the Image index.String getInstrumentAnnotationRef(int instrumentIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.annotationRefIndex
- AnnotationRef index.String getInstrumentID(int instrumentIndex)
instrumentIndex
- the Instrument index.String getLabelAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getLabelFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getLabelFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getLabelFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getLabelFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getLabelFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLabelID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getLabelLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getLabelStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLabelStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getLabelStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLabelText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getLabelTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getLabelTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getLabelTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getLabelTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getLabelX(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getLabelY(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLaserAnnotationRef(int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.annotationRefIndex
- AnnotationRef index.PositiveInteger getLaserFrequencyMultiplication(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLaserID(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.LaserMedium getLaserLaserMedium(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLaserLotNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLaserManufacturer(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLaserModel(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Boolean getLaserPockelCell(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Power getLaserPower(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Pulse getLaserPulse(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLaserPump(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Frequency getLaserRepetitionRate(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLaserSerialNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Boolean getLaserTuneable(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.LaserType getLaserType(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Length getLaserWavelength(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLightEmittingDiodeAnnotationRef(int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.annotationRefIndex
- AnnotationRef index.String getLightEmittingDiodeID(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLightEmittingDiodeLotNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLightEmittingDiodeManufacturer(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLightEmittingDiodeModel(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.Power getLightEmittingDiodePower(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLightEmittingDiodeSerialNumber(int instrumentIndex, int lightSourceIndex)
instrumentIndex
- the Instrument index.lightSourceIndex
- the LightSource index.String getLightPathAnnotationRef(int imageIndex, int channelIndex, int annotationRefIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.annotationRefIndex
- AnnotationRef index.String getLightPathDichroicRef(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getLightPathEmissionFilterRef(int imageIndex, int channelIndex, int emissionFilterRefIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.emissionFilterRefIndex
- EmissionFilterRef index.String getLightPathExcitationFilterRef(int imageIndex, int channelIndex, int excitationFilterRefIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.excitationFilterRefIndex
- ExcitationFilterRef index.PercentFraction getChannelLightSourceSettingsAttenuation(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.PercentFraction getMicrobeamManipulationLightSourceSettingsAttenuation(int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.lightSourceSettingsIndex
- the LightSourceSettings index.String getChannelLightSourceSettingsID(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.String getMicrobeamManipulationLightSourceSettingsID(int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.lightSourceSettingsIndex
- the LightSourceSettings index.Length getChannelLightSourceSettingsWavelength(int imageIndex, int channelIndex)
imageIndex
- the Image index.channelIndex
- the Channel index.Length getMicrobeamManipulationLightSourceSettingsWavelength(int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.lightSourceSettingsIndex
- the LightSourceSettings index.String getLineAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getLineFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getLineFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getLineFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getLineFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getLineFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLineID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getLineLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Marker getLineMarkerEnd(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Marker getLineMarkerStart(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getLineStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLineStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getLineStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getLineText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getLineTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getLineTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getLineTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getLineTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getLineX1(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getLineX2(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getLineY1(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getLineY2(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getListAnnotationAnnotationRef(int listAnnotationIndex, int annotationRefIndex)
listAnnotationIndex
- the ListAnnotation index.annotationRefIndex
- AnnotationRef index.String getListAnnotationAnnotator(int listAnnotationIndex)
listAnnotationIndex
- the ListAnnotation index.String getListAnnotationDescription(int listAnnotationIndex)
listAnnotationIndex
- the ListAnnotation index.String getListAnnotationID(int listAnnotationIndex)
listAnnotationIndex
- the ListAnnotation index.String getListAnnotationNamespace(int listAnnotationIndex)
listAnnotationIndex
- the ListAnnotation index.String getLongAnnotationAnnotationRef(int longAnnotationIndex, int annotationRefIndex)
longAnnotationIndex
- the LongAnnotation index.annotationRefIndex
- AnnotationRef index.String getLongAnnotationAnnotator(int longAnnotationIndex)
longAnnotationIndex
- the LongAnnotation index.String getLongAnnotationDescription(int longAnnotationIndex)
longAnnotationIndex
- the LongAnnotation index.String getLongAnnotationID(int longAnnotationIndex)
longAnnotationIndex
- the LongAnnotation index.String getLongAnnotationNamespace(int longAnnotationIndex)
longAnnotationIndex
- the LongAnnotation index.Long getLongAnnotationValue(int longAnnotationIndex)
longAnnotationIndex
- the LongAnnotation index.String getMapAnnotationAnnotationRef(int mapAnnotationIndex, int annotationRefIndex)
mapAnnotationIndex
- the MapAnnotation index.annotationRefIndex
- AnnotationRef index.String getMapAnnotationAnnotator(int mapAnnotationIndex)
mapAnnotationIndex
- the MapAnnotation index.String getMapAnnotationDescription(int mapAnnotationIndex)
mapAnnotationIndex
- the MapAnnotation index.String getMapAnnotationID(int mapAnnotationIndex)
mapAnnotationIndex
- the MapAnnotation index.String getMapAnnotationNamespace(int mapAnnotationIndex)
mapAnnotationIndex
- the MapAnnotation index.String getMaskAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getMaskFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getMaskFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getMaskFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getMaskFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getMaskFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getMaskHeight(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getMaskID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getMaskLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getMaskStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getMaskStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getMaskStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getMaskText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getMaskTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getMaskTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getMaskTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getMaskTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getMaskWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getMaskX(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getMaskY(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getMicrobeamManipulationDescription(int experimentIndex, int microbeamManipulationIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.String getMicrobeamManipulationExperimenterRef(int experimentIndex, int microbeamManipulationIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.String getMicrobeamManipulationID(int experimentIndex, int microbeamManipulationIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.String getMicrobeamManipulationROIRef(int experimentIndex, int microbeamManipulationIndex, int ROIRefIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.ROIRefIndex
- ROIRef index.MicrobeamManipulationType getMicrobeamManipulationType(int experimentIndex, int microbeamManipulationIndex)
experimentIndex
- the Experiment index.microbeamManipulationIndex
- the MicrobeamManipulation index.String getMicroscopeLotNumber(int instrumentIndex)
instrumentIndex
- the Instrument index.String getMicroscopeManufacturer(int instrumentIndex)
instrumentIndex
- the Instrument index.String getMicroscopeModel(int instrumentIndex)
instrumentIndex
- the Instrument index.String getMicroscopeSerialNumber(int instrumentIndex)
instrumentIndex
- the Instrument index.MicroscopeType getMicroscopeType(int instrumentIndex)
instrumentIndex
- the Instrument index.String getObjectiveAnnotationRef(int instrumentIndex, int objectiveIndex, int annotationRefIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.annotationRefIndex
- AnnotationRef index.Double getObjectiveCalibratedMagnification(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Correction getObjectiveCorrection(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.String getObjectiveID(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Immersion getObjectiveImmersion(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Boolean getObjectiveIris(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Double getObjectiveLensNA(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.String getObjectiveLotNumber(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.String getObjectiveManufacturer(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.String getObjectiveModel(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Double getObjectiveNominalMagnification(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.String getObjectiveSerialNumber(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Length getObjectiveWorkingDistance(int instrumentIndex, int objectiveIndex)
instrumentIndex
- the Instrument index.objectiveIndex
- the Objective index.Double getObjectiveSettingsCorrectionCollar(int imageIndex)
imageIndex
- the Image index.String getObjectiveSettingsID(int imageIndex)
imageIndex
- the Image index.Medium getObjectiveSettingsMedium(int imageIndex)
imageIndex
- the Image index.Double getObjectiveSettingsRefractiveIndex(int imageIndex)
imageIndex
- the Image index.Boolean getPixelsBigEndian(int imageIndex)
imageIndex
- the Image index.DimensionOrder getPixelsDimensionOrder(int imageIndex)
imageIndex
- the Image index.String getPixelsID(int imageIndex)
imageIndex
- the Image index.Boolean getPixelsInterleaved(int imageIndex)
imageIndex
- the Image index.Length getPixelsPhysicalSizeX(int imageIndex)
imageIndex
- the Image index.Length getPixelsPhysicalSizeY(int imageIndex)
imageIndex
- the Image index.Length getPixelsPhysicalSizeZ(int imageIndex)
imageIndex
- the Image index.PositiveInteger getPixelsSignificantBits(int imageIndex)
imageIndex
- the Image index.PositiveInteger getPixelsSizeC(int imageIndex)
imageIndex
- the Image index.PositiveInteger getPixelsSizeT(int imageIndex)
imageIndex
- the Image index.PositiveInteger getPixelsSizeX(int imageIndex)
imageIndex
- the Image index.PositiveInteger getPixelsSizeY(int imageIndex)
imageIndex
- the Image index.PositiveInteger getPixelsSizeZ(int imageIndex)
imageIndex
- the Image index.Time getPixelsTimeIncrement(int imageIndex)
imageIndex
- the Image index.PixelType getPixelsType(int imageIndex)
imageIndex
- the Image index.String getPlaneAnnotationRef(int imageIndex, int planeIndex, int annotationRefIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.annotationRefIndex
- AnnotationRef index.Time getPlaneDeltaT(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.Time getPlaneExposureTime(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.String getPlaneHashSHA1(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.Length getPlanePositionX(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.Length getPlanePositionY(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.Length getPlanePositionZ(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.NonNegativeInteger getPlaneTheC(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.NonNegativeInteger getPlaneTheT(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.NonNegativeInteger getPlaneTheZ(int imageIndex, int planeIndex)
imageIndex
- the Image index.planeIndex
- the Plane index.String getPlateAnnotationRef(int plateIndex, int annotationRefIndex)
plateIndex
- the Plate index.annotationRefIndex
- AnnotationRef index.NamingConvention getPlateColumnNamingConvention(int plateIndex)
plateIndex
- the Plate index.PositiveInteger getPlateColumns(int plateIndex)
plateIndex
- the Plate index.String getPlateDescription(int plateIndex)
plateIndex
- the Plate index.String getPlateExternalIdentifier(int plateIndex)
plateIndex
- the Plate index.NonNegativeInteger getPlateFieldIndex(int plateIndex)
plateIndex
- the Plate index.String getPlateID(int plateIndex)
plateIndex
- the Plate index.String getPlateName(int plateIndex)
plateIndex
- the Plate index.NamingConvention getPlateRowNamingConvention(int plateIndex)
plateIndex
- the Plate index.PositiveInteger getPlateRows(int plateIndex)
plateIndex
- the Plate index.String getPlateStatus(int plateIndex)
plateIndex
- the Plate index.Length getPlateWellOriginX(int plateIndex)
plateIndex
- the Plate index.Length getPlateWellOriginY(int plateIndex)
plateIndex
- the Plate index.String getPlateAcquisitionAnnotationRef(int plateIndex, int plateAcquisitionIndex, int annotationRefIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.annotationRefIndex
- AnnotationRef index.String getPlateAcquisitionDescription(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.Timestamp getPlateAcquisitionEndTime(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.String getPlateAcquisitionID(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.PositiveInteger getPlateAcquisitionMaximumFieldCount(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.String getPlateAcquisitionName(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.Timestamp getPlateAcquisitionStartTime(int plateIndex, int plateAcquisitionIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.String getPlateAcquisitionWellSampleRef(int plateIndex, int plateAcquisitionIndex, int wellSampleRefIndex)
plateIndex
- the Plate index.plateAcquisitionIndex
- the PlateAcquisition index.wellSampleRefIndex
- WellSampleRef index.String getPointAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getPointFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getPointFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getPointFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getPointFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getPointFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPointID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getPointLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getPointStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPointStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getPointStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPointText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPointTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPointTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPointTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getPointTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getPointX(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getPointY(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolygonAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getPolygonFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getPolygonFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getPolygonFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getPolygonFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getPolygonFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolygonID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getPolygonLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolygonPoints(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getPolygonStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolygonStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getPolygonStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolygonText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPolygonTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPolygonTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPolygonTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getPolygonTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolylineAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getPolylineFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getPolylineFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getPolylineFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getPolylineFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getPolylineFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolylineID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getPolylineLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Marker getPolylineMarkerEnd(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Marker getPolylineMarkerStart(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolylinePoints(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getPolylineStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolylineStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getPolylineStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getPolylineText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPolylineTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPolylineTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getPolylineTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getPolylineTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getProjectAnnotationRef(int projectIndex, int annotationRefIndex)
projectIndex
- the Project index.annotationRefIndex
- AnnotationRef index.String getProjectDatasetRef(int projectIndex, int datasetRefIndex)
projectIndex
- the Project index.datasetRefIndex
- DatasetRef index.String getProjectDescription(int projectIndex)
projectIndex
- the Project index.String getProjectExperimenterGroupRef(int projectIndex)
projectIndex
- the Project index.String getProjectExperimenterRef(int projectIndex)
projectIndex
- the Project index.String getProjectID(int projectIndex)
projectIndex
- the Project index.String getProjectName(int projectIndex)
projectIndex
- the Project index.String getROIAnnotationRef(int ROIIndex, int annotationRefIndex)
ROIIndex
- the ROI index.annotationRefIndex
- AnnotationRef index.String getROIDescription(int ROIIndex)
ROIIndex
- the ROI index.String getROIID(int ROIIndex)
ROIIndex
- the ROI index.String getROIName(int ROIIndex)
ROIIndex
- the ROI index.String getReagentAnnotationRef(int screenIndex, int reagentIndex, int annotationRefIndex)
screenIndex
- the Screen index.reagentIndex
- the Reagent index.annotationRefIndex
- AnnotationRef index.String getReagentDescription(int screenIndex, int reagentIndex)
screenIndex
- the Screen index.reagentIndex
- the Reagent index.String getReagentID(int screenIndex, int reagentIndex)
screenIndex
- the Screen index.reagentIndex
- the Reagent index.String getReagentName(int screenIndex, int reagentIndex)
screenIndex
- the Screen index.reagentIndex
- the Reagent index.String getReagentReagentIdentifier(int screenIndex, int reagentIndex)
screenIndex
- the Screen index.reagentIndex
- the Reagent index.String getRectangleAnnotationRef(int ROIIndex, int shapeIndex, int annotationRefIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.annotationRefIndex
- AnnotationRef index.Color getRectangleFillColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FillRule getRectangleFillRule(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontFamily getRectangleFontFamily(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getRectangleFontSize(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.FontStyle getRectangleFontStyle(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getRectangleHeight(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getRectangleID(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Boolean getRectangleLocked(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Color getRectangleStrokeColor(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getRectangleStrokeDashArray(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Length getRectangleStrokeWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getRectangleText(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getRectangleTheC(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getRectangleTheT(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.NonNegativeInteger getRectangleTheZ(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.AffineTransform getRectangleTransform(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getRectangleWidth(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getRectangleX(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.Double getRectangleY(int ROIIndex, int shapeIndex)
ROIIndex
- the ROI index.shapeIndex
- the Shape index.String getRightsRightsHeld()
String getRightsRightsHolder()
String getScreenAnnotationRef(int screenIndex, int annotationRefIndex)
screenIndex
- the Screen index.annotationRefIndex
- AnnotationRef index.String getScreenDescription(int screenIndex)
screenIndex
- the Screen index.String getScreenID(int screenIndex)
screenIndex
- the Screen index.String getScreenName(int screenIndex)
screenIndex
- the Screen index.String getScreenPlateRef(int screenIndex, int plateRefIndex)
screenIndex
- the Screen index.plateRefIndex
- PlateRef index.String getScreenProtocolDescription(int screenIndex)
screenIndex
- the Screen index.String getScreenProtocolIdentifier(int screenIndex)
screenIndex
- the Screen index.String getScreenReagentSetDescription(int screenIndex)
screenIndex
- the Screen index.String getScreenReagentSetIdentifier(int screenIndex)
screenIndex
- the Screen index.String getScreenType(int screenIndex)
screenIndex
- the Screen index.String getStageLabelName(int imageIndex)
imageIndex
- the Image index.Length getStageLabelX(int imageIndex)
imageIndex
- the Image index.Length getStageLabelY(int imageIndex)
imageIndex
- the Image index.Length getStageLabelZ(int imageIndex)
imageIndex
- the Image index.String getTagAnnotationAnnotationRef(int tagAnnotationIndex, int annotationRefIndex)
tagAnnotationIndex
- the TagAnnotation index.annotationRefIndex
- AnnotationRef index.String getTagAnnotationAnnotator(int tagAnnotationIndex)
tagAnnotationIndex
- the TagAnnotation index.String getTagAnnotationDescription(int tagAnnotationIndex)
tagAnnotationIndex
- the TagAnnotation index.String getTagAnnotationID(int tagAnnotationIndex)
tagAnnotationIndex
- the TagAnnotation index.String getTagAnnotationNamespace(int tagAnnotationIndex)
tagAnnotationIndex
- the TagAnnotation index.String getTagAnnotationValue(int tagAnnotationIndex)
tagAnnotationIndex
- the TagAnnotation index.String getTermAnnotationAnnotationRef(int termAnnotationIndex, int annotationRefIndex)
termAnnotationIndex
- the TermAnnotation index.annotationRefIndex
- AnnotationRef index.String getTermAnnotationAnnotator(int termAnnotationIndex)
termAnnotationIndex
- the TermAnnotation index.String getTermAnnotationDescription(int termAnnotationIndex)
termAnnotationIndex
- the TermAnnotation index.String getTermAnnotationID(int termAnnotationIndex)
termAnnotationIndex
- the TermAnnotation index.String getTermAnnotationNamespace(int termAnnotationIndex)
termAnnotationIndex
- the TermAnnotation index.String getTermAnnotationValue(int termAnnotationIndex)
termAnnotationIndex
- the TermAnnotation index.NonNegativeInteger getTiffDataFirstC(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.NonNegativeInteger getTiffDataFirstT(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.NonNegativeInteger getTiffDataFirstZ(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.NonNegativeInteger getTiffDataIFD(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.NonNegativeInteger getTiffDataPlaneCount(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.String getTimestampAnnotationAnnotationRef(int timestampAnnotationIndex, int annotationRefIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.annotationRefIndex
- AnnotationRef index.String getTimestampAnnotationAnnotator(int timestampAnnotationIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.String getTimestampAnnotationDescription(int timestampAnnotationIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.String getTimestampAnnotationID(int timestampAnnotationIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.String getTimestampAnnotationNamespace(int timestampAnnotationIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.Timestamp getTimestampAnnotationValue(int timestampAnnotationIndex)
timestampAnnotationIndex
- the TimestampAnnotation index.Length getTransmittanceRangeCutIn(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.Length getTransmittanceRangeCutInTolerance(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.Length getTransmittanceRangeCutOut(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.Length getTransmittanceRangeCutOutTolerance(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.PercentFraction getTransmittanceRangeTransmittance(int instrumentIndex, int filterIndex)
instrumentIndex
- the Instrument index.filterIndex
- the Filter index.String getUUIDFileName(int imageIndex, int tiffDataIndex)
imageIndex
- the Image index.tiffDataIndex
- the TiffData index.String getWellAnnotationRef(int plateIndex, int wellIndex, int annotationRefIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.annotationRefIndex
- AnnotationRef index.Color getWellColor(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.NonNegativeInteger getWellColumn(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.String getWellExternalDescription(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.String getWellExternalIdentifier(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.String getWellID(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.String getWellReagentRef(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.NonNegativeInteger getWellRow(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.String getWellType(int plateIndex, int wellIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.String getWellSampleID(int plateIndex, int wellIndex, int wellSampleIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.wellSampleIndex
- the WellSample index.String getWellSampleImageRef(int plateIndex, int wellIndex, int wellSampleIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.wellSampleIndex
- the WellSample index.NonNegativeInteger getWellSampleIndex(int plateIndex, int wellIndex, int wellSampleIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.wellSampleIndex
- the WellSample index.Length getWellSamplePositionX(int plateIndex, int wellIndex, int wellSampleIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.wellSampleIndex
- the WellSample index.Length getWellSamplePositionY(int plateIndex, int wellIndex, int wellSampleIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.wellSampleIndex
- the WellSample index.Timestamp getWellSampleTimepoint(int plateIndex, int wellIndex, int wellSampleIndex)
plateIndex
- the Plate index.wellIndex
- the Well index.wellSampleIndex
- the WellSample index.String getXMLAnnotationAnnotationRef(int XMLAnnotationIndex, int annotationRefIndex)
XMLAnnotationIndex
- the XMLAnnotation index.annotationRefIndex
- AnnotationRef index.String getXMLAnnotationAnnotator(int XMLAnnotationIndex)
XMLAnnotationIndex
- the XMLAnnotation index.String getXMLAnnotationDescription(int XMLAnnotationIndex)
XMLAnnotationIndex
- the XMLAnnotation index.String getXMLAnnotationID(int XMLAnnotationIndex)
XMLAnnotationIndex
- the XMLAnnotation index.String getXMLAnnotationNamespace(int XMLAnnotationIndex)
XMLAnnotationIndex
- the XMLAnnotation index.String getXMLAnnotationValue(int XMLAnnotationIndex)
XMLAnnotationIndex
- the XMLAnnotation index.Copyright © 2016 Open Microscopy Environment