public interface MetadataRetrieve
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 |
getArcID(int instrumentIndex,
int lightSourceIndex) |
String |
getArcLotNumber(int instrumentIndex,
int lightSourceIndex) |
String |
getArcManufacturer(int instrumentIndex,
int lightSourceIndex) |
String |
getArcModel(int instrumentIndex,
int lightSourceIndex) |
Double |
getArcPower(int instrumentIndex,
int lightSourceIndex) |
String |
getArcSerialNumber(int instrumentIndex,
int lightSourceIndex) |
ArcType |
getArcType(int instrumentIndex,
int lightSourceIndex) |
String |
getBinaryFileFileName(int fileAnnotationIndex) |
String |
getBinaryFileMIMEType(int fileAnnotationIndex) |
NonNegativeLong |
getBinaryFileSize(int fileAnnotationIndex) |
String |
getBinaryOnlyMetadataFile(int metadataFileIndex) |
String |
getBinaryOnlyUUID(int UUIDIndex) |
int |
getBooleanAnnotationAnnotationCount(int booleanAnnotationIndex) |
String |
getBooleanAnnotationAnnotationRef(int booleanAnnotationIndex,
int annotationRefIndex) |
int |
getBooleanAnnotationCount() |
String |
getBooleanAnnotationDescription(int booleanAnnotationIndex) |
String |
getBooleanAnnotationID(int booleanAnnotationIndex) |
String |
getBooleanAnnotationNamespace(int booleanAnnotationIndex) |
Boolean |
getBooleanAnnotationValue(int booleanAnnotationIndex) |
AcquisitionMode |
getChannelAcquisitionMode(int imageIndex,
int channelIndex) |
String |
getChannelAnnotationRef(int imageIndex,
int channelIndex,
int annotationRefIndex) |
int |
getChannelAnnotationRefCount(int imageIndex,
int channelIndex) |
Color |
getChannelColor(int imageIndex,
int channelIndex) |
ContrastMethod |
getChannelContrastMethod(int imageIndex,
int channelIndex) |
int |
getChannelCount(int imageIndex) |
PositiveInteger |
getChannelEmissionWavelength(int imageIndex,
int channelIndex) |
PositiveInteger |
getChannelExcitationWavelength(int imageIndex,
int channelIndex) |
String |
getChannelFilterSetRef(int imageIndex,
int channelIndex) |
String |
getChannelFluor(int imageIndex,
int channelIndex) |
String |
getChannelID(int imageIndex,
int channelIndex) |
IlluminationType |
getChannelIlluminationType(int imageIndex,
int channelIndex) |
PercentFraction |
getChannelLightSourceSettingsAttenuation(int imageIndex,
int channelIndex) |
String |
getChannelLightSourceSettingsID(int imageIndex,
int channelIndex) |
PositiveInteger |
getChannelLightSourceSettingsWavelength(int imageIndex,
int channelIndex) |
String |
getChannelName(int imageIndex,
int channelIndex) |
Double |
getChannelNDFilter(int imageIndex,
int channelIndex) |
Double |
getChannelPinholeSize(int imageIndex,
int channelIndex) |
Integer |
getChannelPockelCellSetting(int imageIndex,
int channelIndex) |
PositiveInteger |
getChannelSamplesPerPixel(int imageIndex,
int channelIndex) |
int |
getCommentAnnotationAnnotationCount(int commentAnnotationIndex) |
String |
getCommentAnnotationAnnotationRef(int commentAnnotationIndex,
int annotationRefIndex) |
int |
getCommentAnnotationCount() |
String |
getCommentAnnotationDescription(int commentAnnotationIndex) |
String |
getCommentAnnotationID(int commentAnnotationIndex) |
String |
getCommentAnnotationNamespace(int commentAnnotationIndex) |
String |
getCommentAnnotationValue(int commentAnnotationIndex) |
String |
getDatasetAnnotationRef(int datasetIndex,
int annotationRefIndex) |
int |
getDatasetAnnotationRefCount(int datasetIndex) |
int |
getDatasetCount() |
String |
getDatasetDescription(int datasetIndex) |
String |
getDatasetExperimenterGroupRef(int datasetIndex) |
String |
getDatasetExperimenterRef(int datasetIndex) |
String |
getDatasetID(int datasetIndex) |
String |
getDatasetImageRef(int datasetIndex,
int imageRefIndex) |
int |
getDatasetImageRefCount(int datasetIndex) |
String |
getDatasetName(int datasetIndex) |
int |
getDatasetRefCount(int projectIndex) |
Double |
getDetectorAmplificationGain(int instrumentIndex,
int detectorIndex) |
int |
getDetectorCount(int instrumentIndex) |
Double |
getDetectorGain(int instrumentIndex,
int detectorIndex) |
String |
getDetectorID(int instrumentIndex,
int detectorIndex) |
String |
getDetectorLotNumber(int instrumentIndex,
int detectorIndex) |
String |
getDetectorManufacturer(int instrumentIndex,
int detectorIndex) |
String |
getDetectorModel(int instrumentIndex,
int detectorIndex) |
Double |
getDetectorOffset(int instrumentIndex,
int detectorIndex) |
String |
getDetectorSerialNumber(int instrumentIndex,
int detectorIndex) |
Binning |
getDetectorSettingsBinning(int imageIndex,
int channelIndex) |
Double |
getDetectorSettingsGain(int imageIndex,
int channelIndex) |
String |
getDetectorSettingsID(int imageIndex,
int channelIndex) |
Double |
getDetectorSettingsOffset(int imageIndex,
int channelIndex) |
Double |
getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Double |
getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
DetectorType |
getDetectorType(int instrumentIndex,
int detectorIndex) |
Double |
getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
Double |
getDetectorZoom(int instrumentIndex,
int detectorIndex) |
int |
getDichroicCount(int instrumentIndex) |
String |
getDichroicID(int instrumentIndex,
int dichroicIndex) |
String |
getDichroicLotNumber(int instrumentIndex,
int dichroicIndex) |
String |
getDichroicManufacturer(int instrumentIndex,
int dichroicIndex) |
String |
getDichroicModel(int instrumentIndex,
int dichroicIndex) |
String |
getDichroicSerialNumber(int instrumentIndex,
int dichroicIndex) |
int |
getDoubleAnnotationAnnotationCount(int doubleAnnotationIndex) |
String |
getDoubleAnnotationAnnotationRef(int doubleAnnotationIndex,
int annotationRefIndex) |
int |
getDoubleAnnotationCount() |
String |
getDoubleAnnotationDescription(int doubleAnnotationIndex) |
String |
getDoubleAnnotationID(int doubleAnnotationIndex) |
String |
getDoubleAnnotationNamespace(int doubleAnnotationIndex) |
Double |
getDoubleAnnotationValue(int doubleAnnotationIndex) |
Color |
getEllipseFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getEllipseFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getEllipseFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getEllipseFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getEllipseFontStyle(int ROIIndex,
int shapeIndex) |
String |
getEllipseID(int ROIIndex,
int shapeIndex) |
LineCap |
getEllipseLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getEllipseLocked(int ROIIndex,
int shapeIndex) |
Double |
getEllipseRadiusX(int ROIIndex,
int shapeIndex) |
Double |
getEllipseRadiusY(int ROIIndex,
int shapeIndex) |
Color |
getEllipseStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getEllipseStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getEllipseStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getEllipseText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getEllipseTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getEllipseTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getEllipseTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getEllipseTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getEllipseVisible(int ROIIndex,
int shapeIndex) |
Double |
getEllipseX(int ROIIndex,
int shapeIndex) |
Double |
getEllipseY(int ROIIndex,
int shapeIndex) |
int |
getExperimentCount() |
String |
getExperimentDescription(int experimentIndex) |
String |
getExperimenterAnnotationRef(int experimenterIndex,
int annotationRefIndex) |
int |
getExperimenterAnnotationRefCount(int experimenterIndex) |
int |
getExperimenterCount() |
String |
getExperimenterEmail(int experimenterIndex) |
String |
getExperimenterFirstName(int experimenterIndex) |
String |
getExperimenterGroupAnnotationRef(int experimenterGroupIndex,
int annotationRefIndex) |
int |
getExperimenterGroupAnnotationRefCount(int experimenterGroupIndex) |
int |
getExperimenterGroupCount() |
String |
getExperimenterGroupDescription(int experimenterGroupIndex) |
String |
getExperimenterGroupExperimenterRef(int experimenterGroupIndex,
int experimenterRefIndex) |
int |
getExperimenterGroupExperimenterRefCount(int experimenterGroupIndex) |
String |
getExperimenterGroupID(int experimenterGroupIndex) |
String |
getExperimenterGroupLeader(int experimenterGroupIndex,
int leaderIndex) |
String |
getExperimenterGroupName(int experimenterGroupIndex) |
String |
getExperimenterID(int experimenterIndex) |
String |
getExperimenterInstitution(int experimenterIndex) |
String |
getExperimenterLastName(int experimenterIndex) |
String |
getExperimenterMiddleName(int experimenterIndex) |
String |
getExperimenterUserName(int experimenterIndex) |
String |
getExperimentExperimenterRef(int experimentIndex) |
String |
getExperimentID(int experimentIndex) |
ExperimentType |
getExperimentType(int experimentIndex) |
String |
getFilamentID(int instrumentIndex,
int lightSourceIndex) |
String |
getFilamentLotNumber(int instrumentIndex,
int lightSourceIndex) |
String |
getFilamentManufacturer(int instrumentIndex,
int lightSourceIndex) |
String |
getFilamentModel(int instrumentIndex,
int lightSourceIndex) |
Double |
getFilamentPower(int instrumentIndex,
int lightSourceIndex) |
String |
getFilamentSerialNumber(int instrumentIndex,
int lightSourceIndex) |
FilamentType |
getFilamentType(int instrumentIndex,
int lightSourceIndex) |
int |
getFileAnnotationAnnotationCount(int fileAnnotationIndex) |
String |
getFileAnnotationAnnotationRef(int fileAnnotationIndex,
int annotationRefIndex) |
int |
getFileAnnotationCount() |
String |
getFileAnnotationDescription(int fileAnnotationIndex) |
String |
getFileAnnotationID(int fileAnnotationIndex) |
String |
getFileAnnotationNamespace(int fileAnnotationIndex) |
int |
getFilterCount(int instrumentIndex) |
String |
getFilterFilterWheel(int instrumentIndex,
int filterIndex) |
String |
getFilterID(int instrumentIndex,
int filterIndex) |
String |
getFilterLotNumber(int instrumentIndex,
int filterIndex) |
String |
getFilterManufacturer(int instrumentIndex,
int filterIndex) |
String |
getFilterModel(int instrumentIndex,
int filterIndex) |
String |
getFilterSerialNumber(int instrumentIndex,
int filterIndex) |
int |
getFilterSetCount(int instrumentIndex) |
String |
getFilterSetDichroicRef(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetEmissionFilterRef(int instrumentIndex,
int filterSetIndex,
int emissionFilterRefIndex) |
int |
getFilterSetEmissionFilterRefCount(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetExcitationFilterRef(int instrumentIndex,
int filterSetIndex,
int excitationFilterRefIndex) |
int |
getFilterSetExcitationFilterRefCount(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetID(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetLotNumber(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetManufacturer(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetModel(int instrumentIndex,
int filterSetIndex) |
String |
getFilterSetSerialNumber(int instrumentIndex,
int filterSetIndex) |
FilterType |
getFilterType(int instrumentIndex,
int filterIndex) |
Timestamp |
getImageAcquisitionDate(int imageIndex) |
String |
getImageAnnotationRef(int imageIndex,
int annotationRefIndex) |
int |
getImageAnnotationRefCount(int imageIndex) |
int |
getImageCount() |
String |
getImageDescription(int imageIndex) |
String |
getImageExperimenterGroupRef(int imageIndex) |
String |
getImageExperimenterRef(int imageIndex) |
String |
getImageExperimentRef(int imageIndex) |
String |
getImageID(int imageIndex) |
String |
getImageInstrumentRef(int imageIndex) |
String |
getImageMicrobeamManipulationRef(int imageIndex,
int microbeamManipulationRefIndex) |
String |
getImageName(int imageIndex) |
String |
getImageROIRef(int imageIndex,
int ROIRefIndex) |
int |
getImageROIRefCount(int imageIndex) |
Double |
getImagingEnvironmentAirPressure(int imageIndex) |
PercentFraction |
getImagingEnvironmentCO2Percent(int imageIndex) |
PercentFraction |
getImagingEnvironmentHumidity(int imageIndex) |
Double |
getImagingEnvironmentTemperature(int imageIndex) |
int |
getInstrumentCount() |
String |
getInstrumentID(int instrumentIndex) |
Color |
getLabelFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getLabelFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getLabelFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLabelFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getLabelFontStyle(int ROIIndex,
int shapeIndex) |
String |
getLabelID(int ROIIndex,
int shapeIndex) |
LineCap |
getLabelLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getLabelLocked(int ROIIndex,
int shapeIndex) |
Color |
getLabelStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getLabelStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getLabelStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getLabelText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLabelTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLabelTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLabelTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getLabelTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getLabelVisible(int ROIIndex,
int shapeIndex) |
Double |
getLabelX(int ROIIndex,
int shapeIndex) |
Double |
getLabelY(int ROIIndex,
int shapeIndex) |
PositiveInteger |
getLaserFrequencyMultiplication(int instrumentIndex,
int lightSourceIndex) |
String |
getLaserID(int instrumentIndex,
int lightSourceIndex) |
LaserMedium |
getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
String |
getLaserLotNumber(int instrumentIndex,
int lightSourceIndex) |
String |
getLaserManufacturer(int instrumentIndex,
int lightSourceIndex) |
String |
getLaserModel(int instrumentIndex,
int lightSourceIndex) |
Boolean |
getLaserPockelCell(int instrumentIndex,
int lightSourceIndex) |
Double |
getLaserPower(int instrumentIndex,
int lightSourceIndex) |
Pulse |
getLaserPulse(int instrumentIndex,
int lightSourceIndex) |
String |
getLaserPump(int instrumentIndex,
int lightSourceIndex) |
Double |
getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
String |
getLaserSerialNumber(int instrumentIndex,
int lightSourceIndex) |
Boolean |
getLaserTuneable(int instrumentIndex,
int lightSourceIndex) |
LaserType |
getLaserType(int instrumentIndex,
int lightSourceIndex) |
PositiveInteger |
getLaserWavelength(int instrumentIndex,
int lightSourceIndex) |
int |
getLeaderCount(int experimenterGroupIndex) |
String |
getLightEmittingDiodeID(int instrumentIndex,
int lightSourceIndex) |
String |
getLightEmittingDiodeLotNumber(int instrumentIndex,
int lightSourceIndex) |
String |
getLightEmittingDiodeManufacturer(int instrumentIndex,
int lightSourceIndex) |
String |
getLightEmittingDiodeModel(int instrumentIndex,
int lightSourceIndex) |
Double |
getLightEmittingDiodePower(int instrumentIndex,
int lightSourceIndex) |
String |
getLightEmittingDiodeSerialNumber(int instrumentIndex,
int lightSourceIndex) |
String |
getLightPathDichroicRef(int imageIndex,
int channelIndex) |
String |
getLightPathEmissionFilterRef(int imageIndex,
int channelIndex,
int emissionFilterRefIndex) |
int |
getLightPathEmissionFilterRefCount(int imageIndex,
int channelIndex) |
String |
getLightPathExcitationFilterRef(int imageIndex,
int channelIndex,
int excitationFilterRefIndex) |
int |
getLightPathExcitationFilterRefCount(int imageIndex,
int channelIndex) |
int |
getLightSourceCount(int instrumentIndex) |
String |
getLightSourceType(int instrumentIndex,
int lightSourceIndex) |
Color |
getLineFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getLineFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getLineFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLineFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getLineFontStyle(int ROIIndex,
int shapeIndex) |
String |
getLineID(int ROIIndex,
int shapeIndex) |
LineCap |
getLineLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getLineLocked(int ROIIndex,
int shapeIndex) |
Marker |
getLineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
getLineMarkerStart(int ROIIndex,
int shapeIndex) |
Color |
getLineStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getLineStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getLineStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getLineText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLineTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLineTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getLineTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getLineTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getLineVisible(int ROIIndex,
int shapeIndex) |
Double |
getLineX1(int ROIIndex,
int shapeIndex) |
Double |
getLineX2(int ROIIndex,
int shapeIndex) |
Double |
getLineY1(int ROIIndex,
int shapeIndex) |
Double |
getLineY2(int ROIIndex,
int shapeIndex) |
int |
getListAnnotationAnnotationCount(int listAnnotationIndex) |
String |
getListAnnotationAnnotationRef(int listAnnotationIndex,
int annotationRefIndex) |
int |
getListAnnotationCount() |
String |
getListAnnotationDescription(int listAnnotationIndex) |
String |
getListAnnotationID(int listAnnotationIndex) |
String |
getListAnnotationNamespace(int listAnnotationIndex) |
int |
getLongAnnotationAnnotationCount(int longAnnotationIndex) |
String |
getLongAnnotationAnnotationRef(int longAnnotationIndex,
int annotationRefIndex) |
int |
getLongAnnotationCount() |
String |
getLongAnnotationDescription(int longAnnotationIndex) |
String |
getLongAnnotationID(int longAnnotationIndex) |
String |
getLongAnnotationNamespace(int longAnnotationIndex) |
Long |
getLongAnnotationValue(int longAnnotationIndex) |
Color |
getMaskFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getMaskFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getMaskFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getMaskFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getMaskFontStyle(int ROIIndex,
int shapeIndex) |
Double |
getMaskHeight(int ROIIndex,
int shapeIndex) |
String |
getMaskID(int ROIIndex,
int shapeIndex) |
LineCap |
getMaskLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getMaskLocked(int ROIIndex,
int shapeIndex) |
Color |
getMaskStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getMaskStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getMaskStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getMaskText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getMaskTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getMaskTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getMaskTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getMaskTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getMaskVisible(int ROIIndex,
int shapeIndex) |
Double |
getMaskWidth(int ROIIndex,
int shapeIndex) |
Double |
getMaskX(int ROIIndex,
int shapeIndex) |
Double |
getMaskY(int ROIIndex,
int shapeIndex) |
int |
getMicrobeamManipulationCount(int experimentIndex) |
String |
getMicrobeamManipulationDescription(int experimentIndex,
int microbeamManipulationIndex) |
String |
getMicrobeamManipulationExperimenterRef(int experimentIndex,
int microbeamManipulationIndex) |
String |
getMicrobeamManipulationID(int experimentIndex,
int microbeamManipulationIndex) |
PercentFraction |
getMicrobeamManipulationLightSourceSettingsAttenuation(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
int |
getMicrobeamManipulationLightSourceSettingsCount(int experimentIndex,
int microbeamManipulationIndex) |
String |
getMicrobeamManipulationLightSourceSettingsID(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
PositiveInteger |
getMicrobeamManipulationLightSourceSettingsWavelength(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
int |
getMicrobeamManipulationRefCount(int imageIndex) |
String |
getMicrobeamManipulationROIRef(int experimentIndex,
int microbeamManipulationIndex,
int ROIRefIndex) |
int |
getMicrobeamManipulationROIRefCount(int experimentIndex,
int microbeamManipulationIndex) |
MicrobeamManipulationType |
getMicrobeamManipulationType(int experimentIndex,
int microbeamManipulationIndex) |
String |
getMicroscopeLotNumber(int instrumentIndex) |
String |
getMicroscopeManufacturer(int instrumentIndex) |
String |
getMicroscopeModel(int instrumentIndex) |
String |
getMicroscopeSerialNumber(int instrumentIndex) |
MicroscopeType |
getMicroscopeType(int instrumentIndex) |
Double |
getObjectiveCalibratedMagnification(int instrumentIndex,
int objectiveIndex) |
Correction |
getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
int |
getObjectiveCount(int instrumentIndex) |
String |
getObjectiveID(int instrumentIndex,
int objectiveIndex) |
Immersion |
getObjectiveImmersion(int instrumentIndex,
int objectiveIndex) |
Boolean |
getObjectiveIris(int instrumentIndex,
int objectiveIndex) |
Double |
getObjectiveLensNA(int instrumentIndex,
int objectiveIndex) |
String |
getObjectiveLotNumber(int instrumentIndex,
int objectiveIndex) |
String |
getObjectiveManufacturer(int instrumentIndex,
int objectiveIndex) |
String |
getObjectiveModel(int instrumentIndex,
int objectiveIndex) |
PositiveInteger |
getObjectiveNominalMagnification(int instrumentIndex,
int objectiveIndex) |
String |
getObjectiveSerialNumber(int instrumentIndex,
int objectiveIndex) |
Double |
getObjectiveSettingsCorrectionCollar(int imageIndex) |
String |
getObjectiveSettingsID(int imageIndex) |
Medium |
getObjectiveSettingsMedium(int imageIndex) |
Double |
getObjectiveSettingsRefractiveIndex(int imageIndex) |
Double |
getObjectiveWorkingDistance(int instrumentIndex,
int objectiveIndex) |
String |
getPixelsAnnotationRef(int imageIndex,
int annotationRefIndex) |
int |
getPixelsAnnotationRefCount(int imageIndex) |
Boolean |
getPixelsBinDataBigEndian(int imageIndex,
int binDataIndex) |
int |
getPixelsBinDataCount(int imageIndex) |
DimensionOrder |
getPixelsDimensionOrder(int imageIndex) |
String |
getPixelsID(int imageIndex) |
PositiveFloat |
getPixelsPhysicalSizeX(int imageIndex) |
PositiveFloat |
getPixelsPhysicalSizeY(int imageIndex) |
PositiveFloat |
getPixelsPhysicalSizeZ(int imageIndex) |
PositiveInteger |
getPixelsSizeC(int imageIndex) |
PositiveInteger |
getPixelsSizeT(int imageIndex) |
PositiveInteger |
getPixelsSizeX(int imageIndex) |
PositiveInteger |
getPixelsSizeY(int imageIndex) |
PositiveInteger |
getPixelsSizeZ(int imageIndex) |
Double |
getPixelsTimeIncrement(int imageIndex) |
PixelType |
getPixelsType(int imageIndex) |
String |
getPlaneAnnotationRef(int imageIndex,
int planeIndex,
int annotationRefIndex) |
int |
getPlaneAnnotationRefCount(int imageIndex,
int planeIndex) |
int |
getPlaneCount(int imageIndex) |
Double |
getPlaneDeltaT(int imageIndex,
int planeIndex) |
Double |
getPlaneExposureTime(int imageIndex,
int planeIndex) |
String |
getPlaneHashSHA1(int imageIndex,
int planeIndex) |
Double |
getPlanePositionX(int imageIndex,
int planeIndex) |
Double |
getPlanePositionY(int imageIndex,
int planeIndex) |
Double |
getPlanePositionZ(int imageIndex,
int planeIndex) |
NonNegativeInteger |
getPlaneTheC(int imageIndex,
int planeIndex) |
NonNegativeInteger |
getPlaneTheT(int imageIndex,
int planeIndex) |
NonNegativeInteger |
getPlaneTheZ(int imageIndex,
int planeIndex) |
String |
getPlateAcquisitionAnnotationRef(int plateIndex,
int plateAcquisitionIndex,
int annotationRefIndex) |
int |
getPlateAcquisitionAnnotationRefCount(int plateIndex,
int plateAcquisitionIndex) |
int |
getPlateAcquisitionCount(int plateIndex) |
String |
getPlateAcquisitionDescription(int plateIndex,
int plateAcquisitionIndex) |
Timestamp |
getPlateAcquisitionEndTime(int plateIndex,
int plateAcquisitionIndex) |
String |
getPlateAcquisitionID(int plateIndex,
int plateAcquisitionIndex) |
PositiveInteger |
getPlateAcquisitionMaximumFieldCount(int plateIndex,
int plateAcquisitionIndex) |
String |
getPlateAcquisitionName(int plateIndex,
int plateAcquisitionIndex) |
Timestamp |
getPlateAcquisitionStartTime(int plateIndex,
int plateAcquisitionIndex) |
String |
getPlateAcquisitionWellSampleRef(int plateIndex,
int plateAcquisitionIndex,
int wellSampleRefIndex) |
String |
getPlateAnnotationRef(int plateIndex,
int annotationRefIndex) |
int |
getPlateAnnotationRefCount(int plateIndex) |
NamingConvention |
getPlateColumnNamingConvention(int plateIndex) |
PositiveInteger |
getPlateColumns(int plateIndex) |
int |
getPlateCount() |
String |
getPlateDescription(int plateIndex) |
String |
getPlateExternalIdentifier(int plateIndex) |
NonNegativeInteger |
getPlateFieldIndex(int plateIndex) |
String |
getPlateID(int plateIndex) |
String |
getPlateName(int plateIndex) |
int |
getPlateRefCount(int screenIndex) |
NamingConvention |
getPlateRowNamingConvention(int plateIndex) |
PositiveInteger |
getPlateRows(int plateIndex) |
String |
getPlateStatus(int plateIndex) |
Double |
getPlateWellOriginX(int plateIndex) |
Double |
getPlateWellOriginY(int plateIndex) |
Color |
getPointFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getPointFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getPointFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPointFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getPointFontStyle(int ROIIndex,
int shapeIndex) |
String |
getPointID(int ROIIndex,
int shapeIndex) |
LineCap |
getPointLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getPointLocked(int ROIIndex,
int shapeIndex) |
Color |
getPointStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getPointStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getPointStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getPointText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPointTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPointTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPointTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getPointTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getPointVisible(int ROIIndex,
int shapeIndex) |
Double |
getPointX(int ROIIndex,
int shapeIndex) |
Double |
getPointY(int ROIIndex,
int shapeIndex) |
Color |
getPolygonFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getPolygonFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getPolygonFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolygonFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getPolygonFontStyle(int ROIIndex,
int shapeIndex) |
String |
getPolygonID(int ROIIndex,
int shapeIndex) |
LineCap |
getPolygonLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getPolygonLocked(int ROIIndex,
int shapeIndex) |
String |
getPolygonPoints(int ROIIndex,
int shapeIndex) |
Color |
getPolygonStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getPolygonStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getPolygonStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getPolygonText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolygonTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolygonTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolygonTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getPolygonTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getPolygonVisible(int ROIIndex,
int shapeIndex) |
Color |
getPolylineFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getPolylineFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getPolylineFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolylineFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getPolylineFontStyle(int ROIIndex,
int shapeIndex) |
String |
getPolylineID(int ROIIndex,
int shapeIndex) |
LineCap |
getPolylineLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getPolylineLocked(int ROIIndex,
int shapeIndex) |
Marker |
getPolylineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
getPolylineMarkerStart(int ROIIndex,
int shapeIndex) |
String |
getPolylinePoints(int ROIIndex,
int shapeIndex) |
Color |
getPolylineStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getPolylineStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getPolylineStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getPolylineText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolylineTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolylineTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getPolylineTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getPolylineTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getPolylineVisible(int ROIIndex,
int shapeIndex) |
String |
getProjectAnnotationRef(int projectIndex,
int annotationRefIndex) |
int |
getProjectAnnotationRefCount(int projectIndex) |
int |
getProjectCount() |
String |
getProjectDatasetRef(int projectIndex,
int datasetRefIndex) |
String |
getProjectDescription(int projectIndex) |
String |
getProjectExperimenterGroupRef(int projectIndex) |
String |
getProjectExperimenterRef(int projectIndex) |
String |
getProjectID(int projectIndex) |
String |
getProjectName(int projectIndex) |
String |
getReagentAnnotationRef(int screenIndex,
int reagentIndex,
int annotationRefIndex) |
int |
getReagentAnnotationRefCount(int screenIndex,
int reagentIndex) |
int |
getReagentCount(int screenIndex) |
String |
getReagentDescription(int screenIndex,
int reagentIndex) |
String |
getReagentID(int screenIndex,
int reagentIndex) |
String |
getReagentName(int screenIndex,
int reagentIndex) |
String |
getReagentReagentIdentifier(int screenIndex,
int reagentIndex) |
Color |
getRectangleFillColor(int ROIIndex,
int shapeIndex) |
FillRule |
getRectangleFillRule(int ROIIndex,
int shapeIndex) |
FontFamily |
getRectangleFontFamily(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getRectangleFontSize(int ROIIndex,
int shapeIndex) |
FontStyle |
getRectangleFontStyle(int ROIIndex,
int shapeIndex) |
Double |
getRectangleHeight(int ROIIndex,
int shapeIndex) |
String |
getRectangleID(int ROIIndex,
int shapeIndex) |
LineCap |
getRectangleLineCap(int ROIIndex,
int shapeIndex) |
Boolean |
getRectangleLocked(int ROIIndex,
int shapeIndex) |
Color |
getRectangleStrokeColor(int ROIIndex,
int shapeIndex) |
String |
getRectangleStrokeDashArray(int ROIIndex,
int shapeIndex) |
Double |
getRectangleStrokeWidth(int ROIIndex,
int shapeIndex) |
String |
getRectangleText(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getRectangleTheC(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getRectangleTheT(int ROIIndex,
int shapeIndex) |
NonNegativeInteger |
getRectangleTheZ(int ROIIndex,
int shapeIndex) |
AffineTransform |
getRectangleTransform(int ROIIndex,
int shapeIndex) |
Boolean |
getRectangleVisible(int ROIIndex,
int shapeIndex) |
Double |
getRectangleWidth(int ROIIndex,
int shapeIndex) |
Double |
getRectangleX(int ROIIndex,
int shapeIndex) |
Double |
getRectangleY(int ROIIndex,
int shapeIndex) |
String |
getROIAnnotationRef(int ROIIndex,
int annotationRefIndex) |
int |
getROIAnnotationRefCount(int ROIIndex) |
int |
getROICount() |
String |
getROIDescription(int ROIIndex) |
String |
getROIID(int ROIIndex) |
String |
getROIName(int ROIIndex) |
String |
getROINamespace(int ROIIndex) |
String |
getScreenAnnotationRef(int screenIndex,
int annotationRefIndex) |
int |
getScreenAnnotationRefCount(int screenIndex) |
int |
getScreenCount() |
String |
getScreenDescription(int screenIndex) |
String |
getScreenID(int screenIndex) |
String |
getScreenName(int screenIndex) |
String |
getScreenPlateRef(int screenIndex,
int plateRefIndex) |
String |
getScreenProtocolDescription(int screenIndex) |
String |
getScreenProtocolIdentifier(int screenIndex) |
String |
getScreenReagentSetDescription(int screenIndex) |
String |
getScreenReagentSetIdentifier(int screenIndex) |
String |
getScreenType(int screenIndex) |
int |
getShapeCount(int ROIIndex) |
String |
getShapeType(int roiIndex,
int shapeIndex) |
String |
getStageLabelName(int imageIndex) |
Double |
getStageLabelX(int imageIndex) |
Double |
getStageLabelY(int imageIndex) |
Double |
getStageLabelZ(int imageIndex) |
int |
getTagAnnotationAnnotationCount(int tagAnnotationIndex) |
String |
getTagAnnotationAnnotationRef(int tagAnnotationIndex,
int annotationRefIndex) |
int |
getTagAnnotationCount() |
String |
getTagAnnotationDescription(int tagAnnotationIndex) |
String |
getTagAnnotationID(int tagAnnotationIndex) |
String |
getTagAnnotationNamespace(int tagAnnotationIndex) |
String |
getTagAnnotationValue(int tagAnnotationIndex) |
int |
getTermAnnotationAnnotationCount(int termAnnotationIndex) |
String |
getTermAnnotationAnnotationRef(int termAnnotationIndex,
int annotationRefIndex) |
int |
getTermAnnotationCount() |
String |
getTermAnnotationDescription(int termAnnotationIndex) |
String |
getTermAnnotationID(int termAnnotationIndex) |
String |
getTermAnnotationNamespace(int termAnnotationIndex) |
String |
getTermAnnotationValue(int termAnnotationIndex) |
int |
getTiffDataCount(int imageIndex) |
NonNegativeInteger |
getTiffDataFirstC(int imageIndex,
int tiffDataIndex) |
NonNegativeInteger |
getTiffDataFirstT(int imageIndex,
int tiffDataIndex) |
NonNegativeInteger |
getTiffDataFirstZ(int imageIndex,
int tiffDataIndex) |
NonNegativeInteger |
getTiffDataIFD(int imageIndex,
int tiffDataIndex) |
NonNegativeInteger |
getTiffDataPlaneCount(int imageIndex,
int tiffDataIndex) |
int |
getTimestampAnnotationAnnotationCount(int timestampAnnotationIndex) |
String |
getTimestampAnnotationAnnotationRef(int timestampAnnotationIndex,
int annotationRefIndex) |
int |
getTimestampAnnotationCount() |
String |
getTimestampAnnotationDescription(int timestampAnnotationIndex) |
String |
getTimestampAnnotationID(int timestampAnnotationIndex) |
String |
getTimestampAnnotationNamespace(int timestampAnnotationIndex) |
Timestamp |
getTimestampAnnotationValue(int timestampAnnotationIndex) |
PositiveInteger |
getTransmittanceRangeCutIn(int instrumentIndex,
int filterIndex) |
NonNegativeInteger |
getTransmittanceRangeCutInTolerance(int instrumentIndex,
int filterIndex) |
PositiveInteger |
getTransmittanceRangeCutOut(int instrumentIndex,
int filterIndex) |
NonNegativeInteger |
getTransmittanceRangeCutOutTolerance(int instrumentIndex,
int filterIndex) |
PercentFraction |
getTransmittanceRangeTransmittance(int instrumentIndex,
int filterIndex) |
String |
getUUID()
Gets the UUID associated with this collection of metadata.
|
String |
getUUIDFileName(int imageIndex,
int tiffDataIndex) |
String |
getUUIDValue(int imageIndex,
int tiffDataIndex) |
String |
getWellAnnotationRef(int plateIndex,
int wellIndex,
int annotationRefIndex) |
int |
getWellAnnotationRefCount(int plateIndex,
int wellIndex) |
Color |
getWellColor(int plateIndex,
int wellIndex) |
NonNegativeInteger |
getWellColumn(int plateIndex,
int wellIndex) |
int |
getWellCount(int plateIndex) |
String |
getWellExternalDescription(int plateIndex,
int wellIndex) |
String |
getWellExternalIdentifier(int plateIndex,
int wellIndex) |
String |
getWellID(int plateIndex,
int wellIndex) |
String |
getWellReagentRef(int plateIndex,
int wellIndex) |
NonNegativeInteger |
getWellRow(int plateIndex,
int wellIndex) |
String |
getWellSampleAnnotationRef(int plateIndex,
int wellIndex,
int wellSampleIndex,
int annotationRefIndex) |
int |
getWellSampleAnnotationRefCount(int plateIndex,
int wellIndex,
int wellSampleIndex) |
int |
getWellSampleCount(int plateIndex,
int wellIndex) |
String |
getWellSampleID(int plateIndex,
int wellIndex,
int wellSampleIndex) |
String |
getWellSampleImageRef(int plateIndex,
int wellIndex,
int wellSampleIndex) |
NonNegativeInteger |
getWellSampleIndex(int plateIndex,
int wellIndex,
int wellSampleIndex) |
Double |
getWellSamplePositionX(int plateIndex,
int wellIndex,
int wellSampleIndex) |
Double |
getWellSamplePositionY(int plateIndex,
int wellIndex,
int wellSampleIndex) |
int |
getWellSampleRefCount(int plateIndex,
int plateAcquisitionIndex) |
Timestamp |
getWellSampleTimepoint(int plateIndex,
int wellIndex,
int wellSampleIndex) |
String |
getWellType(int plateIndex,
int wellIndex) |
int |
getXMLAnnotationAnnotationCount(int xmlAnnotationIndex) |
String |
getXMLAnnotationAnnotationRef(int XMLAnnotationIndex,
int annotationRefIndex) |
int |
getXMLAnnotationCount() |
String |
getXMLAnnotationDescription(int XMLAnnotationIndex) |
String |
getXMLAnnotationID(int XMLAnnotationIndex) |
String |
getXMLAnnotationNamespace(int XMLAnnotationIndex) |
String |
getXMLAnnotationValue(int XMLAnnotationIndex) |
int getPixelsBinDataCount(int imageIndex)
int getBooleanAnnotationAnnotationCount(int booleanAnnotationIndex)
int getCommentAnnotationAnnotationCount(int commentAnnotationIndex)
int getDoubleAnnotationAnnotationCount(int doubleAnnotationIndex)
int getFileAnnotationAnnotationCount(int fileAnnotationIndex)
int getListAnnotationAnnotationCount(int listAnnotationIndex)
int getLongAnnotationAnnotationCount(int longAnnotationIndex)
int getTagAnnotationAnnotationCount(int tagAnnotationIndex)
int getTermAnnotationAnnotationCount(int termAnnotationIndex)
int getTimestampAnnotationAnnotationCount(int timestampAnnotationIndex)
int getXMLAnnotationAnnotationCount(int xmlAnnotationIndex)
String getLightSourceType(int instrumentIndex, int lightSourceIndex)
String getShapeType(int roiIndex, int shapeIndex)
int getROIAnnotationRefCount(int ROIIndex)
int getPlateAcquisitionAnnotationRefCount(int plateIndex, int plateAcquisitionIndex)
int getPlateAnnotationRefCount(int plateIndex)
int getExperimenterGroupAnnotationRefCount(int experimenterGroupIndex)
int getImageAnnotationRefCount(int imageIndex)
int getScreenAnnotationRefCount(int screenIndex)
int getWellAnnotationRefCount(int plateIndex, int wellIndex)
int getDatasetAnnotationRefCount(int datasetIndex)
int getProjectAnnotationRefCount(int projectIndex)
int getReagentAnnotationRefCount(int screenIndex, int reagentIndex)
int getPlaneAnnotationRefCount(int imageIndex, int planeIndex)
int getExperimenterAnnotationRefCount(int experimenterIndex)
int getWellSampleAnnotationRefCount(int plateIndex, int wellIndex, int wellSampleIndex)
int getPixelsAnnotationRefCount(int imageIndex)
int getChannelAnnotationRefCount(int imageIndex, int channelIndex)
int getBooleanAnnotationCount()
int getChannelCount(int imageIndex)
int getCommentAnnotationCount()
int getDatasetCount()
int getDatasetRefCount(int projectIndex)
int getDetectorCount(int instrumentIndex)
int getDichroicCount(int instrumentIndex)
int getDoubleAnnotationCount()
int getLightPathEmissionFilterRefCount(int imageIndex, int channelIndex)
int getFilterSetEmissionFilterRefCount(int instrumentIndex, int filterSetIndex)
int getLightPathExcitationFilterRefCount(int imageIndex, int channelIndex)
int getFilterSetExcitationFilterRefCount(int instrumentIndex, int filterSetIndex)
int getExperimentCount()
int getExperimenterCount()
int getExperimenterGroupCount()
int getExperimenterGroupExperimenterRefCount(int experimenterGroupIndex)
int getFileAnnotationCount()
int getFilterCount(int instrumentIndex)
int getFilterSetCount(int instrumentIndex)
int getImageCount()
int getDatasetImageRefCount(int datasetIndex)
int getInstrumentCount()
int getLeaderCount(int experimenterGroupIndex)
int getLightSourceCount(int instrumentIndex)
int getMicrobeamManipulationLightSourceSettingsCount(int experimentIndex, int microbeamManipulationIndex)
int getListAnnotationCount()
int getLongAnnotationCount()
int getMicrobeamManipulationCount(int experimentIndex)
int getMicrobeamManipulationRefCount(int imageIndex)
int getObjectiveCount(int instrumentIndex)
int getPlaneCount(int imageIndex)
int getPlateCount()
int getPlateAcquisitionCount(int plateIndex)
int getPlateRefCount(int screenIndex)
int getProjectCount()
int getROICount()
int getImageROIRefCount(int imageIndex)
int getMicrobeamManipulationROIRefCount(int experimentIndex, int microbeamManipulationIndex)
int getReagentCount(int screenIndex)
int getScreenCount()
int getShapeCount(int ROIIndex)
int getTagAnnotationCount()
int getTermAnnotationCount()
int getTiffDataCount(int imageIndex)
int getTimestampAnnotationCount()
String getUUIDValue(int imageIndex, int tiffDataIndex)
int getWellCount(int plateIndex)
int getWellSampleCount(int plateIndex, int wellIndex)
int getWellSampleRefCount(int plateIndex, int plateAcquisitionIndex)
int getXMLAnnotationCount()
Boolean getPixelsBinDataBigEndian(int imageIndex, int binDataIndex)
String getUUID()
String getArcID(int instrumentIndex, int lightSourceIndex)
String getArcLotNumber(int instrumentIndex, int lightSourceIndex)
String getArcManufacturer(int instrumentIndex, int lightSourceIndex)
String getArcModel(int instrumentIndex, int lightSourceIndex)
Double getArcPower(int instrumentIndex, int lightSourceIndex)
String getArcSerialNumber(int instrumentIndex, int lightSourceIndex)
ArcType getArcType(int instrumentIndex, int lightSourceIndex)
String getBinaryFileFileName(int fileAnnotationIndex)
String getBinaryFileMIMEType(int fileAnnotationIndex)
NonNegativeLong getBinaryFileSize(int fileAnnotationIndex)
String getBinaryOnlyMetadataFile(int metadataFileIndex)
String getBinaryOnlyUUID(int UUIDIndex)
String getBooleanAnnotationAnnotationRef(int booleanAnnotationIndex, int annotationRefIndex)
String getBooleanAnnotationDescription(int booleanAnnotationIndex)
String getBooleanAnnotationID(int booleanAnnotationIndex)
String getBooleanAnnotationNamespace(int booleanAnnotationIndex)
Boolean getBooleanAnnotationValue(int booleanAnnotationIndex)
AcquisitionMode getChannelAcquisitionMode(int imageIndex, int channelIndex)
String getChannelAnnotationRef(int imageIndex, int channelIndex, int annotationRefIndex)
Color getChannelColor(int imageIndex, int channelIndex)
ContrastMethod getChannelContrastMethod(int imageIndex, int channelIndex)
PositiveInteger getChannelEmissionWavelength(int imageIndex, int channelIndex)
PositiveInteger getChannelExcitationWavelength(int imageIndex, int channelIndex)
String getChannelFilterSetRef(int imageIndex, int channelIndex)
String getChannelFluor(int imageIndex, int channelIndex)
String getChannelID(int imageIndex, int channelIndex)
IlluminationType getChannelIlluminationType(int imageIndex, int channelIndex)
Double getChannelNDFilter(int imageIndex, int channelIndex)
String getChannelName(int imageIndex, int channelIndex)
Double getChannelPinholeSize(int imageIndex, int channelIndex)
Integer getChannelPockelCellSetting(int imageIndex, int channelIndex)
PositiveInteger getChannelSamplesPerPixel(int imageIndex, int channelIndex)
String getCommentAnnotationAnnotationRef(int commentAnnotationIndex, int annotationRefIndex)
String getCommentAnnotationDescription(int commentAnnotationIndex)
String getCommentAnnotationID(int commentAnnotationIndex)
String getCommentAnnotationNamespace(int commentAnnotationIndex)
String getCommentAnnotationValue(int commentAnnotationIndex)
String getDatasetAnnotationRef(int datasetIndex, int annotationRefIndex)
String getDatasetDescription(int datasetIndex)
String getDatasetExperimenterGroupRef(int datasetIndex)
String getDatasetExperimenterRef(int datasetIndex)
String getDatasetID(int datasetIndex)
String getDatasetImageRef(int datasetIndex, int imageRefIndex)
String getDatasetName(int datasetIndex)
Double getDetectorAmplificationGain(int instrumentIndex, int detectorIndex)
Double getDetectorGain(int instrumentIndex, int detectorIndex)
String getDetectorID(int instrumentIndex, int detectorIndex)
String getDetectorLotNumber(int instrumentIndex, int detectorIndex)
String getDetectorManufacturer(int instrumentIndex, int detectorIndex)
String getDetectorModel(int instrumentIndex, int detectorIndex)
Double getDetectorOffset(int instrumentIndex, int detectorIndex)
String getDetectorSerialNumber(int instrumentIndex, int detectorIndex)
DetectorType getDetectorType(int instrumentIndex, int detectorIndex)
Double getDetectorVoltage(int instrumentIndex, int detectorIndex)
Double getDetectorZoom(int instrumentIndex, int detectorIndex)
Binning getDetectorSettingsBinning(int imageIndex, int channelIndex)
Double getDetectorSettingsGain(int imageIndex, int channelIndex)
String getDetectorSettingsID(int imageIndex, int channelIndex)
Double getDetectorSettingsOffset(int imageIndex, int channelIndex)
Double getDetectorSettingsReadOutRate(int imageIndex, int channelIndex)
Double getDetectorSettingsVoltage(int imageIndex, int channelIndex)
String getDichroicID(int instrumentIndex, int dichroicIndex)
String getDichroicLotNumber(int instrumentIndex, int dichroicIndex)
String getDichroicManufacturer(int instrumentIndex, int dichroicIndex)
String getDichroicModel(int instrumentIndex, int dichroicIndex)
String getDichroicSerialNumber(int instrumentIndex, int dichroicIndex)
String getDoubleAnnotationAnnotationRef(int doubleAnnotationIndex, int annotationRefIndex)
String getDoubleAnnotationDescription(int doubleAnnotationIndex)
String getDoubleAnnotationID(int doubleAnnotationIndex)
String getDoubleAnnotationNamespace(int doubleAnnotationIndex)
Double getDoubleAnnotationValue(int doubleAnnotationIndex)
Color getEllipseFillColor(int ROIIndex, int shapeIndex)
FillRule getEllipseFillRule(int ROIIndex, int shapeIndex)
FontFamily getEllipseFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getEllipseFontSize(int ROIIndex, int shapeIndex)
FontStyle getEllipseFontStyle(int ROIIndex, int shapeIndex)
String getEllipseID(int ROIIndex, int shapeIndex)
LineCap getEllipseLineCap(int ROIIndex, int shapeIndex)
Boolean getEllipseLocked(int ROIIndex, int shapeIndex)
Color getEllipseStrokeColor(int ROIIndex, int shapeIndex)
String getEllipseStrokeDashArray(int ROIIndex, int shapeIndex)
Double getEllipseStrokeWidth(int ROIIndex, int shapeIndex)
String getEllipseText(int ROIIndex, int shapeIndex)
NonNegativeInteger getEllipseTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getEllipseTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getEllipseTheZ(int ROIIndex, int shapeIndex)
AffineTransform getEllipseTransform(int ROIIndex, int shapeIndex)
Boolean getEllipseVisible(int ROIIndex, int shapeIndex)
Double getEllipseRadiusX(int ROIIndex, int shapeIndex)
Double getEllipseRadiusY(int ROIIndex, int shapeIndex)
Double getEllipseX(int ROIIndex, int shapeIndex)
Double getEllipseY(int ROIIndex, int shapeIndex)
String getExperimentDescription(int experimentIndex)
String getExperimentExperimenterRef(int experimentIndex)
String getExperimentID(int experimentIndex)
ExperimentType getExperimentType(int experimentIndex)
String getExperimenterAnnotationRef(int experimenterIndex, int annotationRefIndex)
String getExperimenterEmail(int experimenterIndex)
String getExperimenterFirstName(int experimenterIndex)
String getExperimenterID(int experimenterIndex)
String getExperimenterInstitution(int experimenterIndex)
String getExperimenterLastName(int experimenterIndex)
String getExperimenterMiddleName(int experimenterIndex)
String getExperimenterUserName(int experimenterIndex)
String getExperimenterGroupAnnotationRef(int experimenterGroupIndex, int annotationRefIndex)
String getExperimenterGroupDescription(int experimenterGroupIndex)
String getExperimenterGroupExperimenterRef(int experimenterGroupIndex, int experimenterRefIndex)
String getExperimenterGroupID(int experimenterGroupIndex)
String getExperimenterGroupLeader(int experimenterGroupIndex, int leaderIndex)
String getExperimenterGroupName(int experimenterGroupIndex)
String getFilamentID(int instrumentIndex, int lightSourceIndex)
String getFilamentLotNumber(int instrumentIndex, int lightSourceIndex)
String getFilamentManufacturer(int instrumentIndex, int lightSourceIndex)
String getFilamentModel(int instrumentIndex, int lightSourceIndex)
Double getFilamentPower(int instrumentIndex, int lightSourceIndex)
String getFilamentSerialNumber(int instrumentIndex, int lightSourceIndex)
FilamentType getFilamentType(int instrumentIndex, int lightSourceIndex)
String getFileAnnotationAnnotationRef(int fileAnnotationIndex, int annotationRefIndex)
String getFileAnnotationDescription(int fileAnnotationIndex)
String getFileAnnotationID(int fileAnnotationIndex)
String getFileAnnotationNamespace(int fileAnnotationIndex)
String getFilterFilterWheel(int instrumentIndex, int filterIndex)
String getFilterID(int instrumentIndex, int filterIndex)
String getFilterLotNumber(int instrumentIndex, int filterIndex)
String getFilterManufacturer(int instrumentIndex, int filterIndex)
String getFilterModel(int instrumentIndex, int filterIndex)
String getFilterSerialNumber(int instrumentIndex, int filterIndex)
FilterType getFilterType(int instrumentIndex, int filterIndex)
String getFilterSetDichroicRef(int instrumentIndex, int filterSetIndex)
String getFilterSetEmissionFilterRef(int instrumentIndex, int filterSetIndex, int emissionFilterRefIndex)
String getFilterSetExcitationFilterRef(int instrumentIndex, int filterSetIndex, int excitationFilterRefIndex)
String getFilterSetID(int instrumentIndex, int filterSetIndex)
String getFilterSetLotNumber(int instrumentIndex, int filterSetIndex)
String getFilterSetManufacturer(int instrumentIndex, int filterSetIndex)
String getFilterSetModel(int instrumentIndex, int filterSetIndex)
String getFilterSetSerialNumber(int instrumentIndex, int filterSetIndex)
Timestamp getImageAcquisitionDate(int imageIndex)
String getImageAnnotationRef(int imageIndex, int annotationRefIndex)
String getImageDescription(int imageIndex)
String getImageExperimentRef(int imageIndex)
String getImageExperimenterGroupRef(int imageIndex)
String getImageExperimenterRef(int imageIndex)
String getImageID(int imageIndex)
String getImageInstrumentRef(int imageIndex)
String getImageMicrobeamManipulationRef(int imageIndex, int microbeamManipulationRefIndex)
String getImageName(int imageIndex)
String getImageROIRef(int imageIndex, int ROIRefIndex)
Double getImagingEnvironmentAirPressure(int imageIndex)
PercentFraction getImagingEnvironmentCO2Percent(int imageIndex)
PercentFraction getImagingEnvironmentHumidity(int imageIndex)
Double getImagingEnvironmentTemperature(int imageIndex)
String getInstrumentID(int instrumentIndex)
Color getLabelFillColor(int ROIIndex, int shapeIndex)
FillRule getLabelFillRule(int ROIIndex, int shapeIndex)
FontFamily getLabelFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getLabelFontSize(int ROIIndex, int shapeIndex)
FontStyle getLabelFontStyle(int ROIIndex, int shapeIndex)
String getLabelID(int ROIIndex, int shapeIndex)
LineCap getLabelLineCap(int ROIIndex, int shapeIndex)
Boolean getLabelLocked(int ROIIndex, int shapeIndex)
Color getLabelStrokeColor(int ROIIndex, int shapeIndex)
String getLabelStrokeDashArray(int ROIIndex, int shapeIndex)
Double getLabelStrokeWidth(int ROIIndex, int shapeIndex)
String getLabelText(int ROIIndex, int shapeIndex)
NonNegativeInteger getLabelTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getLabelTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getLabelTheZ(int ROIIndex, int shapeIndex)
AffineTransform getLabelTransform(int ROIIndex, int shapeIndex)
Boolean getLabelVisible(int ROIIndex, int shapeIndex)
Double getLabelX(int ROIIndex, int shapeIndex)
Double getLabelY(int ROIIndex, int shapeIndex)
String getLaserID(int instrumentIndex, int lightSourceIndex)
String getLaserLotNumber(int instrumentIndex, int lightSourceIndex)
String getLaserManufacturer(int instrumentIndex, int lightSourceIndex)
String getLaserModel(int instrumentIndex, int lightSourceIndex)
Double getLaserPower(int instrumentIndex, int lightSourceIndex)
String getLaserSerialNumber(int instrumentIndex, int lightSourceIndex)
PositiveInteger getLaserFrequencyMultiplication(int instrumentIndex, int lightSourceIndex)
LaserMedium getLaserLaserMedium(int instrumentIndex, int lightSourceIndex)
Boolean getLaserPockelCell(int instrumentIndex, int lightSourceIndex)
Pulse getLaserPulse(int instrumentIndex, int lightSourceIndex)
String getLaserPump(int instrumentIndex, int lightSourceIndex)
Double getLaserRepetitionRate(int instrumentIndex, int lightSourceIndex)
Boolean getLaserTuneable(int instrumentIndex, int lightSourceIndex)
LaserType getLaserType(int instrumentIndex, int lightSourceIndex)
PositiveInteger getLaserWavelength(int instrumentIndex, int lightSourceIndex)
String getLightEmittingDiodeID(int instrumentIndex, int lightSourceIndex)
String getLightEmittingDiodeLotNumber(int instrumentIndex, int lightSourceIndex)
String getLightEmittingDiodeManufacturer(int instrumentIndex, int lightSourceIndex)
String getLightEmittingDiodeModel(int instrumentIndex, int lightSourceIndex)
Double getLightEmittingDiodePower(int instrumentIndex, int lightSourceIndex)
String getLightEmittingDiodeSerialNumber(int instrumentIndex, int lightSourceIndex)
String getLightPathDichroicRef(int imageIndex, int channelIndex)
String getLightPathEmissionFilterRef(int imageIndex, int channelIndex, int emissionFilterRefIndex)
String getLightPathExcitationFilterRef(int imageIndex, int channelIndex, int excitationFilterRefIndex)
PercentFraction getChannelLightSourceSettingsAttenuation(int imageIndex, int channelIndex)
PercentFraction getMicrobeamManipulationLightSourceSettingsAttenuation(int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
String getChannelLightSourceSettingsID(int imageIndex, int channelIndex)
String getMicrobeamManipulationLightSourceSettingsID(int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
PositiveInteger getChannelLightSourceSettingsWavelength(int imageIndex, int channelIndex)
PositiveInteger getMicrobeamManipulationLightSourceSettingsWavelength(int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
Color getLineFillColor(int ROIIndex, int shapeIndex)
FillRule getLineFillRule(int ROIIndex, int shapeIndex)
FontFamily getLineFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getLineFontSize(int ROIIndex, int shapeIndex)
FontStyle getLineFontStyle(int ROIIndex, int shapeIndex)
String getLineID(int ROIIndex, int shapeIndex)
LineCap getLineLineCap(int ROIIndex, int shapeIndex)
Boolean getLineLocked(int ROIIndex, int shapeIndex)
Color getLineStrokeColor(int ROIIndex, int shapeIndex)
String getLineStrokeDashArray(int ROIIndex, int shapeIndex)
Double getLineStrokeWidth(int ROIIndex, int shapeIndex)
String getLineText(int ROIIndex, int shapeIndex)
NonNegativeInteger getLineTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getLineTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getLineTheZ(int ROIIndex, int shapeIndex)
AffineTransform getLineTransform(int ROIIndex, int shapeIndex)
Boolean getLineVisible(int ROIIndex, int shapeIndex)
Marker getLineMarkerEnd(int ROIIndex, int shapeIndex)
Marker getLineMarkerStart(int ROIIndex, int shapeIndex)
Double getLineX1(int ROIIndex, int shapeIndex)
Double getLineX2(int ROIIndex, int shapeIndex)
Double getLineY1(int ROIIndex, int shapeIndex)
Double getLineY2(int ROIIndex, int shapeIndex)
String getListAnnotationAnnotationRef(int listAnnotationIndex, int annotationRefIndex)
String getListAnnotationDescription(int listAnnotationIndex)
String getListAnnotationID(int listAnnotationIndex)
String getListAnnotationNamespace(int listAnnotationIndex)
String getLongAnnotationAnnotationRef(int longAnnotationIndex, int annotationRefIndex)
String getLongAnnotationDescription(int longAnnotationIndex)
String getLongAnnotationID(int longAnnotationIndex)
String getLongAnnotationNamespace(int longAnnotationIndex)
Long getLongAnnotationValue(int longAnnotationIndex)
Color getMaskFillColor(int ROIIndex, int shapeIndex)
FillRule getMaskFillRule(int ROIIndex, int shapeIndex)
FontFamily getMaskFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getMaskFontSize(int ROIIndex, int shapeIndex)
FontStyle getMaskFontStyle(int ROIIndex, int shapeIndex)
String getMaskID(int ROIIndex, int shapeIndex)
LineCap getMaskLineCap(int ROIIndex, int shapeIndex)
Boolean getMaskLocked(int ROIIndex, int shapeIndex)
Color getMaskStrokeColor(int ROIIndex, int shapeIndex)
String getMaskStrokeDashArray(int ROIIndex, int shapeIndex)
Double getMaskStrokeWidth(int ROIIndex, int shapeIndex)
String getMaskText(int ROIIndex, int shapeIndex)
NonNegativeInteger getMaskTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getMaskTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getMaskTheZ(int ROIIndex, int shapeIndex)
AffineTransform getMaskTransform(int ROIIndex, int shapeIndex)
Boolean getMaskVisible(int ROIIndex, int shapeIndex)
Double getMaskHeight(int ROIIndex, int shapeIndex)
Double getMaskWidth(int ROIIndex, int shapeIndex)
Double getMaskX(int ROIIndex, int shapeIndex)
Double getMaskY(int ROIIndex, int shapeIndex)
String getMicrobeamManipulationDescription(int experimentIndex, int microbeamManipulationIndex)
String getMicrobeamManipulationExperimenterRef(int experimentIndex, int microbeamManipulationIndex)
String getMicrobeamManipulationID(int experimentIndex, int microbeamManipulationIndex)
String getMicrobeamManipulationROIRef(int experimentIndex, int microbeamManipulationIndex, int ROIRefIndex)
MicrobeamManipulationType getMicrobeamManipulationType(int experimentIndex, int microbeamManipulationIndex)
String getMicroscopeLotNumber(int instrumentIndex)
String getMicroscopeManufacturer(int instrumentIndex)
String getMicroscopeModel(int instrumentIndex)
String getMicroscopeSerialNumber(int instrumentIndex)
MicroscopeType getMicroscopeType(int instrumentIndex)
Double getObjectiveCalibratedMagnification(int instrumentIndex, int objectiveIndex)
Correction getObjectiveCorrection(int instrumentIndex, int objectiveIndex)
String getObjectiveID(int instrumentIndex, int objectiveIndex)
Immersion getObjectiveImmersion(int instrumentIndex, int objectiveIndex)
Boolean getObjectiveIris(int instrumentIndex, int objectiveIndex)
Double getObjectiveLensNA(int instrumentIndex, int objectiveIndex)
String getObjectiveLotNumber(int instrumentIndex, int objectiveIndex)
String getObjectiveManufacturer(int instrumentIndex, int objectiveIndex)
String getObjectiveModel(int instrumentIndex, int objectiveIndex)
PositiveInteger getObjectiveNominalMagnification(int instrumentIndex, int objectiveIndex)
String getObjectiveSerialNumber(int instrumentIndex, int objectiveIndex)
Double getObjectiveWorkingDistance(int instrumentIndex, int objectiveIndex)
Double getObjectiveSettingsCorrectionCollar(int imageIndex)
String getObjectiveSettingsID(int imageIndex)
Medium getObjectiveSettingsMedium(int imageIndex)
Double getObjectiveSettingsRefractiveIndex(int imageIndex)
String getPixelsAnnotationRef(int imageIndex, int annotationRefIndex)
DimensionOrder getPixelsDimensionOrder(int imageIndex)
String getPixelsID(int imageIndex)
PositiveFloat getPixelsPhysicalSizeX(int imageIndex)
PositiveFloat getPixelsPhysicalSizeY(int imageIndex)
PositiveFloat getPixelsPhysicalSizeZ(int imageIndex)
PositiveInteger getPixelsSizeC(int imageIndex)
PositiveInteger getPixelsSizeT(int imageIndex)
PositiveInteger getPixelsSizeX(int imageIndex)
PositiveInteger getPixelsSizeY(int imageIndex)
PositiveInteger getPixelsSizeZ(int imageIndex)
Double getPixelsTimeIncrement(int imageIndex)
PixelType getPixelsType(int imageIndex)
String getPlaneAnnotationRef(int imageIndex, int planeIndex, int annotationRefIndex)
Double getPlaneDeltaT(int imageIndex, int planeIndex)
Double getPlaneExposureTime(int imageIndex, int planeIndex)
String getPlaneHashSHA1(int imageIndex, int planeIndex)
Double getPlanePositionX(int imageIndex, int planeIndex)
Double getPlanePositionY(int imageIndex, int planeIndex)
Double getPlanePositionZ(int imageIndex, int planeIndex)
NonNegativeInteger getPlaneTheC(int imageIndex, int planeIndex)
NonNegativeInteger getPlaneTheT(int imageIndex, int planeIndex)
NonNegativeInteger getPlaneTheZ(int imageIndex, int planeIndex)
String getPlateAnnotationRef(int plateIndex, int annotationRefIndex)
NamingConvention getPlateColumnNamingConvention(int plateIndex)
PositiveInteger getPlateColumns(int plateIndex)
String getPlateDescription(int plateIndex)
String getPlateExternalIdentifier(int plateIndex)
NonNegativeInteger getPlateFieldIndex(int plateIndex)
String getPlateID(int plateIndex)
String getPlateName(int plateIndex)
NamingConvention getPlateRowNamingConvention(int plateIndex)
PositiveInteger getPlateRows(int plateIndex)
String getPlateStatus(int plateIndex)
Double getPlateWellOriginX(int plateIndex)
Double getPlateWellOriginY(int plateIndex)
String getPlateAcquisitionAnnotationRef(int plateIndex, int plateAcquisitionIndex, int annotationRefIndex)
String getPlateAcquisitionDescription(int plateIndex, int plateAcquisitionIndex)
Timestamp getPlateAcquisitionEndTime(int plateIndex, int plateAcquisitionIndex)
String getPlateAcquisitionID(int plateIndex, int plateAcquisitionIndex)
PositiveInteger getPlateAcquisitionMaximumFieldCount(int plateIndex, int plateAcquisitionIndex)
String getPlateAcquisitionName(int plateIndex, int plateAcquisitionIndex)
Timestamp getPlateAcquisitionStartTime(int plateIndex, int plateAcquisitionIndex)
String getPlateAcquisitionWellSampleRef(int plateIndex, int plateAcquisitionIndex, int wellSampleRefIndex)
Color getPointFillColor(int ROIIndex, int shapeIndex)
FillRule getPointFillRule(int ROIIndex, int shapeIndex)
FontFamily getPointFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getPointFontSize(int ROIIndex, int shapeIndex)
FontStyle getPointFontStyle(int ROIIndex, int shapeIndex)
String getPointID(int ROIIndex, int shapeIndex)
LineCap getPointLineCap(int ROIIndex, int shapeIndex)
Boolean getPointLocked(int ROIIndex, int shapeIndex)
Color getPointStrokeColor(int ROIIndex, int shapeIndex)
String getPointStrokeDashArray(int ROIIndex, int shapeIndex)
Double getPointStrokeWidth(int ROIIndex, int shapeIndex)
String getPointText(int ROIIndex, int shapeIndex)
NonNegativeInteger getPointTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getPointTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getPointTheZ(int ROIIndex, int shapeIndex)
AffineTransform getPointTransform(int ROIIndex, int shapeIndex)
Boolean getPointVisible(int ROIIndex, int shapeIndex)
Double getPointX(int ROIIndex, int shapeIndex)
Double getPointY(int ROIIndex, int shapeIndex)
Color getPolygonFillColor(int ROIIndex, int shapeIndex)
FillRule getPolygonFillRule(int ROIIndex, int shapeIndex)
FontFamily getPolygonFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolygonFontSize(int ROIIndex, int shapeIndex)
FontStyle getPolygonFontStyle(int ROIIndex, int shapeIndex)
String getPolygonID(int ROIIndex, int shapeIndex)
LineCap getPolygonLineCap(int ROIIndex, int shapeIndex)
Boolean getPolygonLocked(int ROIIndex, int shapeIndex)
Color getPolygonStrokeColor(int ROIIndex, int shapeIndex)
String getPolygonStrokeDashArray(int ROIIndex, int shapeIndex)
Double getPolygonStrokeWidth(int ROIIndex, int shapeIndex)
String getPolygonText(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolygonTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolygonTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolygonTheZ(int ROIIndex, int shapeIndex)
AffineTransform getPolygonTransform(int ROIIndex, int shapeIndex)
Boolean getPolygonVisible(int ROIIndex, int shapeIndex)
String getPolygonPoints(int ROIIndex, int shapeIndex)
Color getPolylineFillColor(int ROIIndex, int shapeIndex)
FillRule getPolylineFillRule(int ROIIndex, int shapeIndex)
FontFamily getPolylineFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolylineFontSize(int ROIIndex, int shapeIndex)
FontStyle getPolylineFontStyle(int ROIIndex, int shapeIndex)
String getPolylineID(int ROIIndex, int shapeIndex)
LineCap getPolylineLineCap(int ROIIndex, int shapeIndex)
Boolean getPolylineLocked(int ROIIndex, int shapeIndex)
Color getPolylineStrokeColor(int ROIIndex, int shapeIndex)
String getPolylineStrokeDashArray(int ROIIndex, int shapeIndex)
Double getPolylineStrokeWidth(int ROIIndex, int shapeIndex)
String getPolylineText(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolylineTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolylineTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getPolylineTheZ(int ROIIndex, int shapeIndex)
AffineTransform getPolylineTransform(int ROIIndex, int shapeIndex)
Boolean getPolylineVisible(int ROIIndex, int shapeIndex)
Marker getPolylineMarkerEnd(int ROIIndex, int shapeIndex)
Marker getPolylineMarkerStart(int ROIIndex, int shapeIndex)
String getPolylinePoints(int ROIIndex, int shapeIndex)
String getProjectAnnotationRef(int projectIndex, int annotationRefIndex)
String getProjectDatasetRef(int projectIndex, int datasetRefIndex)
String getProjectDescription(int projectIndex)
String getProjectExperimenterGroupRef(int projectIndex)
String getProjectExperimenterRef(int projectIndex)
String getProjectID(int projectIndex)
String getProjectName(int projectIndex)
String getROIAnnotationRef(int ROIIndex, int annotationRefIndex)
String getROIDescription(int ROIIndex)
String getROIID(int ROIIndex)
String getROIName(int ROIIndex)
String getROINamespace(int ROIIndex)
String getReagentAnnotationRef(int screenIndex, int reagentIndex, int annotationRefIndex)
String getReagentDescription(int screenIndex, int reagentIndex)
String getReagentID(int screenIndex, int reagentIndex)
String getReagentName(int screenIndex, int reagentIndex)
String getReagentReagentIdentifier(int screenIndex, int reagentIndex)
Color getRectangleFillColor(int ROIIndex, int shapeIndex)
FillRule getRectangleFillRule(int ROIIndex, int shapeIndex)
FontFamily getRectangleFontFamily(int ROIIndex, int shapeIndex)
NonNegativeInteger getRectangleFontSize(int ROIIndex, int shapeIndex)
FontStyle getRectangleFontStyle(int ROIIndex, int shapeIndex)
String getRectangleID(int ROIIndex, int shapeIndex)
LineCap getRectangleLineCap(int ROIIndex, int shapeIndex)
Boolean getRectangleLocked(int ROIIndex, int shapeIndex)
Color getRectangleStrokeColor(int ROIIndex, int shapeIndex)
String getRectangleStrokeDashArray(int ROIIndex, int shapeIndex)
Double getRectangleStrokeWidth(int ROIIndex, int shapeIndex)
String getRectangleText(int ROIIndex, int shapeIndex)
NonNegativeInteger getRectangleTheC(int ROIIndex, int shapeIndex)
NonNegativeInteger getRectangleTheT(int ROIIndex, int shapeIndex)
NonNegativeInteger getRectangleTheZ(int ROIIndex, int shapeIndex)
AffineTransform getRectangleTransform(int ROIIndex, int shapeIndex)
Boolean getRectangleVisible(int ROIIndex, int shapeIndex)
Double getRectangleHeight(int ROIIndex, int shapeIndex)
Double getRectangleWidth(int ROIIndex, int shapeIndex)
Double getRectangleX(int ROIIndex, int shapeIndex)
Double getRectangleY(int ROIIndex, int shapeIndex)
String getScreenAnnotationRef(int screenIndex, int annotationRefIndex)
String getScreenDescription(int screenIndex)
String getScreenID(int screenIndex)
String getScreenName(int screenIndex)
String getScreenPlateRef(int screenIndex, int plateRefIndex)
String getScreenProtocolDescription(int screenIndex)
String getScreenProtocolIdentifier(int screenIndex)
String getScreenReagentSetDescription(int screenIndex)
String getScreenReagentSetIdentifier(int screenIndex)
String getScreenType(int screenIndex)
String getStageLabelName(int imageIndex)
Double getStageLabelX(int imageIndex)
Double getStageLabelY(int imageIndex)
Double getStageLabelZ(int imageIndex)
String getTagAnnotationAnnotationRef(int tagAnnotationIndex, int annotationRefIndex)
String getTagAnnotationDescription(int tagAnnotationIndex)
String getTagAnnotationID(int tagAnnotationIndex)
String getTagAnnotationNamespace(int tagAnnotationIndex)
String getTagAnnotationValue(int tagAnnotationIndex)
String getTermAnnotationAnnotationRef(int termAnnotationIndex, int annotationRefIndex)
String getTermAnnotationDescription(int termAnnotationIndex)
String getTermAnnotationID(int termAnnotationIndex)
String getTermAnnotationNamespace(int termAnnotationIndex)
String getTermAnnotationValue(int termAnnotationIndex)
NonNegativeInteger getTiffDataFirstC(int imageIndex, int tiffDataIndex)
NonNegativeInteger getTiffDataFirstT(int imageIndex, int tiffDataIndex)
NonNegativeInteger getTiffDataFirstZ(int imageIndex, int tiffDataIndex)
NonNegativeInteger getTiffDataIFD(int imageIndex, int tiffDataIndex)
NonNegativeInteger getTiffDataPlaneCount(int imageIndex, int tiffDataIndex)
String getTimestampAnnotationAnnotationRef(int timestampAnnotationIndex, int annotationRefIndex)
String getTimestampAnnotationDescription(int timestampAnnotationIndex)
String getTimestampAnnotationID(int timestampAnnotationIndex)
String getTimestampAnnotationNamespace(int timestampAnnotationIndex)
Timestamp getTimestampAnnotationValue(int timestampAnnotationIndex)
PositiveInteger getTransmittanceRangeCutIn(int instrumentIndex, int filterIndex)
NonNegativeInteger getTransmittanceRangeCutInTolerance(int instrumentIndex, int filterIndex)
PositiveInteger getTransmittanceRangeCutOut(int instrumentIndex, int filterIndex)
NonNegativeInteger getTransmittanceRangeCutOutTolerance(int instrumentIndex, int filterIndex)
PercentFraction getTransmittanceRangeTransmittance(int instrumentIndex, int filterIndex)
String getUUIDFileName(int imageIndex, int tiffDataIndex)
String getWellAnnotationRef(int plateIndex, int wellIndex, int annotationRefIndex)
Color getWellColor(int plateIndex, int wellIndex)
NonNegativeInteger getWellColumn(int plateIndex, int wellIndex)
String getWellExternalDescription(int plateIndex, int wellIndex)
String getWellExternalIdentifier(int plateIndex, int wellIndex)
String getWellID(int plateIndex, int wellIndex)
String getWellReagentRef(int plateIndex, int wellIndex)
NonNegativeInteger getWellRow(int plateIndex, int wellIndex)
String getWellType(int plateIndex, int wellIndex)
String getWellSampleAnnotationRef(int plateIndex, int wellIndex, int wellSampleIndex, int annotationRefIndex)
String getWellSampleID(int plateIndex, int wellIndex, int wellSampleIndex)
String getWellSampleImageRef(int plateIndex, int wellIndex, int wellSampleIndex)
NonNegativeInteger getWellSampleIndex(int plateIndex, int wellIndex, int wellSampleIndex)
Double getWellSamplePositionX(int plateIndex, int wellIndex, int wellSampleIndex)
Double getWellSamplePositionY(int plateIndex, int wellIndex, int wellSampleIndex)
Timestamp getWellSampleTimepoint(int plateIndex, int wellIndex, int wellSampleIndex)
String getXMLAnnotationAnnotationRef(int XMLAnnotationIndex, int annotationRefIndex)
String getXMLAnnotationDescription(int XMLAnnotationIndex)
String getXMLAnnotationID(int XMLAnnotationIndex)
String getXMLAnnotationNamespace(int XMLAnnotationIndex)
String getXMLAnnotationValue(int XMLAnnotationIndex)
Copyright © 2014 Open Microscopy Environment