Class OmeroMetadata

  • All Implemented Interfaces:
    loci.formats.meta.IMetadata, loci.formats.meta.MetadataRetrieve, loci.formats.meta.MetadataStore, ome.xml.meta.BaseMetadata, ome.xml.meta.IMetadata, ome.xml.meta.MetadataRetrieve, ome.xml.meta.MetadataStore

    public class OmeroMetadata
    extends loci.formats.meta.DummyMetadata
    An implementation for MetadataStore and MetadataRetrieve that knows how to read and write the OMERO object model.
    • Constructor Summary

      Constructors 
      Constructor Description
      OmeroMetadata​(ome.services.db.DatabaseIdentity db)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addImage​(Image image)  
      int getBooleanAnnotationCount()  
      java.lang.String getBooleanAnnotationDescription​(int booleanAnnotationIndex)  
      java.lang.String getBooleanAnnotationID​(int booleanAnnotationIndex)  
      java.lang.String getBooleanAnnotationNamespace​(int booleanAnnotationIndex)  
      java.lang.Boolean getBooleanAnnotationValue​(int booleanAnnotationIndex)  
      ome.xml.model.enums.AcquisitionMode getChannelAcquisitionMode​(int imageIndex, int channelIndex)  
      ome.xml.model.primitives.Color getChannelColor​(int imageIndex, int channelIndex)  
      ome.xml.model.enums.ContrastMethod getChannelContrastMethod​(int imageIndex, int channelIndex)  
      int getChannelCount​(int imageIndex)  
      ome.units.quantity.Length getChannelEmissionWavelength​(int imageIndex, int channelIndex)  
      ome.units.quantity.Length getChannelExcitationWavelength​(int imageIndex, int channelIndex)  
      java.lang.String getChannelFluor​(int imageIndex, int channelIndex)  
      java.lang.String getChannelID​(int imageIndex, int channelIndex)  
      ome.xml.model.enums.IlluminationType getChannelIlluminationType​(int imageIndex, int channelIndex)  
      java.lang.String getChannelName​(int imageIndex, int channelIndex)  
      java.lang.Double getChannelNDFilter​(int imageIndex, int channelIndex)  
      ome.units.quantity.Length getChannelPinholeSize​(int imageIndex, int channelIndex)  
      java.lang.Integer getChannelPockelCellSetting​(int imageIndex, int channelIndex)  
      ome.xml.model.primitives.PositiveInteger getChannelSamplesPerPixel​(int imageIndex, int channelIndex)  
      int getCommentAnnotationCount()  
      java.lang.String getCommentAnnotationDescription​(int commentAnnotationIndex)  
      java.lang.String getCommentAnnotationID​(int commentAnnotationIndex)  
      java.lang.String getCommentAnnotationNamespace​(int commentAnnotationIndex)  
      java.lang.String getCommentAnnotationValue​(int commentAnnotationIndex)  
      int getDoubleAnnotationCount()  
      java.lang.String getDoubleAnnotationDescription​(int doubleAnnotationIndex)  
      java.lang.String getDoubleAnnotationID​(int doubleAnnotationIndex)  
      java.lang.String getDoubleAnnotationNamespace​(int doubleAnnotationIndex)  
      java.lang.Double getDoubleAnnotationValue​(int doubleAnnotationIndex)  
      java.lang.String getEllipseAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getEllipseFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getEllipseFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getEllipseFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getEllipseFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getEllipseFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getEllipseID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getEllipseLocked​(int ROIIndex, int shapeIndex)  
      java.lang.Double getEllipseRadiusX​(int ROIIndex, int shapeIndex)  
      java.lang.Double getEllipseRadiusY​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getEllipseStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getEllipseStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getEllipseStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getEllipseText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getEllipseTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getEllipseTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getEllipseTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getEllipseTransform​(int ROIIndex, int shapeIndex)  
      java.lang.Double getEllipseX​(int ROIIndex, int shapeIndex)  
      java.lang.Double getEllipseY​(int ROIIndex, int shapeIndex)  
      Image getImage​(int i)  
      ome.xml.model.primitives.Timestamp getImageAcquisitionDate​(int imageIndex)  
      java.lang.String getImageAnnotationRef​(int imageIndex, int annotationRefIndex)  
      int getImageAnnotationRefCount​(int imageIndex)  
      int getImageCount()  
      java.lang.String getImageDescription​(int imageIndex)  
      java.lang.String getImageID​(int imageIndex)  
      java.lang.String getImageName​(int imageIndex)  
      java.lang.String getImageROIRef​(int imageIndex, int ROIRefIndex)  
      int getImageROIRefCount​(int imageIndex)  
      java.lang.String getLabelAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getLabelFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getLabelFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getLabelFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getLabelFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getLabelFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getLabelID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getLabelLocked​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getLabelStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getLabelStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getLabelStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getLabelText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getLabelTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getLabelTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getLabelTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getLabelTransform​(int ROIIndex, int shapeIndex)  
      java.lang.Double getLabelX​(int ROIIndex, int shapeIndex)  
      java.lang.Double getLabelY​(int ROIIndex, int shapeIndex)  
      java.lang.String getLineAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getLineFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getLineFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getLineFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getLineFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getLineFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getLineID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getLineLocked​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.Marker getLineMarkerEnd​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.Marker getLineMarkerStart​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getLineStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getLineStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getLineStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getLineText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getLineTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getLineTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getLineTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getLineTransform​(int ROIIndex, int shapeIndex)  
      java.lang.Double getLineX1​(int ROIIndex, int shapeIndex)  
      java.lang.Double getLineX2​(int ROIIndex, int shapeIndex)  
      java.lang.Double getLineY1​(int ROIIndex, int shapeIndex)  
      java.lang.Double getLineY2​(int ROIIndex, int shapeIndex)  
      int getLongAnnotationCount()  
      java.lang.String getLongAnnotationDescription​(int longAnnotationIndex)  
      java.lang.String getLongAnnotationID​(int longAnnotationIndex)  
      java.lang.String getLongAnnotationNamespace​(int longAnnotationIndex)  
      java.lang.Long getLongAnnotationValue​(int longAnnotationIndex)  
      int getMapAnnotationCount()  
      java.lang.String getMapAnnotationDescription​(int mapAnnotationIndex)  
      java.lang.String getMapAnnotationID​(int mapAnnotationIndex)  
      java.lang.String getMapAnnotationNamespace​(int mapAnnotationIndex)  
      java.util.List<ome.xml.model.MapPair> getMapAnnotationValue​(int mapAnnotationIndex)  
      java.lang.String getMaskAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getMaskFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getMaskFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getMaskFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getMaskFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getMaskFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getMaskID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getMaskLocked​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getMaskStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getMaskStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getMaskStrokeWidth​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getMaskTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getMaskTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getMaskTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getMaskTransform​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getPixelsBinDataBigEndian​(int imageIndex, int binDataIndex)  
      ome.xml.model.enums.DimensionOrder getPixelsDimensionOrder​(int imageIndex)  
      java.lang.String getPixelsID​(int imageIndex)  
      ome.units.quantity.Length getPixelsPhysicalSizeX​(int imageIndex)  
      ome.units.quantity.Length getPixelsPhysicalSizeY​(int imageIndex)  
      ome.units.quantity.Length getPixelsPhysicalSizeZ​(int imageIndex)  
      ome.xml.model.primitives.PositiveInteger getPixelsSizeC​(int imageIndex)  
      ome.xml.model.primitives.PositiveInteger getPixelsSizeT​(int imageIndex)  
      ome.xml.model.primitives.PositiveInteger getPixelsSizeX​(int imageIndex)  
      ome.xml.model.primitives.PositiveInteger getPixelsSizeY​(int imageIndex)  
      ome.xml.model.primitives.PositiveInteger getPixelsSizeZ​(int imageIndex)  
      ome.units.quantity.Time getPixelsTimeIncrement​(int imageIndex)  
      ome.xml.model.enums.PixelType getPixelsType​(int imageIndex)  
      int getPlaneCount​(int imageIndex)  
      ome.units.quantity.Time getPlaneDeltaT​(int imageIndex, int planeIndex)  
      ome.units.quantity.Time getPlaneExposureTime​(int imageIndex, int planeIndex)  
      ome.units.quantity.Length getPlanePositionX​(int imageIndex, int planeIndex)  
      ome.units.quantity.Length getPlanePositionY​(int imageIndex, int planeIndex)  
      ome.units.quantity.Length getPlanePositionZ​(int imageIndex, int planeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPlaneTheC​(int imageIndex, int planeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPlaneTheT​(int imageIndex, int planeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPlaneTheZ​(int imageIndex, int planeIndex)  
      java.lang.String getPointAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getPointFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getPointFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getPointFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getPointFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getPointFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getPointID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getPointLocked​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getPointStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getPointStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getPointStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getPointText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPointTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPointTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPointTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getPointTransform​(int ROIIndex, int shapeIndex)  
      java.lang.Double getPointX​(int ROIIndex, int shapeIndex)  
      java.lang.Double getPointY​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolygonAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getPolygonFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getPolygonFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getPolygonFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getPolygonFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getPolygonFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolygonID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getPolygonLocked​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolygonPoints​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getPolygonStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolygonStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getPolygonStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolygonText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPolygonTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPolygonTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPolygonTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getPolygonTransform​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolylineAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getPolylineFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getPolylineFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getPolylineFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getPolylineFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getPolylineFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolylineID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getPolylineLocked​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.Marker getPolylineMarkerEnd​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.Marker getPolylineMarkerStart​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolylinePoints​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getPolylineStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolylineStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getPolylineStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getPolylineText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPolylineTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPolylineTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getPolylineTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getPolylineTransform​(int ROIIndex, int shapeIndex)  
      java.lang.String getRectangleAnnotationRef​(int ROIIndex, int shapeIndex, int annotationRefIndex)  
      ome.xml.model.primitives.Color getRectangleFillColor​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FillRule getRectangleFillRule​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontFamily getRectangleFontFamily​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getRectangleFontSize​(int ROIIndex, int shapeIndex)  
      ome.xml.model.enums.FontStyle getRectangleFontStyle​(int ROIIndex, int shapeIndex)  
      java.lang.Double getRectangleHeight​(int ROIIndex, int shapeIndex)  
      java.lang.String getRectangleID​(int ROIIndex, int shapeIndex)  
      java.lang.Boolean getRectangleLocked​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.Color getRectangleStrokeColor​(int ROIIndex, int shapeIndex)  
      java.lang.String getRectangleStrokeDashArray​(int ROIIndex, int shapeIndex)  
      ome.units.quantity.Length getRectangleStrokeWidth​(int ROIIndex, int shapeIndex)  
      java.lang.String getRectangleText​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getRectangleTheC​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getRectangleTheT​(int ROIIndex, int shapeIndex)  
      ome.xml.model.primitives.NonNegativeInteger getRectangleTheZ​(int ROIIndex, int shapeIndex)  
      ome.xml.model.AffineTransform getRectangleTransform​(int ROIIndex, int shapeIndex)  
      java.lang.Double getRectangleWidth​(int ROIIndex, int shapeIndex)  
      java.lang.Double getRectangleX​(int ROIIndex, int shapeIndex)  
      java.lang.Double getRectangleY​(int ROIIndex, int shapeIndex)  
      java.lang.String getROIAnnotationRef​(int ROIIndex, int annotationRefIndex)  
      int getROIAnnotationRefCount​(int ROIIndex)  
      int getROICount()  
      java.lang.String getROIDescription​(int ROIIndex)  
      java.lang.String getROIID​(int ROIIndex)  
      java.lang.String getROIName​(int ROIIndex)  
      ome.xml.meta.MetadataRoot getRoot()  
      int getShapeAnnotationRefCount​(int ROIIndex, int shapeIndex)  
      int getShapeCount​(int ROIIndex)  
      java.lang.String getShapeType​(int ROIIndex, int shapeIndex)  
      int getTagAnnotationCount()  
      java.lang.String getTagAnnotationDescription​(int tagAnnotationIndex)  
      java.lang.String getTagAnnotationID​(int tagAnnotationIndex)  
      java.lang.String getTagAnnotationNamespace​(int tagAnnotationIndex)  
      java.lang.String getTagAnnotationValue​(int tagAnnotationIndex)  
      int getTermAnnotationCount()  
      java.lang.String getTermAnnotationDescription​(int termAnnotationIndex)  
      java.lang.String getTermAnnotationID​(int termAnnotationIndex)  
      java.lang.String getTermAnnotationNamespace​(int termAnnotationIndex)  
      java.lang.String getTermAnnotationValue​(int termAnnotationIndex)  
      int getTimestampAnnotationCount()  
      java.lang.String getTimestampAnnotationDescription​(int timestampAnnotationIndex)  
      java.lang.String getTimestampAnnotationID​(int timestampAnnotationIndex)  
      java.lang.String getTimestampAnnotationNamespace​(int timestampAnnotationIndex)  
      ome.xml.model.primitives.Timestamp getTimestampAnnotationValue​(int timestampAnnotationIndex)  
      int getXMLAnnotationCount()  
      java.lang.String getXMLAnnotationDescription​(int XMLAnnotationIndex)  
      java.lang.String getXMLAnnotationID​(int XMLAnnotationIndex)  
      java.lang.String getXMLAnnotationNamespace​(int XMLAnnotationIndex)  
      java.lang.String getXMLAnnotationValue​(int XMLAnnotationIndex)  
      java.lang.String handleLsid​(IObject obj)  
      void initialize​(org.hibernate.Session session)  
      int sizeImages()  
      • Methods inherited from class ome.xml.meta.DummyMetadata

        createRoot, getArcAnnotationRef, getArcID, getArcLotNumber, getArcManufacturer, getArcModel, getArcPower, getArcSerialNumber, getArcType, getBinaryFileBinData, getBinaryFileBinDataBigEndian, getBinaryFileBinDataCompression, getBinaryFileBinDataLength, getBinaryFileFileName, getBinaryFileMIMEType, getBinaryFileSize, getBinaryOnlyMetadataFile, getBinaryOnlyUUID, getBooleanAnnotationAnnotationCount, getBooleanAnnotationAnnotationRef, getBooleanAnnotationAnnotator, getChannelAnnotationRef, getChannelAnnotationRefCount, getChannelFilterSetRef, getChannelLightSourceSettingsAttenuation, getChannelLightSourceSettingsID, getChannelLightSourceSettingsWavelength, getCommentAnnotationAnnotationCount, getCommentAnnotationAnnotationRef, getCommentAnnotationAnnotator, getDatasetAnnotationRef, getDatasetAnnotationRefCount, getDatasetCount, getDatasetDescription, getDatasetExperimenterGroupRef, getDatasetExperimenterRef, getDatasetID, getDatasetImageRef, getDatasetImageRefCount, getDatasetName, getDatasetRefCount, getDetectorAmplificationGain, getDetectorAnnotationRef, getDetectorAnnotationRefCount, getDetectorCount, getDetectorGain, getDetectorID, getDetectorLotNumber, getDetectorManufacturer, getDetectorModel, getDetectorOffset, getDetectorSerialNumber, getDetectorSettingsBinning, getDetectorSettingsGain, getDetectorSettingsID, getDetectorSettingsIntegration, getDetectorSettingsOffset, getDetectorSettingsReadOutRate, getDetectorSettingsVoltage, getDetectorSettingsZoom, getDetectorType, getDetectorVoltage, getDetectorZoom, getDichroicAnnotationRef, getDichroicAnnotationRefCount, getDichroicCount, getDichroicID, getDichroicLotNumber, getDichroicManufacturer, getDichroicModel, getDichroicSerialNumber, getDoubleAnnotationAnnotationCount, getDoubleAnnotationAnnotationRef, getDoubleAnnotationAnnotator, getExperimentCount, getExperimentDescription, getExperimenterAnnotationRef, getExperimenterAnnotationRefCount, getExperimenterCount, getExperimenterEmail, getExperimenterFirstName, getExperimenterGroupAnnotationRef, getExperimenterGroupAnnotationRefCount, getExperimenterGroupCount, getExperimenterGroupDescription, getExperimenterGroupExperimenterRef, getExperimenterGroupExperimenterRefCount, getExperimenterGroupID, getExperimenterGroupLeader, getExperimenterGroupName, getExperimenterID, getExperimenterInstitution, getExperimenterLastName, getExperimenterMiddleName, getExperimenterUserName, getExperimentExperimenterRef, getExperimentID, getExperimentType, getFilamentAnnotationRef, getFilamentID, getFilamentLotNumber, getFilamentManufacturer, getFilamentModel, getFilamentPower, getFilamentSerialNumber, getFilamentType, getFileAnnotationAnnotationCount, getFileAnnotationAnnotationRef, getFileAnnotationAnnotator, getFileAnnotationCount, getFileAnnotationDescription, getFileAnnotationID, getFileAnnotationNamespace, getFilterAnnotationRef, getFilterAnnotationRefCount, getFilterCount, getFilterFilterWheel, getFilterID, getFilterLotNumber, getFilterManufacturer, getFilterModel, getFilterSerialNumber, getFilterSetCount, getFilterSetDichroicRef, getFilterSetEmissionFilterRef, getFilterSetEmissionFilterRefCount, getFilterSetExcitationFilterRef, getFilterSetExcitationFilterRefCount, getFilterSetID, getFilterSetLotNumber, getFilterSetManufacturer, getFilterSetModel, getFilterSetSerialNumber, getFilterType, getFolderAnnotationRef, getFolderAnnotationRefCount, getFolderCount, getFolderDescription, getFolderFolderRef, getFolderID, getFolderImageRef, getFolderImageRefCount, getFolderName, getFolderRefCount, getFolderROIRef, getFolderROIRefCount, getGenericExcitationSourceAnnotationRef, getGenericExcitationSourceID, getGenericExcitationSourceLotNumber, getGenericExcitationSourceManufacturer, getGenericExcitationSourceMap, getGenericExcitationSourceModel, getGenericExcitationSourcePower, getGenericExcitationSourceSerialNumber, getImageExperimenterGroupRef, getImageExperimenterRef, getImageExperimentRef, getImageInstrumentRef, getImageMicrobeamManipulationRef, getImagingEnvironmentAirPressure, getImagingEnvironmentCO2Percent, getImagingEnvironmentHumidity, getImagingEnvironmentMap, getImagingEnvironmentTemperature, getInstrumentAnnotationRef, getInstrumentAnnotationRefCount, getInstrumentCount, getInstrumentID, getLaserAnnotationRef, getLaserFrequencyMultiplication, getLaserID, getLaserLaserMedium, getLaserLotNumber, getLaserManufacturer, getLaserModel, getLaserPockelCell, getLaserPower, getLaserPulse, getLaserPump, getLaserRepetitionRate, getLaserSerialNumber, getLaserTuneable, getLaserType, getLaserWavelength, getLeaderCount, getLightEmittingDiodeAnnotationRef, getLightEmittingDiodeID, getLightEmittingDiodeLotNumber, getLightEmittingDiodeManufacturer, getLightEmittingDiodeModel, getLightEmittingDiodePower, getLightEmittingDiodeSerialNumber, getLightPathAnnotationRef, getLightPathAnnotationRefCount, getLightPathDichroicRef, getLightPathEmissionFilterRef, getLightPathEmissionFilterRefCount, getLightPathExcitationFilterRef, getLightPathExcitationFilterRefCount, getLightSourceAnnotationRefCount, getLightSourceCount, getLightSourceType, getListAnnotationAnnotationCount, getListAnnotationAnnotationRef, getListAnnotationAnnotator, getListAnnotationCount, getListAnnotationDescription, getListAnnotationID, getListAnnotationNamespace, getLongAnnotationAnnotationCount, getLongAnnotationAnnotationRef, getLongAnnotationAnnotator, getMapAnnotationAnnotationCount, getMapAnnotationAnnotationRef, getMapAnnotationAnnotator, getMaskBinData, getMaskBinDataBigEndian, getMaskBinDataCompression, getMaskBinDataLength, getMaskHeight, getMaskText, getMaskWidth, getMaskX, getMaskY, getMicrobeamManipulationCount, getMicrobeamManipulationDescription, getMicrobeamManipulationExperimenterRef, getMicrobeamManipulationID, getMicrobeamManipulationLightSourceSettingsAttenuation, getMicrobeamManipulationLightSourceSettingsCount, getMicrobeamManipulationLightSourceSettingsID, getMicrobeamManipulationLightSourceSettingsWavelength, getMicrobeamManipulationRefCount, getMicrobeamManipulationROIRef, getMicrobeamManipulationROIRefCount, getMicrobeamManipulationType, getMicroscopeLotNumber, getMicroscopeManufacturer, getMicroscopeModel, getMicroscopeSerialNumber, getMicroscopeType, getObjectiveAnnotationRef, getObjectiveAnnotationRefCount, getObjectiveCalibratedMagnification, getObjectiveCorrection, getObjectiveCount, getObjectiveID, getObjectiveImmersion, getObjectiveIris, getObjectiveLensNA, getObjectiveLotNumber, getObjectiveManufacturer, getObjectiveModel, getObjectiveNominalMagnification, getObjectiveSerialNumber, getObjectiveSettingsCorrectionCollar, getObjectiveSettingsID, getObjectiveSettingsMedium, getObjectiveSettingsRefractiveIndex, getObjectiveWorkingDistance, getPixelsBigEndian, getPixelsBinData, getPixelsBinDataCompression, getPixelsBinDataCount, getPixelsBinDataLength, getPixelsInterleaved, getPixelsSignificantBits, getPlaneAnnotationRef, getPlaneAnnotationRefCount, getPlaneHashSHA1, getPlateAcquisitionAnnotationRef, getPlateAcquisitionAnnotationRefCount, getPlateAcquisitionCount, getPlateAcquisitionDescription, getPlateAcquisitionEndTime, getPlateAcquisitionID, getPlateAcquisitionMaximumFieldCount, getPlateAcquisitionName, getPlateAcquisitionStartTime, getPlateAcquisitionWellSampleRef, getPlateAnnotationRef, getPlateAnnotationRefCount, getPlateColumnNamingConvention, getPlateColumns, getPlateCount, getPlateDescription, getPlateExternalIdentifier, getPlateFieldIndex, getPlateID, getPlateName, getPlateRefCount, getPlateRowNamingConvention, getPlateRows, getPlateStatus, getPlateWellOriginX, getPlateWellOriginY, getProjectAnnotationRef, getProjectAnnotationRefCount, getProjectCount, getProjectDatasetRef, getProjectDescription, getProjectExperimenterGroupRef, getProjectExperimenterRef, getProjectID, getProjectName, getReagentAnnotationRef, getReagentAnnotationRefCount, getReagentCount, getReagentDescription, getReagentID, getReagentName, getReagentReagentIdentifier, getRightsRightsHeld, getRightsRightsHolder, getScreenAnnotationRef, getScreenAnnotationRefCount, getScreenCount, getScreenDescription, getScreenID, getScreenName, getScreenPlateRef, getScreenProtocolDescription, getScreenProtocolIdentifier, getScreenReagentSetDescription, getScreenReagentSetIdentifier, getScreenType, getStageLabelName, getStageLabelX, getStageLabelY, getStageLabelZ, getTagAnnotationAnnotationCount, getTagAnnotationAnnotationRef, getTagAnnotationAnnotator, getTermAnnotationAnnotationCount, getTermAnnotationAnnotationRef, getTermAnnotationAnnotator, getTiffDataCount, getTiffDataFirstC, getTiffDataFirstT, getTiffDataFirstZ, getTiffDataIFD, getTiffDataPlaneCount, getTimestampAnnotationAnnotationCount, getTimestampAnnotationAnnotationRef, getTimestampAnnotationAnnotator, getTransmittanceRangeCutIn, getTransmittanceRangeCutInTolerance, getTransmittanceRangeCutOut, getTransmittanceRangeCutOutTolerance, getTransmittanceRangeTransmittance, getUUID, getUUIDFileName, getUUIDValue, getWellAnnotationRef, getWellAnnotationRefCount, getWellColor, getWellColumn, getWellCount, getWellExternalDescription, getWellExternalIdentifier, getWellID, getWellReagentRef, getWellRow, getWellSampleCount, getWellSampleID, getWellSampleImageRef, getWellSampleIndex, getWellSamplePositionX, getWellSamplePositionY, getWellSampleRefCount, getWellSampleTimepoint, getWellType, getXMLAnnotationAnnotationCount, getXMLAnnotationAnnotationRef, getXMLAnnotationAnnotator, setArcAnnotationRef, setArcID, setArcLotNumber, setArcManufacturer, setArcModel, setArcPower, setArcSerialNumber, setArcType, setBinaryFileBinData, setBinaryFileBinDataBigEndian, setBinaryFileBinDataCompression, setBinaryFileBinDataLength, setBinaryFileFileName, setBinaryFileMIMEType, setBinaryFileSize, setBinaryOnlyMetadataFile, setBinaryOnlyUUID, setBooleanAnnotationAnnotationRef, setBooleanAnnotationAnnotator, setBooleanAnnotationDescription, setBooleanAnnotationID, setBooleanAnnotationNamespace, setBooleanAnnotationValue, setChannelAcquisitionMode, setChannelAnnotationRef, setChannelColor, setChannelContrastMethod, setChannelEmissionWavelength, setChannelExcitationWavelength, setChannelFilterSetRef, setChannelFluor, setChannelID, setChannelIlluminationType, setChannelLightSourceSettingsAttenuation, setChannelLightSourceSettingsID, setChannelLightSourceSettingsWavelength, setChannelName, setChannelNDFilter, setChannelPinholeSize, setChannelPockelCellSetting, setChannelSamplesPerPixel, setCommentAnnotationAnnotationRef, setCommentAnnotationAnnotator, setCommentAnnotationDescription, setCommentAnnotationID, setCommentAnnotationNamespace, setCommentAnnotationValue, setDatasetAnnotationRef, setDatasetDescription, setDatasetExperimenterGroupRef, setDatasetExperimenterRef, setDatasetID, setDatasetImageRef, setDatasetName, setDetectorAmplificationGain, setDetectorAnnotationRef, setDetectorGain, setDetectorID, setDetectorLotNumber, setDetectorManufacturer, setDetectorModel, setDetectorOffset, setDetectorSerialNumber, setDetectorSettingsBinning, setDetectorSettingsGain, setDetectorSettingsID, setDetectorSettingsIntegration, setDetectorSettingsOffset, setDetectorSettingsReadOutRate, setDetectorSettingsVoltage, setDetectorSettingsZoom, setDetectorType, setDetectorVoltage, setDetectorZoom, setDichroicAnnotationRef, setDichroicID, setDichroicLotNumber, setDichroicManufacturer, setDichroicModel, setDichroicSerialNumber, setDoubleAnnotationAnnotationRef, setDoubleAnnotationAnnotator, setDoubleAnnotationDescription, setDoubleAnnotationID, setDoubleAnnotationNamespace, setDoubleAnnotationValue, setEllipseAnnotationRef, setEllipseFillColor, setEllipseFillRule, setEllipseFontFamily, setEllipseFontSize, setEllipseFontStyle, setEllipseID, setEllipseLocked, setEllipseRadiusX, setEllipseRadiusY, setEllipseStrokeColor, setEllipseStrokeDashArray, setEllipseStrokeWidth, setEllipseText, setEllipseTheC, setEllipseTheT, setEllipseTheZ, setEllipseTransform, setEllipseX, setEllipseY, setExperimentDescription, setExperimenterAnnotationRef, setExperimenterEmail, setExperimenterFirstName, setExperimenterGroupAnnotationRef, setExperimenterGroupDescription, setExperimenterGroupExperimenterRef, setExperimenterGroupID, setExperimenterGroupLeader, setExperimenterGroupName, setExperimenterID, setExperimenterInstitution, setExperimenterLastName, setExperimenterMiddleName, setExperimenterUserName, setExperimentExperimenterRef, setExperimentID, setExperimentType, setFilamentAnnotationRef, setFilamentID, setFilamentLotNumber, setFilamentManufacturer, setFilamentModel, setFilamentPower, setFilamentSerialNumber, setFilamentType, setFileAnnotationAnnotationRef, setFileAnnotationAnnotator, setFileAnnotationDescription, setFileAnnotationID, setFileAnnotationNamespace, setFilterAnnotationRef, setFilterFilterWheel, setFilterID, setFilterLotNumber, setFilterManufacturer, setFilterModel, setFilterSerialNumber, setFilterSetDichroicRef, setFilterSetEmissionFilterRef, setFilterSetExcitationFilterRef, setFilterSetID, setFilterSetLotNumber, setFilterSetManufacturer, setFilterSetModel, setFilterSetSerialNumber, setFilterType, setFolderAnnotationRef, setFolderDescription, setFolderFolderRef, setFolderID, setFolderImageRef, setFolderName, setFolderROIRef, setGenericExcitationSourceAnnotationRef, setGenericExcitationSourceID, setGenericExcitationSourceLotNumber, setGenericExcitationSourceManufacturer, setGenericExcitationSourceMap, setGenericExcitationSourceModel, setGenericExcitationSourcePower, setGenericExcitationSourceSerialNumber, setImageAcquisitionDate, setImageAnnotationRef, setImageDescription, setImageExperimenterGroupRef, setImageExperimenterRef, setImageExperimentRef, setImageID, setImageInstrumentRef, setImageMicrobeamManipulationRef, setImageName, setImageROIRef, setImagingEnvironmentAirPressure, setImagingEnvironmentCO2Percent, setImagingEnvironmentHumidity, setImagingEnvironmentMap, setImagingEnvironmentTemperature, setInstrumentAnnotationRef, setInstrumentID, setLabelAnnotationRef, setLabelFillColor, setLabelFillRule, setLabelFontFamily, setLabelFontSize, setLabelFontStyle, setLabelID, setLabelLocked, setLabelStrokeColor, setLabelStrokeDashArray, setLabelStrokeWidth, setLabelText, setLabelTheC, setLabelTheT, setLabelTheZ, setLabelTransform, setLabelX, setLabelY, setLaserAnnotationRef, setLaserFrequencyMultiplication, setLaserID, setLaserLaserMedium, setLaserLotNumber, setLaserManufacturer, setLaserModel, setLaserPockelCell, setLaserPower, setLaserPulse, setLaserPump, setLaserRepetitionRate, setLaserSerialNumber, setLaserTuneable, setLaserType, setLaserWavelength, setLightEmittingDiodeAnnotationRef, setLightEmittingDiodeID, setLightEmittingDiodeLotNumber, setLightEmittingDiodeManufacturer, setLightEmittingDiodeModel, setLightEmittingDiodePower, setLightEmittingDiodeSerialNumber, setLightPathAnnotationRef, setLightPathDichroicRef, setLightPathEmissionFilterRef, setLightPathExcitationFilterRef, setLineAnnotationRef, setLineFillColor, setLineFillRule, setLineFontFamily, setLineFontSize, setLineFontStyle, setLineID, setLineLocked, setLineMarkerEnd, setLineMarkerStart, setLineStrokeColor, setLineStrokeDashArray, setLineStrokeWidth, setLineText, setLineTheC, setLineTheT, setLineTheZ, setLineTransform, setLineX1, setLineX2, setLineY1, setLineY2, setListAnnotationAnnotationRef, setListAnnotationAnnotator, setListAnnotationDescription, setListAnnotationID, setListAnnotationNamespace, setLongAnnotationAnnotationRef, setLongAnnotationAnnotator, setLongAnnotationDescription, setLongAnnotationID, setLongAnnotationNamespace, setLongAnnotationValue, setMapAnnotationAnnotationRef, setMapAnnotationAnnotator, setMapAnnotationDescription, setMapAnnotationID, setMapAnnotationNamespace, setMapAnnotationValue, setMaskAnnotationRef, setMaskBinData, setMaskBinDataBigEndian, setMaskBinDataCompression, setMaskBinDataLength, setMaskFillColor, setMaskFillRule, setMaskFontFamily, setMaskFontSize, setMaskFontStyle, setMaskHeight, setMaskID, setMaskLocked, setMaskStrokeColor, setMaskStrokeDashArray, setMaskStrokeWidth, setMaskText, setMaskTheC, setMaskTheT, setMaskTheZ, setMaskTransform, setMaskWidth, setMaskX, setMaskY, setMicrobeamManipulationDescription, setMicrobeamManipulationExperimenterRef, setMicrobeamManipulationID, setMicrobeamManipulationLightSourceSettingsAttenuation, setMicrobeamManipulationLightSourceSettingsID, setMicrobeamManipulationLightSourceSettingsWavelength, setMicrobeamManipulationROIRef, setMicrobeamManipulationType, setMicroscopeLotNumber, setMicroscopeManufacturer, setMicroscopeModel, setMicroscopeSerialNumber, setMicroscopeType, setObjectiveAnnotationRef, setObjectiveCalibratedMagnification, setObjectiveCorrection, setObjectiveID, setObjectiveImmersion, setObjectiveIris, setObjectiveLensNA, setObjectiveLotNumber, setObjectiveManufacturer, setObjectiveModel, setObjectiveNominalMagnification, setObjectiveSerialNumber, setObjectiveSettingsCorrectionCollar, setObjectiveSettingsID, setObjectiveSettingsMedium, setObjectiveSettingsRefractiveIndex, setObjectiveWorkingDistance, setPixelsBigEndian, setPixelsBinData, setPixelsBinDataBigEndian, setPixelsBinDataCompression, setPixelsBinDataLength, setPixelsDimensionOrder, setPixelsID, setPixelsInterleaved, setPixelsPhysicalSizeX, setPixelsPhysicalSizeY, setPixelsPhysicalSizeZ, setPixelsSignificantBits, setPixelsSizeC, setPixelsSizeT, setPixelsSizeX, setPixelsSizeY, setPixelsSizeZ, setPixelsTimeIncrement, setPixelsType, setPlaneAnnotationRef, setPlaneDeltaT, setPlaneExposureTime, setPlaneHashSHA1, setPlanePositionX, setPlanePositionY, setPlanePositionZ, setPlaneTheC, setPlaneTheT, setPlaneTheZ, setPlateAcquisitionAnnotationRef, setPlateAcquisitionDescription, setPlateAcquisitionEndTime, setPlateAcquisitionID, setPlateAcquisitionMaximumFieldCount, setPlateAcquisitionName, setPlateAcquisitionStartTime, setPlateAcquisitionWellSampleRef, setPlateAnnotationRef, setPlateColumnNamingConvention, setPlateColumns, setPlateDescription, setPlateExternalIdentifier, setPlateFieldIndex, setPlateID, setPlateName, setPlateRowNamingConvention, setPlateRows, setPlateStatus, setPlateWellOriginX, setPlateWellOriginY, setPointAnnotationRef, setPointFillColor, setPointFillRule, setPointFontFamily, setPointFontSize, setPointFontStyle, setPointID, setPointLocked, setPointStrokeColor, setPointStrokeDashArray, setPointStrokeWidth, setPointText, setPointTheC, setPointTheT, setPointTheZ, setPointTransform, setPointX, setPointY, setPolygonAnnotationRef, setPolygonFillColor, setPolygonFillRule, setPolygonFontFamily, setPolygonFontSize, setPolygonFontStyle, setPolygonID, setPolygonLocked, setPolygonPoints, setPolygonStrokeColor, setPolygonStrokeDashArray, setPolygonStrokeWidth, setPolygonText, setPolygonTheC, setPolygonTheT, setPolygonTheZ, setPolygonTransform, setPolylineAnnotationRef, setPolylineFillColor, setPolylineFillRule, setPolylineFontFamily, setPolylineFontSize, setPolylineFontStyle, setPolylineID, setPolylineLocked, setPolylineMarkerEnd, setPolylineMarkerStart, setPolylinePoints, setPolylineStrokeColor, setPolylineStrokeDashArray, setPolylineStrokeWidth, setPolylineText, setPolylineTheC, setPolylineTheT, setPolylineTheZ, setPolylineTransform, setProjectAnnotationRef, setProjectDatasetRef, setProjectDescription, setProjectExperimenterGroupRef, setProjectExperimenterRef, setProjectID, setProjectName, setReagentAnnotationRef, setReagentDescription, setReagentID, setReagentName, setReagentReagentIdentifier, setRectangleAnnotationRef, setRectangleFillColor, setRectangleFillRule, setRectangleFontFamily, setRectangleFontSize, setRectangleFontStyle, setRectangleHeight, setRectangleID, setRectangleLocked, setRectangleStrokeColor, setRectangleStrokeDashArray, setRectangleStrokeWidth, setRectangleText, setRectangleTheC, setRectangleTheT, setRectangleTheZ, setRectangleTransform, setRectangleWidth, setRectangleX, setRectangleY, setRightsRightsHeld, setRightsRightsHolder, setROIAnnotationRef, setROIDescription, setROIID, setROIName, setRoot, setScreenAnnotationRef, setScreenDescription, setScreenID, setScreenName, setScreenPlateRef, setScreenProtocolDescription, setScreenProtocolIdentifier, setScreenReagentSetDescription, setScreenReagentSetIdentifier, setScreenType, setStageLabelName, setStageLabelX, setStageLabelY, setStageLabelZ, setTagAnnotationAnnotationRef, setTagAnnotationAnnotator, setTagAnnotationDescription, setTagAnnotationID, setTagAnnotationNamespace, setTagAnnotationValue, setTermAnnotationAnnotationRef, setTermAnnotationAnnotator, setTermAnnotationDescription, setTermAnnotationID, setTermAnnotationNamespace, setTermAnnotationValue, setTiffDataFirstC, setTiffDataFirstT, setTiffDataFirstZ, setTiffDataIFD, setTiffDataPlaneCount, setTimestampAnnotationAnnotationRef, setTimestampAnnotationAnnotator, setTimestampAnnotationDescription, setTimestampAnnotationID, setTimestampAnnotationNamespace, setTimestampAnnotationValue, setTransmittanceRangeCutIn, setTransmittanceRangeCutInTolerance, setTransmittanceRangeCutOut, setTransmittanceRangeCutOutTolerance, setTransmittanceRangeTransmittance, setUUID, setUUIDFileName, setUUIDValue, setWellAnnotationRef, setWellColor, setWellColumn, setWellExternalDescription, setWellExternalIdentifier, setWellID, setWellReagentRef, setWellRow, setWellSampleID, setWellSampleImageRef, setWellSampleIndex, setWellSamplePositionX, setWellSamplePositionY, setWellSampleTimepoint, setWellType, setXMLAnnotationAnnotationRef, setXMLAnnotationAnnotator, setXMLAnnotationDescription, setXMLAnnotationID, setXMLAnnotationNamespace, setXMLAnnotationValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ome.xml.meta.MetadataRetrieve

        getArcAnnotationRef, getArcID, getArcLotNumber, getArcManufacturer, getArcModel, getArcPower, getArcSerialNumber, getArcType, getBinaryFileBinData, getBinaryFileBinDataBigEndian, getBinaryFileBinDataCompression, getBinaryFileBinDataLength, getBinaryFileFileName, getBinaryFileMIMEType, getBinaryFileSize, getBinaryOnlyMetadataFile, getBinaryOnlyUUID, getBooleanAnnotationAnnotationCount, getBooleanAnnotationAnnotationRef, getBooleanAnnotationAnnotator, getChannelAnnotationRef, getChannelAnnotationRefCount, getChannelFilterSetRef, getChannelLightSourceSettingsAttenuation, getChannelLightSourceSettingsID, getChannelLightSourceSettingsWavelength, getCommentAnnotationAnnotationCount, getCommentAnnotationAnnotationRef, getCommentAnnotationAnnotator, getCreator, getDatasetAnnotationRef, getDatasetAnnotationRefCount, getDatasetCount, getDatasetDescription, getDatasetExperimenterGroupRef, getDatasetExperimenterRef, getDatasetID, getDatasetImageRef, getDatasetImageRefCount, getDatasetName, getDatasetRefCount, getDetectorAmplificationGain, getDetectorAnnotationRef, getDetectorAnnotationRefCount, getDetectorCount, getDetectorGain, getDetectorID, getDetectorLotNumber, getDetectorManufacturer, getDetectorModel, getDetectorOffset, getDetectorSerialNumber, getDetectorSettingsBinning, getDetectorSettingsGain, getDetectorSettingsID, getDetectorSettingsIntegration, getDetectorSettingsOffset, getDetectorSettingsReadOutRate, getDetectorSettingsVoltage, getDetectorSettingsZoom, getDetectorType, getDetectorVoltage, getDetectorZoom, getDichroicAnnotationRef, getDichroicAnnotationRefCount, getDichroicCount, getDichroicID, getDichroicLotNumber, getDichroicManufacturer, getDichroicModel, getDichroicSerialNumber, getDoubleAnnotationAnnotationCount, getDoubleAnnotationAnnotationRef, getDoubleAnnotationAnnotator, getExperimentCount, getExperimentDescription, getExperimenterAnnotationRef, getExperimenterAnnotationRefCount, getExperimenterCount, getExperimenterEmail, getExperimenterFirstName, getExperimenterGroupAnnotationRef, getExperimenterGroupAnnotationRefCount, getExperimenterGroupCount, getExperimenterGroupDescription, getExperimenterGroupExperimenterRef, getExperimenterGroupExperimenterRefCount, getExperimenterGroupID, getExperimenterGroupLeader, getExperimenterGroupName, getExperimenterID, getExperimenterInstitution, getExperimenterLastName, getExperimenterMiddleName, getExperimenterUserName, getExperimentExperimenterRef, getExperimentID, getExperimentType, getFilamentAnnotationRef, getFilamentID, getFilamentLotNumber, getFilamentManufacturer, getFilamentModel, getFilamentPower, getFilamentSerialNumber, getFilamentType, getFileAnnotationAnnotationCount, getFileAnnotationAnnotationRef, getFileAnnotationAnnotator, getFileAnnotationCount, getFileAnnotationDescription, getFileAnnotationID, getFileAnnotationNamespace, getFilterAnnotationRef, getFilterAnnotationRefCount, getFilterCount, getFilterFilterWheel, getFilterID, getFilterLotNumber, getFilterManufacturer, getFilterModel, getFilterSerialNumber, getFilterSetCount, getFilterSetDichroicRef, getFilterSetEmissionFilterRef, getFilterSetEmissionFilterRefCount, getFilterSetExcitationFilterRef, getFilterSetExcitationFilterRefCount, getFilterSetID, getFilterSetLotNumber, getFilterSetManufacturer, getFilterSetModel, getFilterSetSerialNumber, getFilterType, getFolderAnnotationRef, getFolderAnnotationRefCount, getFolderCount, getFolderDescription, getFolderFolderRef, getFolderID, getFolderImageRef, getFolderImageRefCount, getFolderName, getFolderRefCount, getFolderROIRef, getFolderROIRefCount, getGenericExcitationSourceAnnotationRef, getGenericExcitationSourceID, getGenericExcitationSourceLotNumber, getGenericExcitationSourceManufacturer, getGenericExcitationSourceMap, getGenericExcitationSourceModel, getGenericExcitationSourcePower, getGenericExcitationSourceSerialNumber, getImageExperimenterGroupRef, getImageExperimenterRef, getImageExperimentRef, getImageInstrumentRef, getImageMicrobeamManipulationRef, getImagingEnvironmentAirPressure, getImagingEnvironmentCO2Percent, getImagingEnvironmentHumidity, getImagingEnvironmentMap, getImagingEnvironmentTemperature, getInstrumentAnnotationRef, getInstrumentAnnotationRefCount, getInstrumentCount, getInstrumentID, getLaserAnnotationRef, getLaserFrequencyMultiplication, getLaserID, getLaserLaserMedium, getLaserLotNumber, getLaserManufacturer, getLaserModel, getLaserPockelCell, getLaserPower, getLaserPulse, getLaserPump, getLaserRepetitionRate, getLaserSerialNumber, getLaserTuneable, getLaserType, getLaserWavelength, getLeaderCount, getLightEmittingDiodeAnnotationRef, getLightEmittingDiodeID, getLightEmittingDiodeLotNumber, getLightEmittingDiodeManufacturer, getLightEmittingDiodeModel, getLightEmittingDiodePower, getLightEmittingDiodeSerialNumber, getLightPathAnnotationRef, getLightPathAnnotationRefCount, getLightPathDichroicRef, getLightPathEmissionFilterRef, getLightPathEmissionFilterRefCount, getLightPathExcitationFilterRef, getLightPathExcitationFilterRefCount, getLightSourceAnnotationRefCount, getLightSourceCount, getLightSourceType, getListAnnotationAnnotationCount, getListAnnotationAnnotationRef, getListAnnotationAnnotator, getListAnnotationCount, getListAnnotationDescription, getListAnnotationID, getListAnnotationNamespace, getLongAnnotationAnnotationCount, getLongAnnotationAnnotationRef, getLongAnnotationAnnotator, getMapAnnotationAnnotationCount, getMapAnnotationAnnotationRef, getMapAnnotationAnnotator, getMaskBinData, getMaskBinDataBigEndian, getMaskBinDataCompression, getMaskBinDataLength, getMaskHeight, getMaskText, getMaskWidth, getMaskX, getMaskY, getMicrobeamManipulationCount, getMicrobeamManipulationDescription, getMicrobeamManipulationExperimenterRef, getMicrobeamManipulationID, getMicrobeamManipulationLightSourceSettingsAttenuation, getMicrobeamManipulationLightSourceSettingsCount, getMicrobeamManipulationLightSourceSettingsID, getMicrobeamManipulationLightSourceSettingsWavelength, getMicrobeamManipulationRefCount, getMicrobeamManipulationROIRef, getMicrobeamManipulationROIRefCount, getMicrobeamManipulationType, getMicroscopeLotNumber, getMicroscopeManufacturer, getMicroscopeModel, getMicroscopeSerialNumber, getMicroscopeType, getObjectiveAnnotationRef, getObjectiveAnnotationRefCount, getObjectiveCalibratedMagnification, getObjectiveCorrection, getObjectiveCount, getObjectiveID, getObjectiveImmersion, getObjectiveIris, getObjectiveLensNA, getObjectiveLotNumber, getObjectiveManufacturer, getObjectiveModel, getObjectiveNominalMagnification, getObjectiveSerialNumber, getObjectiveSettingsCorrectionCollar, getObjectiveSettingsID, getObjectiveSettingsMedium, getObjectiveSettingsRefractiveIndex, getObjectiveWorkingDistance, getPixelsBigEndian, getPixelsBinData, getPixelsBinDataCompression, getPixelsBinDataCount, getPixelsBinDataLength, getPixelsInterleaved, getPixelsSignificantBits, getPlaneAnnotationRef, getPlaneAnnotationRefCount, getPlaneHashSHA1, getPlateAcquisitionAnnotationRef, getPlateAcquisitionAnnotationRefCount, getPlateAcquisitionCount, getPlateAcquisitionDescription, getPlateAcquisitionEndTime, getPlateAcquisitionID, getPlateAcquisitionMaximumFieldCount, getPlateAcquisitionName, getPlateAcquisitionStartTime, getPlateAcquisitionWellSampleRef, getPlateAnnotationRef, getPlateAnnotationRefCount, getPlateColumnNamingConvention, getPlateColumns, getPlateCount, getPlateDescription, getPlateExternalIdentifier, getPlateFieldIndex, getPlateID, getPlateName, getPlateRefCount, getPlateRowNamingConvention, getPlateRows, getPlateStatus, getPlateWellOriginX, getPlateWellOriginY, getProjectAnnotationRef, getProjectAnnotationRefCount, getProjectCount, getProjectDatasetRef, getProjectDescription, getProjectExperimenterGroupRef, getProjectExperimenterRef, getProjectID, getProjectName, getReagentAnnotationRef, getReagentAnnotationRefCount, getReagentCount, getReagentDescription, getReagentID, getReagentName, getReagentReagentIdentifier, getRightsRightsHeld, getRightsRightsHolder, getScreenAnnotationRef, getScreenAnnotationRefCount, getScreenCount, getScreenDescription, getScreenID, getScreenName, getScreenPlateRef, getScreenProtocolDescription, getScreenProtocolIdentifier, getScreenReagentSetDescription, getScreenReagentSetIdentifier, getScreenType, getStageLabelName, getStageLabelX, getStageLabelY, getStageLabelZ, getTagAnnotationAnnotationCount, getTagAnnotationAnnotationRef, getTagAnnotationAnnotator, getTermAnnotationAnnotationCount, getTermAnnotationAnnotationRef, getTermAnnotationAnnotator, getTiffDataCount, getTiffDataFirstC, getTiffDataFirstT, getTiffDataFirstZ, getTiffDataIFD, getTiffDataPlaneCount, getTimestampAnnotationAnnotationCount, getTimestampAnnotationAnnotationRef, getTimestampAnnotationAnnotator, getTransmittanceRangeCutIn, getTransmittanceRangeCutInTolerance, getTransmittanceRangeCutOut, getTransmittanceRangeCutOutTolerance, getTransmittanceRangeTransmittance, getUUID, getUUIDFileName, getUUIDValue, getWellAnnotationRef, getWellAnnotationRefCount, getWellColor, getWellColumn, getWellCount, getWellExternalDescription, getWellExternalIdentifier, getWellID, getWellReagentRef, getWellRow, getWellSampleCount, getWellSampleID, getWellSampleImageRef, getWellSampleIndex, getWellSamplePositionX, getWellSamplePositionY, getWellSampleRefCount, getWellSampleTimepoint, getWellType, getXMLAnnotationAnnotationCount, getXMLAnnotationAnnotationRef, getXMLAnnotationAnnotator
      • Methods inherited from interface ome.xml.meta.MetadataStore

        createRoot, setArcAnnotationRef, setArcID, setArcLotNumber, setArcManufacturer, setArcModel, setArcPower, setArcSerialNumber, setArcType, setBinaryFileBinData, setBinaryFileBinDataBigEndian, setBinaryFileBinDataCompression, setBinaryFileBinDataLength, setBinaryFileFileName, setBinaryFileMIMEType, setBinaryFileSize, setBinaryOnlyMetadataFile, setBinaryOnlyUUID, setBooleanAnnotationAnnotationRef, setBooleanAnnotationAnnotator, setBooleanAnnotationDescription, setBooleanAnnotationID, setBooleanAnnotationNamespace, setBooleanAnnotationValue, setChannelAcquisitionMode, setChannelAnnotationRef, setChannelColor, setChannelContrastMethod, setChannelEmissionWavelength, setChannelExcitationWavelength, setChannelFilterSetRef, setChannelFluor, setChannelID, setChannelIlluminationType, setChannelLightSourceSettingsAttenuation, setChannelLightSourceSettingsID, setChannelLightSourceSettingsWavelength, setChannelName, setChannelNDFilter, setChannelPinholeSize, setChannelPockelCellSetting, setChannelSamplesPerPixel, setCommentAnnotationAnnotationRef, setCommentAnnotationAnnotator, setCommentAnnotationDescription, setCommentAnnotationID, setCommentAnnotationNamespace, setCommentAnnotationValue, setCreator, setDatasetAnnotationRef, setDatasetDescription, setDatasetExperimenterGroupRef, setDatasetExperimenterRef, setDatasetID, setDatasetImageRef, setDatasetName, setDetectorAmplificationGain, setDetectorAnnotationRef, setDetectorGain, setDetectorID, setDetectorLotNumber, setDetectorManufacturer, setDetectorModel, setDetectorOffset, setDetectorSerialNumber, setDetectorSettingsBinning, setDetectorSettingsGain, setDetectorSettingsID, setDetectorSettingsIntegration, setDetectorSettingsOffset, setDetectorSettingsReadOutRate, setDetectorSettingsVoltage, setDetectorSettingsZoom, setDetectorType, setDetectorVoltage, setDetectorZoom, setDichroicAnnotationRef, setDichroicID, setDichroicLotNumber, setDichroicManufacturer, setDichroicModel, setDichroicSerialNumber, setDoubleAnnotationAnnotationRef, setDoubleAnnotationAnnotator, setDoubleAnnotationDescription, setDoubleAnnotationID, setDoubleAnnotationNamespace, setDoubleAnnotationValue, setEllipseAnnotationRef, setEllipseFillColor, setEllipseFillRule, setEllipseFontFamily, setEllipseFontSize, setEllipseFontStyle, setEllipseID, setEllipseLocked, setEllipseRadiusX, setEllipseRadiusY, setEllipseStrokeColor, setEllipseStrokeDashArray, setEllipseStrokeWidth, setEllipseText, setEllipseTheC, setEllipseTheT, setEllipseTheZ, setEllipseTransform, setEllipseX, setEllipseY, setExperimentDescription, setExperimenterAnnotationRef, setExperimenterEmail, setExperimenterFirstName, setExperimenterGroupAnnotationRef, setExperimenterGroupDescription, setExperimenterGroupExperimenterRef, setExperimenterGroupID, setExperimenterGroupLeader, setExperimenterGroupName, setExperimenterID, setExperimenterInstitution, setExperimenterLastName, setExperimenterMiddleName, setExperimenterUserName, setExperimentExperimenterRef, setExperimentID, setExperimentType, setFilamentAnnotationRef, setFilamentID, setFilamentLotNumber, setFilamentManufacturer, setFilamentModel, setFilamentPower, setFilamentSerialNumber, setFilamentType, setFileAnnotationAnnotationRef, setFileAnnotationAnnotator, setFileAnnotationDescription, setFileAnnotationID, setFileAnnotationNamespace, setFilterAnnotationRef, setFilterFilterWheel, setFilterID, setFilterLotNumber, setFilterManufacturer, setFilterModel, setFilterSerialNumber, setFilterSetDichroicRef, setFilterSetEmissionFilterRef, setFilterSetExcitationFilterRef, setFilterSetID, setFilterSetLotNumber, setFilterSetManufacturer, setFilterSetModel, setFilterSetSerialNumber, setFilterType, setFolderAnnotationRef, setFolderDescription, setFolderFolderRef, setFolderID, setFolderImageRef, setFolderName, setFolderROIRef, setGenericExcitationSourceAnnotationRef, setGenericExcitationSourceID, setGenericExcitationSourceLotNumber, setGenericExcitationSourceManufacturer, setGenericExcitationSourceMap, setGenericExcitationSourceModel, setGenericExcitationSourcePower, setGenericExcitationSourceSerialNumber, setImageAcquisitionDate, setImageAnnotationRef, setImageDescription, setImageExperimenterGroupRef, setImageExperimenterRef, setImageExperimentRef, setImageID, setImageInstrumentRef, setImageMicrobeamManipulationRef, setImageName, setImageROIRef, setImagingEnvironmentAirPressure, setImagingEnvironmentCO2Percent, setImagingEnvironmentHumidity, setImagingEnvironmentMap, setImagingEnvironmentTemperature, setInstrumentAnnotationRef, setInstrumentID, setLabelAnnotationRef, setLabelFillColor, setLabelFillRule, setLabelFontFamily, setLabelFontSize, setLabelFontStyle, setLabelID, setLabelLocked, setLabelStrokeColor, setLabelStrokeDashArray, setLabelStrokeWidth, setLabelText, setLabelTheC, setLabelTheT, setLabelTheZ, setLabelTransform, setLabelX, setLabelY, setLaserAnnotationRef, setLaserFrequencyMultiplication, setLaserID, setLaserLaserMedium, setLaserLotNumber, setLaserManufacturer, setLaserModel, setLaserPockelCell, setLaserPower, setLaserPulse, setLaserPump, setLaserRepetitionRate, setLaserSerialNumber, setLaserTuneable, setLaserType, setLaserWavelength, setLightEmittingDiodeAnnotationRef, setLightEmittingDiodeID, setLightEmittingDiodeLotNumber, setLightEmittingDiodeManufacturer, setLightEmittingDiodeModel, setLightEmittingDiodePower, setLightEmittingDiodeSerialNumber, setLightPathAnnotationRef, setLightPathDichroicRef, setLightPathEmissionFilterRef, setLightPathExcitationFilterRef, setLineAnnotationRef, setLineFillColor, setLineFillRule, setLineFontFamily, setLineFontSize, setLineFontStyle, setLineID, setLineLocked, setLineMarkerEnd, setLineMarkerStart, setLineStrokeColor, setLineStrokeDashArray, setLineStrokeWidth, setLineText, setLineTheC, setLineTheT, setLineTheZ, setLineTransform, setLineX1, setLineX2, setLineY1, setLineY2, setListAnnotationAnnotationRef, setListAnnotationAnnotator, setListAnnotationDescription, setListAnnotationID, setListAnnotationNamespace, setLongAnnotationAnnotationRef, setLongAnnotationAnnotator, setLongAnnotationDescription, setLongAnnotationID, setLongAnnotationNamespace, setLongAnnotationValue, setMapAnnotationAnnotationRef, setMapAnnotationAnnotator, setMapAnnotationDescription, setMapAnnotationID, setMapAnnotationNamespace, setMapAnnotationValue, setMaskAnnotationRef, setMaskBinData, setMaskBinDataBigEndian, setMaskBinDataCompression, setMaskBinDataLength, setMaskFillColor, setMaskFillRule, setMaskFontFamily, setMaskFontSize, setMaskFontStyle, setMaskHeight, setMaskID, setMaskLocked, setMaskStrokeColor, setMaskStrokeDashArray, setMaskStrokeWidth, setMaskText, setMaskTheC, setMaskTheT, setMaskTheZ, setMaskTransform, setMaskWidth, setMaskX, setMaskY, setMicrobeamManipulationDescription, setMicrobeamManipulationExperimenterRef, setMicrobeamManipulationID, setMicrobeamManipulationLightSourceSettingsAttenuation, setMicrobeamManipulationLightSourceSettingsID, setMicrobeamManipulationLightSourceSettingsWavelength, setMicrobeamManipulationROIRef, setMicrobeamManipulationType, setMicroscopeLotNumber, setMicroscopeManufacturer, setMicroscopeModel, setMicroscopeSerialNumber, setMicroscopeType, setObjectiveAnnotationRef, setObjectiveCalibratedMagnification, setObjectiveCorrection, setObjectiveID, setObjectiveImmersion, setObjectiveIris, setObjectiveLensNA, setObjectiveLotNumber, setObjectiveManufacturer, setObjectiveModel, setObjectiveNominalMagnification, setObjectiveSerialNumber, setObjectiveSettingsCorrectionCollar, setObjectiveSettingsID, setObjectiveSettingsMedium, setObjectiveSettingsRefractiveIndex, setObjectiveWorkingDistance, setPixelsBigEndian, setPixelsBinData, setPixelsBinDataBigEndian, setPixelsBinDataCompression, setPixelsBinDataLength, setPixelsDimensionOrder, setPixelsID, setPixelsInterleaved, setPixelsPhysicalSizeX, setPixelsPhysicalSizeY, setPixelsPhysicalSizeZ, setPixelsSignificantBits, setPixelsSizeC, setPixelsSizeT, setPixelsSizeX, setPixelsSizeY, setPixelsSizeZ, setPixelsTimeIncrement, setPixelsType, setPlaneAnnotationRef, setPlaneDeltaT, setPlaneExposureTime, setPlaneHashSHA1, setPlanePositionX, setPlanePositionY, setPlanePositionZ, setPlaneTheC, setPlaneTheT, setPlaneTheZ, setPlateAcquisitionAnnotationRef, setPlateAcquisitionDescription, setPlateAcquisitionEndTime, setPlateAcquisitionID, setPlateAcquisitionMaximumFieldCount, setPlateAcquisitionName, setPlateAcquisitionStartTime, setPlateAcquisitionWellSampleRef, setPlateAnnotationRef, setPlateColumnNamingConvention, setPlateColumns, setPlateDescription, setPlateExternalIdentifier, setPlateFieldIndex, setPlateID, setPlateName, setPlateRowNamingConvention, setPlateRows, setPlateStatus, setPlateWellOriginX, setPlateWellOriginY, setPointAnnotationRef, setPointFillColor, setPointFillRule, setPointFontFamily, setPointFontSize, setPointFontStyle, setPointID, setPointLocked, setPointStrokeColor, setPointStrokeDashArray, setPointStrokeWidth, setPointText, setPointTheC, setPointTheT, setPointTheZ, setPointTransform, setPointX, setPointY, setPolygonAnnotationRef, setPolygonFillColor, setPolygonFillRule, setPolygonFontFamily, setPolygonFontSize, setPolygonFontStyle, setPolygonID, setPolygonLocked, setPolygonPoints, setPolygonStrokeColor, setPolygonStrokeDashArray, setPolygonStrokeWidth, setPolygonText, setPolygonTheC, setPolygonTheT, setPolygonTheZ, setPolygonTransform, setPolylineAnnotationRef, setPolylineFillColor, setPolylineFillRule, setPolylineFontFamily, setPolylineFontSize, setPolylineFontStyle, setPolylineID, setPolylineLocked, setPolylineMarkerEnd, setPolylineMarkerStart, setPolylinePoints, setPolylineStrokeColor, setPolylineStrokeDashArray, setPolylineStrokeWidth, setPolylineText, setPolylineTheC, setPolylineTheT, setPolylineTheZ, setPolylineTransform, setProjectAnnotationRef, setProjectDatasetRef, setProjectDescription, setProjectExperimenterGroupRef, setProjectExperimenterRef, setProjectID, setProjectName, setReagentAnnotationRef, setReagentDescription, setReagentID, setReagentName, setReagentReagentIdentifier, setRectangleAnnotationRef, setRectangleFillColor, setRectangleFillRule, setRectangleFontFamily, setRectangleFontSize, setRectangleFontStyle, setRectangleHeight, setRectangleID, setRectangleLocked, setRectangleStrokeColor, setRectangleStrokeDashArray, setRectangleStrokeWidth, setRectangleText, setRectangleTheC, setRectangleTheT, setRectangleTheZ, setRectangleTransform, setRectangleWidth, setRectangleX, setRectangleY, setRightsRightsHeld, setRightsRightsHolder, setROIAnnotationRef, setROIDescription, setROIID, setROIName, setRoot, setScreenAnnotationRef, setScreenDescription, setScreenID, setScreenName, setScreenPlateRef, setScreenProtocolDescription, setScreenProtocolIdentifier, setScreenReagentSetDescription, setScreenReagentSetIdentifier, setScreenType, setStageLabelName, setStageLabelX, setStageLabelY, setStageLabelZ, setTagAnnotationAnnotationRef, setTagAnnotationAnnotator, setTagAnnotationDescription, setTagAnnotationID, setTagAnnotationNamespace, setTagAnnotationValue, setTermAnnotationAnnotationRef, setTermAnnotationAnnotator, setTermAnnotationDescription, setTermAnnotationID, setTermAnnotationNamespace, setTermAnnotationValue, setTiffDataFirstC, setTiffDataFirstT, setTiffDataFirstZ, setTiffDataIFD, setTiffDataPlaneCount, setTimestampAnnotationAnnotationRef, setTimestampAnnotationAnnotator, setTimestampAnnotationDescription, setTimestampAnnotationID, setTimestampAnnotationNamespace, setTimestampAnnotationValue, setTransmittanceRangeCutIn, setTransmittanceRangeCutInTolerance, setTransmittanceRangeCutOut, setTransmittanceRangeCutOutTolerance, setTransmittanceRangeTransmittance, setUUID, setUUIDFileName, setUUIDValue, setWellAnnotationRef, setWellColor, setWellColumn, setWellExternalDescription, setWellExternalIdentifier, setWellID, setWellReagentRef, setWellRow, setWellSampleID, setWellSampleImageRef, setWellSampleIndex, setWellSamplePositionX, setWellSamplePositionY, setWellSampleTimepoint, setWellType, setXMLAnnotationAnnotationRef, setXMLAnnotationAnnotator, setXMLAnnotationDescription, setXMLAnnotationID, setXMLAnnotationNamespace, setXMLAnnotationValue
    • Constructor Detail

      • OmeroMetadata

        public OmeroMetadata​(ome.services.db.DatabaseIdentity db)
    • Method Detail

      • getRoot

        public ome.xml.meta.MetadataRoot getRoot()
        Specified by:
        getRoot in interface ome.xml.meta.MetadataStore
        Overrides:
        getRoot in class ome.xml.meta.DummyMetadata
      • addImage

        public void addImage​(Image image)
      • getImage

        public Image getImage​(int i)
      • sizeImages

        public int sizeImages()
      • handleLsid

        public java.lang.String handleLsid​(IObject obj)
      • initialize

        public void initialize​(org.hibernate.Session session)
      • getImageAcquisitionDate

        public ome.xml.model.primitives.Timestamp getImageAcquisitionDate​(int imageIndex)
        Specified by:
        getImageAcquisitionDate in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageAcquisitionDate in class ome.xml.meta.DummyMetadata
      • getImageAnnotationRef

        public java.lang.String getImageAnnotationRef​(int imageIndex,
                                                      int annotationRefIndex)
        Specified by:
        getImageAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageAnnotationRef in class ome.xml.meta.DummyMetadata
      • getImageAnnotationRefCount

        public int getImageAnnotationRefCount​(int imageIndex)
        Specified by:
        getImageAnnotationRefCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageAnnotationRefCount in class ome.xml.meta.DummyMetadata
      • getImageCount

        public int getImageCount()
        Specified by:
        getImageCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageCount in class ome.xml.meta.DummyMetadata
      • getImageDescription

        public java.lang.String getImageDescription​(int imageIndex)
        Specified by:
        getImageDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageDescription in class ome.xml.meta.DummyMetadata
      • getImageID

        public java.lang.String getImageID​(int imageIndex)
        Specified by:
        getImageID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageID in class ome.xml.meta.DummyMetadata
      • getImageName

        public java.lang.String getImageName​(int imageIndex)
        Specified by:
        getImageName in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageName in class ome.xml.meta.DummyMetadata
      • getImageROIRef

        public java.lang.String getImageROIRef​(int imageIndex,
                                               int ROIRefIndex)
        Specified by:
        getImageROIRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageROIRef in class ome.xml.meta.DummyMetadata
      • getImageROIRefCount

        public int getImageROIRefCount​(int imageIndex)
        Specified by:
        getImageROIRefCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getImageROIRefCount in class ome.xml.meta.DummyMetadata
      • getPixelsBinDataBigEndian

        public java.lang.Boolean getPixelsBinDataBigEndian​(int imageIndex,
                                                           int binDataIndex)
        Specified by:
        getPixelsBinDataBigEndian in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsBinDataBigEndian in class ome.xml.meta.DummyMetadata
      • getPixelsDimensionOrder

        public ome.xml.model.enums.DimensionOrder getPixelsDimensionOrder​(int imageIndex)
        Specified by:
        getPixelsDimensionOrder in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsDimensionOrder in class ome.xml.meta.DummyMetadata
      • getPixelsID

        public java.lang.String getPixelsID​(int imageIndex)
        Specified by:
        getPixelsID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsID in class ome.xml.meta.DummyMetadata
      • getPixelsPhysicalSizeX

        public ome.units.quantity.Length getPixelsPhysicalSizeX​(int imageIndex)
        Specified by:
        getPixelsPhysicalSizeX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsPhysicalSizeX in class ome.xml.meta.DummyMetadata
      • getPixelsPhysicalSizeY

        public ome.units.quantity.Length getPixelsPhysicalSizeY​(int imageIndex)
        Specified by:
        getPixelsPhysicalSizeY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsPhysicalSizeY in class ome.xml.meta.DummyMetadata
      • getPixelsPhysicalSizeZ

        public ome.units.quantity.Length getPixelsPhysicalSizeZ​(int imageIndex)
        Specified by:
        getPixelsPhysicalSizeZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsPhysicalSizeZ in class ome.xml.meta.DummyMetadata
      • getPixelsSizeC

        public ome.xml.model.primitives.PositiveInteger getPixelsSizeC​(int imageIndex)
        Specified by:
        getPixelsSizeC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsSizeC in class ome.xml.meta.DummyMetadata
      • getPixelsSizeT

        public ome.xml.model.primitives.PositiveInteger getPixelsSizeT​(int imageIndex)
        Specified by:
        getPixelsSizeT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsSizeT in class ome.xml.meta.DummyMetadata
      • getPixelsSizeX

        public ome.xml.model.primitives.PositiveInteger getPixelsSizeX​(int imageIndex)
        Specified by:
        getPixelsSizeX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsSizeX in class ome.xml.meta.DummyMetadata
      • getPixelsSizeY

        public ome.xml.model.primitives.PositiveInteger getPixelsSizeY​(int imageIndex)
        Specified by:
        getPixelsSizeY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsSizeY in class ome.xml.meta.DummyMetadata
      • getPixelsSizeZ

        public ome.xml.model.primitives.PositiveInteger getPixelsSizeZ​(int imageIndex)
        Specified by:
        getPixelsSizeZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsSizeZ in class ome.xml.meta.DummyMetadata
      • getPixelsTimeIncrement

        public ome.units.quantity.Time getPixelsTimeIncrement​(int imageIndex)
        Specified by:
        getPixelsTimeIncrement in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsTimeIncrement in class ome.xml.meta.DummyMetadata
      • getPixelsType

        public ome.xml.model.enums.PixelType getPixelsType​(int imageIndex)
        Specified by:
        getPixelsType in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPixelsType in class ome.xml.meta.DummyMetadata
      • getChannelAcquisitionMode

        public ome.xml.model.enums.AcquisitionMode getChannelAcquisitionMode​(int imageIndex,
                                                                             int channelIndex)
        Specified by:
        getChannelAcquisitionMode in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelAcquisitionMode in class ome.xml.meta.DummyMetadata
      • getChannelColor

        public ome.xml.model.primitives.Color getChannelColor​(int imageIndex,
                                                              int channelIndex)
        Specified by:
        getChannelColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelColor in class ome.xml.meta.DummyMetadata
      • getChannelContrastMethod

        public ome.xml.model.enums.ContrastMethod getChannelContrastMethod​(int imageIndex,
                                                                           int channelIndex)
        Specified by:
        getChannelContrastMethod in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelContrastMethod in class ome.xml.meta.DummyMetadata
      • getChannelCount

        public int getChannelCount​(int imageIndex)
        Specified by:
        getChannelCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelCount in class ome.xml.meta.DummyMetadata
      • getChannelEmissionWavelength

        public ome.units.quantity.Length getChannelEmissionWavelength​(int imageIndex,
                                                                      int channelIndex)
        Specified by:
        getChannelEmissionWavelength in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelEmissionWavelength in class ome.xml.meta.DummyMetadata
      • getChannelExcitationWavelength

        public ome.units.quantity.Length getChannelExcitationWavelength​(int imageIndex,
                                                                        int channelIndex)
        Specified by:
        getChannelExcitationWavelength in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelExcitationWavelength in class ome.xml.meta.DummyMetadata
      • getChannelFluor

        public java.lang.String getChannelFluor​(int imageIndex,
                                                int channelIndex)
        Specified by:
        getChannelFluor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelFluor in class ome.xml.meta.DummyMetadata
      • getChannelID

        public java.lang.String getChannelID​(int imageIndex,
                                             int channelIndex)
        Specified by:
        getChannelID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelID in class ome.xml.meta.DummyMetadata
      • getChannelIlluminationType

        public ome.xml.model.enums.IlluminationType getChannelIlluminationType​(int imageIndex,
                                                                               int channelIndex)
        Specified by:
        getChannelIlluminationType in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelIlluminationType in class ome.xml.meta.DummyMetadata
      • getChannelName

        public java.lang.String getChannelName​(int imageIndex,
                                               int channelIndex)
        Specified by:
        getChannelName in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelName in class ome.xml.meta.DummyMetadata
      • getChannelNDFilter

        public java.lang.Double getChannelNDFilter​(int imageIndex,
                                                   int channelIndex)
        Specified by:
        getChannelNDFilter in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelNDFilter in class ome.xml.meta.DummyMetadata
      • getChannelPinholeSize

        public ome.units.quantity.Length getChannelPinholeSize​(int imageIndex,
                                                               int channelIndex)
        Specified by:
        getChannelPinholeSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelPinholeSize in class ome.xml.meta.DummyMetadata
      • getChannelPockelCellSetting

        public java.lang.Integer getChannelPockelCellSetting​(int imageIndex,
                                                             int channelIndex)
        Specified by:
        getChannelPockelCellSetting in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelPockelCellSetting in class ome.xml.meta.DummyMetadata
      • getChannelSamplesPerPixel

        public ome.xml.model.primitives.PositiveInteger getChannelSamplesPerPixel​(int imageIndex,
                                                                                  int channelIndex)
        Specified by:
        getChannelSamplesPerPixel in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getChannelSamplesPerPixel in class ome.xml.meta.DummyMetadata
      • getPlaneCount

        public int getPlaneCount​(int imageIndex)
        Specified by:
        getPlaneCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlaneCount in class ome.xml.meta.DummyMetadata
      • getPlaneDeltaT

        public ome.units.quantity.Time getPlaneDeltaT​(int imageIndex,
                                                      int planeIndex)
        Specified by:
        getPlaneDeltaT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlaneDeltaT in class ome.xml.meta.DummyMetadata
      • getPlaneExposureTime

        public ome.units.quantity.Time getPlaneExposureTime​(int imageIndex,
                                                            int planeIndex)
        Specified by:
        getPlaneExposureTime in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlaneExposureTime in class ome.xml.meta.DummyMetadata
      • getPlanePositionX

        public ome.units.quantity.Length getPlanePositionX​(int imageIndex,
                                                           int planeIndex)
        Specified by:
        getPlanePositionX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlanePositionX in class ome.xml.meta.DummyMetadata
      • getPlanePositionY

        public ome.units.quantity.Length getPlanePositionY​(int imageIndex,
                                                           int planeIndex)
        Specified by:
        getPlanePositionY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlanePositionY in class ome.xml.meta.DummyMetadata
      • getPlanePositionZ

        public ome.units.quantity.Length getPlanePositionZ​(int imageIndex,
                                                           int planeIndex)
        Specified by:
        getPlanePositionZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlanePositionZ in class ome.xml.meta.DummyMetadata
      • getPlaneTheC

        public ome.xml.model.primitives.NonNegativeInteger getPlaneTheC​(int imageIndex,
                                                                        int planeIndex)
        Specified by:
        getPlaneTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlaneTheC in class ome.xml.meta.DummyMetadata
      • getPlaneTheT

        public ome.xml.model.primitives.NonNegativeInteger getPlaneTheT​(int imageIndex,
                                                                        int planeIndex)
        Specified by:
        getPlaneTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlaneTheT in class ome.xml.meta.DummyMetadata
      • getPlaneTheZ

        public ome.xml.model.primitives.NonNegativeInteger getPlaneTheZ​(int imageIndex,
                                                                        int planeIndex)
        Specified by:
        getPlaneTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPlaneTheZ in class ome.xml.meta.DummyMetadata
      • getXMLAnnotationCount

        public int getXMLAnnotationCount()
        Specified by:
        getXMLAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getXMLAnnotationCount in class ome.xml.meta.DummyMetadata
      • getXMLAnnotationDescription

        public java.lang.String getXMLAnnotationDescription​(int XMLAnnotationIndex)
        Specified by:
        getXMLAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getXMLAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getXMLAnnotationID

        public java.lang.String getXMLAnnotationID​(int XMLAnnotationIndex)
        Specified by:
        getXMLAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getXMLAnnotationID in class ome.xml.meta.DummyMetadata
      • getXMLAnnotationNamespace

        public java.lang.String getXMLAnnotationNamespace​(int XMLAnnotationIndex)
        Specified by:
        getXMLAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getXMLAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getXMLAnnotationValue

        public java.lang.String getXMLAnnotationValue​(int XMLAnnotationIndex)
        Specified by:
        getXMLAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getXMLAnnotationValue in class ome.xml.meta.DummyMetadata
      • getLongAnnotationCount

        public int getLongAnnotationCount()
        Specified by:
        getLongAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLongAnnotationCount in class ome.xml.meta.DummyMetadata
      • getLongAnnotationDescription

        public java.lang.String getLongAnnotationDescription​(int longAnnotationIndex)
        Specified by:
        getLongAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLongAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getLongAnnotationID

        public java.lang.String getLongAnnotationID​(int longAnnotationIndex)
        Specified by:
        getLongAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLongAnnotationID in class ome.xml.meta.DummyMetadata
      • getLongAnnotationNamespace

        public java.lang.String getLongAnnotationNamespace​(int longAnnotationIndex)
        Specified by:
        getLongAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLongAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getLongAnnotationValue

        public java.lang.Long getLongAnnotationValue​(int longAnnotationIndex)
        Specified by:
        getLongAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLongAnnotationValue in class ome.xml.meta.DummyMetadata
      • getBooleanAnnotationCount

        public int getBooleanAnnotationCount()
        Specified by:
        getBooleanAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getBooleanAnnotationCount in class ome.xml.meta.DummyMetadata
      • getBooleanAnnotationDescription

        public java.lang.String getBooleanAnnotationDescription​(int booleanAnnotationIndex)
        Specified by:
        getBooleanAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getBooleanAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getBooleanAnnotationID

        public java.lang.String getBooleanAnnotationID​(int booleanAnnotationIndex)
        Specified by:
        getBooleanAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getBooleanAnnotationID in class ome.xml.meta.DummyMetadata
      • getBooleanAnnotationNamespace

        public java.lang.String getBooleanAnnotationNamespace​(int booleanAnnotationIndex)
        Specified by:
        getBooleanAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getBooleanAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getBooleanAnnotationValue

        public java.lang.Boolean getBooleanAnnotationValue​(int booleanAnnotationIndex)
        Specified by:
        getBooleanAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getBooleanAnnotationValue in class ome.xml.meta.DummyMetadata
      • getDoubleAnnotationCount

        public int getDoubleAnnotationCount()
        Specified by:
        getDoubleAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getDoubleAnnotationCount in class ome.xml.meta.DummyMetadata
      • getDoubleAnnotationDescription

        public java.lang.String getDoubleAnnotationDescription​(int doubleAnnotationIndex)
        Specified by:
        getDoubleAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getDoubleAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getDoubleAnnotationID

        public java.lang.String getDoubleAnnotationID​(int doubleAnnotationIndex)
        Specified by:
        getDoubleAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getDoubleAnnotationID in class ome.xml.meta.DummyMetadata
      • getDoubleAnnotationNamespace

        public java.lang.String getDoubleAnnotationNamespace​(int doubleAnnotationIndex)
        Specified by:
        getDoubleAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getDoubleAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getDoubleAnnotationValue

        public java.lang.Double getDoubleAnnotationValue​(int doubleAnnotationIndex)
        Specified by:
        getDoubleAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getDoubleAnnotationValue in class ome.xml.meta.DummyMetadata
      • getCommentAnnotationCount

        public int getCommentAnnotationCount()
        Specified by:
        getCommentAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getCommentAnnotationCount in class ome.xml.meta.DummyMetadata
      • getCommentAnnotationDescription

        public java.lang.String getCommentAnnotationDescription​(int commentAnnotationIndex)
        Specified by:
        getCommentAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getCommentAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getCommentAnnotationID

        public java.lang.String getCommentAnnotationID​(int commentAnnotationIndex)
        Specified by:
        getCommentAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getCommentAnnotationID in class ome.xml.meta.DummyMetadata
      • getCommentAnnotationNamespace

        public java.lang.String getCommentAnnotationNamespace​(int commentAnnotationIndex)
        Specified by:
        getCommentAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getCommentAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getCommentAnnotationValue

        public java.lang.String getCommentAnnotationValue​(int commentAnnotationIndex)
        Specified by:
        getCommentAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getCommentAnnotationValue in class ome.xml.meta.DummyMetadata
      • getMapAnnotationCount

        public int getMapAnnotationCount()
        Specified by:
        getMapAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMapAnnotationCount in class ome.xml.meta.DummyMetadata
      • getMapAnnotationDescription

        public java.lang.String getMapAnnotationDescription​(int mapAnnotationIndex)
        Specified by:
        getMapAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMapAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getMapAnnotationID

        public java.lang.String getMapAnnotationID​(int mapAnnotationIndex)
        Specified by:
        getMapAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMapAnnotationID in class ome.xml.meta.DummyMetadata
      • getMapAnnotationNamespace

        public java.lang.String getMapAnnotationNamespace​(int mapAnnotationIndex)
        Specified by:
        getMapAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMapAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getMapAnnotationValue

        public java.util.List<ome.xml.model.MapPair> getMapAnnotationValue​(int mapAnnotationIndex)
        Specified by:
        getMapAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMapAnnotationValue in class ome.xml.meta.DummyMetadata
      • getTimestampAnnotationCount

        public int getTimestampAnnotationCount()
        Specified by:
        getTimestampAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTimestampAnnotationCount in class ome.xml.meta.DummyMetadata
      • getTimestampAnnotationDescription

        public java.lang.String getTimestampAnnotationDescription​(int timestampAnnotationIndex)
        Specified by:
        getTimestampAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTimestampAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getTimestampAnnotationID

        public java.lang.String getTimestampAnnotationID​(int timestampAnnotationIndex)
        Specified by:
        getTimestampAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTimestampAnnotationID in class ome.xml.meta.DummyMetadata
      • getTimestampAnnotationNamespace

        public java.lang.String getTimestampAnnotationNamespace​(int timestampAnnotationIndex)
        Specified by:
        getTimestampAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTimestampAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getTimestampAnnotationValue

        public ome.xml.model.primitives.Timestamp getTimestampAnnotationValue​(int timestampAnnotationIndex)
        Specified by:
        getTimestampAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTimestampAnnotationValue in class ome.xml.meta.DummyMetadata
      • getTagAnnotationCount

        public int getTagAnnotationCount()
        Specified by:
        getTagAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTagAnnotationCount in class ome.xml.meta.DummyMetadata
      • getTagAnnotationDescription

        public java.lang.String getTagAnnotationDescription​(int tagAnnotationIndex)
        Specified by:
        getTagAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTagAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getTagAnnotationID

        public java.lang.String getTagAnnotationID​(int tagAnnotationIndex)
        Specified by:
        getTagAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTagAnnotationID in class ome.xml.meta.DummyMetadata
      • getTagAnnotationNamespace

        public java.lang.String getTagAnnotationNamespace​(int tagAnnotationIndex)
        Specified by:
        getTagAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTagAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getTagAnnotationValue

        public java.lang.String getTagAnnotationValue​(int tagAnnotationIndex)
        Specified by:
        getTagAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTagAnnotationValue in class ome.xml.meta.DummyMetadata
      • getTermAnnotationCount

        public int getTermAnnotationCount()
        Specified by:
        getTermAnnotationCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTermAnnotationCount in class ome.xml.meta.DummyMetadata
      • getTermAnnotationDescription

        public java.lang.String getTermAnnotationDescription​(int termAnnotationIndex)
        Specified by:
        getTermAnnotationDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTermAnnotationDescription in class ome.xml.meta.DummyMetadata
      • getTermAnnotationID

        public java.lang.String getTermAnnotationID​(int termAnnotationIndex)
        Specified by:
        getTermAnnotationID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTermAnnotationID in class ome.xml.meta.DummyMetadata
      • getTermAnnotationNamespace

        public java.lang.String getTermAnnotationNamespace​(int termAnnotationIndex)
        Specified by:
        getTermAnnotationNamespace in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTermAnnotationNamespace in class ome.xml.meta.DummyMetadata
      • getTermAnnotationValue

        public java.lang.String getTermAnnotationValue​(int termAnnotationIndex)
        Specified by:
        getTermAnnotationValue in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getTermAnnotationValue in class ome.xml.meta.DummyMetadata
      • getROICount

        public int getROICount()
        Specified by:
        getROICount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getROICount in class ome.xml.meta.DummyMetadata
      • getROIAnnotationRef

        public java.lang.String getROIAnnotationRef​(int ROIIndex,
                                                    int annotationRefIndex)
        Specified by:
        getROIAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getROIAnnotationRef in class ome.xml.meta.DummyMetadata
      • getROIAnnotationRefCount

        public int getROIAnnotationRefCount​(int ROIIndex)
        Specified by:
        getROIAnnotationRefCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getROIAnnotationRefCount in class ome.xml.meta.DummyMetadata
      • getROIDescription

        public java.lang.String getROIDescription​(int ROIIndex)
        Specified by:
        getROIDescription in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getROIDescription in class ome.xml.meta.DummyMetadata
      • getROIID

        public java.lang.String getROIID​(int ROIIndex)
        Specified by:
        getROIID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getROIID in class ome.xml.meta.DummyMetadata
      • getROIName

        public java.lang.String getROIName​(int ROIIndex)
        Specified by:
        getROIName in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getROIName in class ome.xml.meta.DummyMetadata
      • getShapeCount

        public int getShapeCount​(int ROIIndex)
        Specified by:
        getShapeCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getShapeCount in class ome.xml.meta.DummyMetadata
      • getShapeType

        public java.lang.String getShapeType​(int ROIIndex,
                                             int shapeIndex)
        Specified by:
        getShapeType in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getShapeType in class ome.xml.meta.DummyMetadata
      • getShapeAnnotationRefCount

        public int getShapeAnnotationRefCount​(int ROIIndex,
                                              int shapeIndex)
        Specified by:
        getShapeAnnotationRefCount in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getShapeAnnotationRefCount in class ome.xml.meta.DummyMetadata
      • getEllipseAnnotationRef

        public java.lang.String getEllipseAnnotationRef​(int ROIIndex,
                                                        int shapeIndex,
                                                        int annotationRefIndex)
        Specified by:
        getEllipseAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseAnnotationRef in class ome.xml.meta.DummyMetadata
      • getEllipseFillColor

        public ome.xml.model.primitives.Color getEllipseFillColor​(int ROIIndex,
                                                                  int shapeIndex)
        Specified by:
        getEllipseFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseFillColor in class ome.xml.meta.DummyMetadata
      • getEllipseFillRule

        public ome.xml.model.enums.FillRule getEllipseFillRule​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getEllipseFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseFillRule in class ome.xml.meta.DummyMetadata
      • getEllipseFontFamily

        public ome.xml.model.enums.FontFamily getEllipseFontFamily​(int ROIIndex,
                                                                   int shapeIndex)
        Specified by:
        getEllipseFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseFontFamily in class ome.xml.meta.DummyMetadata
      • getEllipseFontSize

        public ome.units.quantity.Length getEllipseFontSize​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getEllipseFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseFontSize in class ome.xml.meta.DummyMetadata
      • getEllipseFontStyle

        public ome.xml.model.enums.FontStyle getEllipseFontStyle​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getEllipseFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseFontStyle in class ome.xml.meta.DummyMetadata
      • getEllipseID

        public java.lang.String getEllipseID​(int ROIIndex,
                                             int shapeIndex)
        Specified by:
        getEllipseID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseID in class ome.xml.meta.DummyMetadata
      • getEllipseLocked

        public java.lang.Boolean getEllipseLocked​(int ROIIndex,
                                                  int shapeIndex)
        Specified by:
        getEllipseLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseLocked in class ome.xml.meta.DummyMetadata
      • getEllipseStrokeColor

        public ome.xml.model.primitives.Color getEllipseStrokeColor​(int ROIIndex,
                                                                    int shapeIndex)
        Specified by:
        getEllipseStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseStrokeColor in class ome.xml.meta.DummyMetadata
      • getEllipseStrokeDashArray

        public java.lang.String getEllipseStrokeDashArray​(int ROIIndex,
                                                          int shapeIndex)
        Specified by:
        getEllipseStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getEllipseStrokeWidth

        public ome.units.quantity.Length getEllipseStrokeWidth​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getEllipseStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseStrokeWidth in class ome.xml.meta.DummyMetadata
      • getEllipseTheC

        public ome.xml.model.primitives.NonNegativeInteger getEllipseTheC​(int ROIIndex,
                                                                          int shapeIndex)
        Specified by:
        getEllipseTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseTheC in class ome.xml.meta.DummyMetadata
      • getEllipseTheT

        public ome.xml.model.primitives.NonNegativeInteger getEllipseTheT​(int ROIIndex,
                                                                          int shapeIndex)
        Specified by:
        getEllipseTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseTheT in class ome.xml.meta.DummyMetadata
      • getEllipseTheZ

        public ome.xml.model.primitives.NonNegativeInteger getEllipseTheZ​(int ROIIndex,
                                                                          int shapeIndex)
        Specified by:
        getEllipseTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseTheZ in class ome.xml.meta.DummyMetadata
      • getEllipseTransform

        public ome.xml.model.AffineTransform getEllipseTransform​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getEllipseTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseTransform in class ome.xml.meta.DummyMetadata
      • getEllipseRadiusX

        public java.lang.Double getEllipseRadiusX​(int ROIIndex,
                                                  int shapeIndex)
        Specified by:
        getEllipseRadiusX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseRadiusX in class ome.xml.meta.DummyMetadata
      • getEllipseRadiusY

        public java.lang.Double getEllipseRadiusY​(int ROIIndex,
                                                  int shapeIndex)
        Specified by:
        getEllipseRadiusY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseRadiusY in class ome.xml.meta.DummyMetadata
      • getEllipseText

        public java.lang.String getEllipseText​(int ROIIndex,
                                               int shapeIndex)
        Specified by:
        getEllipseText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseText in class ome.xml.meta.DummyMetadata
      • getEllipseX

        public java.lang.Double getEllipseX​(int ROIIndex,
                                            int shapeIndex)
        Specified by:
        getEllipseX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseX in class ome.xml.meta.DummyMetadata
      • getEllipseY

        public java.lang.Double getEllipseY​(int ROIIndex,
                                            int shapeIndex)
        Specified by:
        getEllipseY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getEllipseY in class ome.xml.meta.DummyMetadata
      • getLabelAnnotationRef

        public java.lang.String getLabelAnnotationRef​(int ROIIndex,
                                                      int shapeIndex,
                                                      int annotationRefIndex)
        Specified by:
        getLabelAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelAnnotationRef in class ome.xml.meta.DummyMetadata
      • getLabelFillColor

        public ome.xml.model.primitives.Color getLabelFillColor​(int ROIIndex,
                                                                int shapeIndex)
        Specified by:
        getLabelFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelFillColor in class ome.xml.meta.DummyMetadata
      • getLabelFillRule

        public ome.xml.model.enums.FillRule getLabelFillRule​(int ROIIndex,
                                                             int shapeIndex)
        Specified by:
        getLabelFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelFillRule in class ome.xml.meta.DummyMetadata
      • getLabelFontFamily

        public ome.xml.model.enums.FontFamily getLabelFontFamily​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getLabelFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelFontFamily in class ome.xml.meta.DummyMetadata
      • getLabelFontSize

        public ome.units.quantity.Length getLabelFontSize​(int ROIIndex,
                                                          int shapeIndex)
        Specified by:
        getLabelFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelFontSize in class ome.xml.meta.DummyMetadata
      • getLabelFontStyle

        public ome.xml.model.enums.FontStyle getLabelFontStyle​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getLabelFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelFontStyle in class ome.xml.meta.DummyMetadata
      • getLabelID

        public java.lang.String getLabelID​(int ROIIndex,
                                           int shapeIndex)
        Specified by:
        getLabelID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelID in class ome.xml.meta.DummyMetadata
      • getLabelLocked

        public java.lang.Boolean getLabelLocked​(int ROIIndex,
                                                int shapeIndex)
        Specified by:
        getLabelLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelLocked in class ome.xml.meta.DummyMetadata
      • getLabelStrokeColor

        public ome.xml.model.primitives.Color getLabelStrokeColor​(int ROIIndex,
                                                                  int shapeIndex)
        Specified by:
        getLabelStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelStrokeColor in class ome.xml.meta.DummyMetadata
      • getLabelStrokeDashArray

        public java.lang.String getLabelStrokeDashArray​(int ROIIndex,
                                                        int shapeIndex)
        Specified by:
        getLabelStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getLabelStrokeWidth

        public ome.units.quantity.Length getLabelStrokeWidth​(int ROIIndex,
                                                             int shapeIndex)
        Specified by:
        getLabelStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelStrokeWidth in class ome.xml.meta.DummyMetadata
      • getLabelTheC

        public ome.xml.model.primitives.NonNegativeInteger getLabelTheC​(int ROIIndex,
                                                                        int shapeIndex)
        Specified by:
        getLabelTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelTheC in class ome.xml.meta.DummyMetadata
      • getLabelTheT

        public ome.xml.model.primitives.NonNegativeInteger getLabelTheT​(int ROIIndex,
                                                                        int shapeIndex)
        Specified by:
        getLabelTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelTheT in class ome.xml.meta.DummyMetadata
      • getLabelTheZ

        public ome.xml.model.primitives.NonNegativeInteger getLabelTheZ​(int ROIIndex,
                                                                        int shapeIndex)
        Specified by:
        getLabelTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelTheZ in class ome.xml.meta.DummyMetadata
      • getLabelTransform

        public ome.xml.model.AffineTransform getLabelTransform​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getLabelTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelTransform in class ome.xml.meta.DummyMetadata
      • getLabelText

        public java.lang.String getLabelText​(int ROIIndex,
                                             int shapeIndex)
        Specified by:
        getLabelText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelText in class ome.xml.meta.DummyMetadata
      • getLabelX

        public java.lang.Double getLabelX​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLabelX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelX in class ome.xml.meta.DummyMetadata
      • getLabelY

        public java.lang.Double getLabelY​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLabelY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLabelY in class ome.xml.meta.DummyMetadata
      • getLineAnnotationRef

        public java.lang.String getLineAnnotationRef​(int ROIIndex,
                                                     int shapeIndex,
                                                     int annotationRefIndex)
        Specified by:
        getLineAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineAnnotationRef in class ome.xml.meta.DummyMetadata
      • getLineFillColor

        public ome.xml.model.primitives.Color getLineFillColor​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getLineFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineFillColor in class ome.xml.meta.DummyMetadata
      • getLineFillRule

        public ome.xml.model.enums.FillRule getLineFillRule​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getLineFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineFillRule in class ome.xml.meta.DummyMetadata
      • getLineFontFamily

        public ome.xml.model.enums.FontFamily getLineFontFamily​(int ROIIndex,
                                                                int shapeIndex)
        Specified by:
        getLineFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineFontFamily in class ome.xml.meta.DummyMetadata
      • getLineFontSize

        public ome.units.quantity.Length getLineFontSize​(int ROIIndex,
                                                         int shapeIndex)
        Specified by:
        getLineFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineFontSize in class ome.xml.meta.DummyMetadata
      • getLineFontStyle

        public ome.xml.model.enums.FontStyle getLineFontStyle​(int ROIIndex,
                                                              int shapeIndex)
        Specified by:
        getLineFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineFontStyle in class ome.xml.meta.DummyMetadata
      • getLineID

        public java.lang.String getLineID​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLineID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineID in class ome.xml.meta.DummyMetadata
      • getLineLocked

        public java.lang.Boolean getLineLocked​(int ROIIndex,
                                               int shapeIndex)
        Specified by:
        getLineLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineLocked in class ome.xml.meta.DummyMetadata
      • getLineStrokeColor

        public ome.xml.model.primitives.Color getLineStrokeColor​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getLineStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineStrokeColor in class ome.xml.meta.DummyMetadata
      • getLineStrokeDashArray

        public java.lang.String getLineStrokeDashArray​(int ROIIndex,
                                                       int shapeIndex)
        Specified by:
        getLineStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getLineStrokeWidth

        public ome.units.quantity.Length getLineStrokeWidth​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getLineStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineStrokeWidth in class ome.xml.meta.DummyMetadata
      • getLineTheC

        public ome.xml.model.primitives.NonNegativeInteger getLineTheC​(int ROIIndex,
                                                                       int shapeIndex)
        Specified by:
        getLineTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineTheC in class ome.xml.meta.DummyMetadata
      • getLineTheT

        public ome.xml.model.primitives.NonNegativeInteger getLineTheT​(int ROIIndex,
                                                                       int shapeIndex)
        Specified by:
        getLineTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineTheT in class ome.xml.meta.DummyMetadata
      • getLineTheZ

        public ome.xml.model.primitives.NonNegativeInteger getLineTheZ​(int ROIIndex,
                                                                       int shapeIndex)
        Specified by:
        getLineTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineTheZ in class ome.xml.meta.DummyMetadata
      • getLineTransform

        public ome.xml.model.AffineTransform getLineTransform​(int ROIIndex,
                                                              int shapeIndex)
        Specified by:
        getLineTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineTransform in class ome.xml.meta.DummyMetadata
      • getLineMarkerStart

        public ome.xml.model.enums.Marker getLineMarkerStart​(int ROIIndex,
                                                             int shapeIndex)
        Specified by:
        getLineMarkerStart in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineMarkerStart in class ome.xml.meta.DummyMetadata
      • getLineMarkerEnd

        public ome.xml.model.enums.Marker getLineMarkerEnd​(int ROIIndex,
                                                           int shapeIndex)
        Specified by:
        getLineMarkerEnd in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineMarkerEnd in class ome.xml.meta.DummyMetadata
      • getLineText

        public java.lang.String getLineText​(int ROIIndex,
                                            int shapeIndex)
        Specified by:
        getLineText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineText in class ome.xml.meta.DummyMetadata
      • getLineX1

        public java.lang.Double getLineX1​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLineX1 in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineX1 in class ome.xml.meta.DummyMetadata
      • getLineX2

        public java.lang.Double getLineX2​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLineX2 in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineX2 in class ome.xml.meta.DummyMetadata
      • getLineY1

        public java.lang.Double getLineY1​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLineY1 in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineY1 in class ome.xml.meta.DummyMetadata
      • getLineY2

        public java.lang.Double getLineY2​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getLineY2 in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getLineY2 in class ome.xml.meta.DummyMetadata
      • getPointAnnotationRef

        public java.lang.String getPointAnnotationRef​(int ROIIndex,
                                                      int shapeIndex,
                                                      int annotationRefIndex)
        Specified by:
        getPointAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointAnnotationRef in class ome.xml.meta.DummyMetadata
      • getPointFillColor

        public ome.xml.model.primitives.Color getPointFillColor​(int ROIIndex,
                                                                int shapeIndex)
        Specified by:
        getPointFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointFillColor in class ome.xml.meta.DummyMetadata
      • getPointFillRule

        public ome.xml.model.enums.FillRule getPointFillRule​(int ROIIndex,
                                                             int shapeIndex)
        Specified by:
        getPointFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointFillRule in class ome.xml.meta.DummyMetadata
      • getPointFontFamily

        public ome.xml.model.enums.FontFamily getPointFontFamily​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getPointFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointFontFamily in class ome.xml.meta.DummyMetadata
      • getPointFontSize

        public ome.units.quantity.Length getPointFontSize​(int ROIIndex,
                                                          int shapeIndex)
        Specified by:
        getPointFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointFontSize in class ome.xml.meta.DummyMetadata
      • getPointFontStyle

        public ome.xml.model.enums.FontStyle getPointFontStyle​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getPointFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointFontStyle in class ome.xml.meta.DummyMetadata
      • getPointID

        public java.lang.String getPointID​(int ROIIndex,
                                           int shapeIndex)
        Specified by:
        getPointID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointID in class ome.xml.meta.DummyMetadata
      • getPointLocked

        public java.lang.Boolean getPointLocked​(int ROIIndex,
                                                int shapeIndex)
        Specified by:
        getPointLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointLocked in class ome.xml.meta.DummyMetadata
      • getPointStrokeColor

        public ome.xml.model.primitives.Color getPointStrokeColor​(int ROIIndex,
                                                                  int shapeIndex)
        Specified by:
        getPointStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointStrokeColor in class ome.xml.meta.DummyMetadata
      • getPointStrokeDashArray

        public java.lang.String getPointStrokeDashArray​(int ROIIndex,
                                                        int shapeIndex)
        Specified by:
        getPointStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getPointStrokeWidth

        public ome.units.quantity.Length getPointStrokeWidth​(int ROIIndex,
                                                             int shapeIndex)
        Specified by:
        getPointStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointStrokeWidth in class ome.xml.meta.DummyMetadata
      • getPointTheC

        public ome.xml.model.primitives.NonNegativeInteger getPointTheC​(int ROIIndex,
                                                                        int shapeIndex)
        Specified by:
        getPointTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointTheC in class ome.xml.meta.DummyMetadata
      • getPointTheT

        public ome.xml.model.primitives.NonNegativeInteger getPointTheT​(int ROIIndex,
                                                                        int shapeIndex)
        Specified by:
        getPointTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointTheT in class ome.xml.meta.DummyMetadata
      • getPointTheZ

        public ome.xml.model.primitives.NonNegativeInteger getPointTheZ​(int ROIIndex,
                                                                        int shapeIndex)
        Specified by:
        getPointTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointTheZ in class ome.xml.meta.DummyMetadata
      • getPointTransform

        public ome.xml.model.AffineTransform getPointTransform​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getPointTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointTransform in class ome.xml.meta.DummyMetadata
      • getPointText

        public java.lang.String getPointText​(int ROIIndex,
                                             int shapeIndex)
        Specified by:
        getPointText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointText in class ome.xml.meta.DummyMetadata
      • getPointX

        public java.lang.Double getPointX​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getPointX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointX in class ome.xml.meta.DummyMetadata
      • getPointY

        public java.lang.Double getPointY​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getPointY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPointY in class ome.xml.meta.DummyMetadata
      • getPolygonAnnotationRef

        public java.lang.String getPolygonAnnotationRef​(int ROIIndex,
                                                        int shapeIndex,
                                                        int annotationRefIndex)
        Specified by:
        getPolygonAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonAnnotationRef in class ome.xml.meta.DummyMetadata
      • getPolygonFillColor

        public ome.xml.model.primitives.Color getPolygonFillColor​(int ROIIndex,
                                                                  int shapeIndex)
        Specified by:
        getPolygonFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonFillColor in class ome.xml.meta.DummyMetadata
      • getPolygonFillRule

        public ome.xml.model.enums.FillRule getPolygonFillRule​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getPolygonFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonFillRule in class ome.xml.meta.DummyMetadata
      • getPolygonFontFamily

        public ome.xml.model.enums.FontFamily getPolygonFontFamily​(int ROIIndex,
                                                                   int shapeIndex)
        Specified by:
        getPolygonFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonFontFamily in class ome.xml.meta.DummyMetadata
      • getPolygonFontSize

        public ome.units.quantity.Length getPolygonFontSize​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getPolygonFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonFontSize in class ome.xml.meta.DummyMetadata
      • getPolygonFontStyle

        public ome.xml.model.enums.FontStyle getPolygonFontStyle​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getPolygonFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonFontStyle in class ome.xml.meta.DummyMetadata
      • getPolygonID

        public java.lang.String getPolygonID​(int ROIIndex,
                                             int shapeIndex)
        Specified by:
        getPolygonID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonID in class ome.xml.meta.DummyMetadata
      • getPolygonLocked

        public java.lang.Boolean getPolygonLocked​(int ROIIndex,
                                                  int shapeIndex)
        Specified by:
        getPolygonLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonLocked in class ome.xml.meta.DummyMetadata
      • getPolygonStrokeColor

        public ome.xml.model.primitives.Color getPolygonStrokeColor​(int ROIIndex,
                                                                    int shapeIndex)
        Specified by:
        getPolygonStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonStrokeColor in class ome.xml.meta.DummyMetadata
      • getPolygonStrokeDashArray

        public java.lang.String getPolygonStrokeDashArray​(int ROIIndex,
                                                          int shapeIndex)
        Specified by:
        getPolygonStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getPolygonStrokeWidth

        public ome.units.quantity.Length getPolygonStrokeWidth​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getPolygonStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonStrokeWidth in class ome.xml.meta.DummyMetadata
      • getPolygonTheC

        public ome.xml.model.primitives.NonNegativeInteger getPolygonTheC​(int ROIIndex,
                                                                          int shapeIndex)
        Specified by:
        getPolygonTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonTheC in class ome.xml.meta.DummyMetadata
      • getPolygonTheT

        public ome.xml.model.primitives.NonNegativeInteger getPolygonTheT​(int ROIIndex,
                                                                          int shapeIndex)
        Specified by:
        getPolygonTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonTheT in class ome.xml.meta.DummyMetadata
      • getPolygonTheZ

        public ome.xml.model.primitives.NonNegativeInteger getPolygonTheZ​(int ROIIndex,
                                                                          int shapeIndex)
        Specified by:
        getPolygonTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonTheZ in class ome.xml.meta.DummyMetadata
      • getPolygonTransform

        public ome.xml.model.AffineTransform getPolygonTransform​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getPolygonTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonTransform in class ome.xml.meta.DummyMetadata
      • getPolygonPoints

        public java.lang.String getPolygonPoints​(int ROIIndex,
                                                 int shapeIndex)
        Specified by:
        getPolygonPoints in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonPoints in class ome.xml.meta.DummyMetadata
      • getPolygonText

        public java.lang.String getPolygonText​(int ROIIndex,
                                               int shapeIndex)
        Specified by:
        getPolygonText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolygonText in class ome.xml.meta.DummyMetadata
      • getPolylineAnnotationRef

        public java.lang.String getPolylineAnnotationRef​(int ROIIndex,
                                                         int shapeIndex,
                                                         int annotationRefIndex)
        Specified by:
        getPolylineAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineAnnotationRef in class ome.xml.meta.DummyMetadata
      • getPolylineFillColor

        public ome.xml.model.primitives.Color getPolylineFillColor​(int ROIIndex,
                                                                   int shapeIndex)
        Specified by:
        getPolylineFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineFillColor in class ome.xml.meta.DummyMetadata
      • getPolylineFillRule

        public ome.xml.model.enums.FillRule getPolylineFillRule​(int ROIIndex,
                                                                int shapeIndex)
        Specified by:
        getPolylineFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineFillRule in class ome.xml.meta.DummyMetadata
      • getPolylineFontFamily

        public ome.xml.model.enums.FontFamily getPolylineFontFamily​(int ROIIndex,
                                                                    int shapeIndex)
        Specified by:
        getPolylineFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineFontFamily in class ome.xml.meta.DummyMetadata
      • getPolylineFontSize

        public ome.units.quantity.Length getPolylineFontSize​(int ROIIndex,
                                                             int shapeIndex)
        Specified by:
        getPolylineFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineFontSize in class ome.xml.meta.DummyMetadata
      • getPolylineFontStyle

        public ome.xml.model.enums.FontStyle getPolylineFontStyle​(int ROIIndex,
                                                                  int shapeIndex)
        Specified by:
        getPolylineFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineFontStyle in class ome.xml.meta.DummyMetadata
      • getPolylineID

        public java.lang.String getPolylineID​(int ROIIndex,
                                              int shapeIndex)
        Specified by:
        getPolylineID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineID in class ome.xml.meta.DummyMetadata
      • getPolylineLocked

        public java.lang.Boolean getPolylineLocked​(int ROIIndex,
                                                   int shapeIndex)
        Specified by:
        getPolylineLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineLocked in class ome.xml.meta.DummyMetadata
      • getPolylineStrokeColor

        public ome.xml.model.primitives.Color getPolylineStrokeColor​(int ROIIndex,
                                                                     int shapeIndex)
        Specified by:
        getPolylineStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineStrokeColor in class ome.xml.meta.DummyMetadata
      • getPolylineStrokeDashArray

        public java.lang.String getPolylineStrokeDashArray​(int ROIIndex,
                                                           int shapeIndex)
        Specified by:
        getPolylineStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getPolylineStrokeWidth

        public ome.units.quantity.Length getPolylineStrokeWidth​(int ROIIndex,
                                                                int shapeIndex)
        Specified by:
        getPolylineStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineStrokeWidth in class ome.xml.meta.DummyMetadata
      • getPolylineTheC

        public ome.xml.model.primitives.NonNegativeInteger getPolylineTheC​(int ROIIndex,
                                                                           int shapeIndex)
        Specified by:
        getPolylineTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineTheC in class ome.xml.meta.DummyMetadata
      • getPolylineTheT

        public ome.xml.model.primitives.NonNegativeInteger getPolylineTheT​(int ROIIndex,
                                                                           int shapeIndex)
        Specified by:
        getPolylineTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineTheT in class ome.xml.meta.DummyMetadata
      • getPolylineTheZ

        public ome.xml.model.primitives.NonNegativeInteger getPolylineTheZ​(int ROIIndex,
                                                                           int shapeIndex)
        Specified by:
        getPolylineTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineTheZ in class ome.xml.meta.DummyMetadata
      • getPolylineTransform

        public ome.xml.model.AffineTransform getPolylineTransform​(int ROIIndex,
                                                                  int shapeIndex)
        Specified by:
        getPolylineTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineTransform in class ome.xml.meta.DummyMetadata
      • getPolylineMarkerStart

        public ome.xml.model.enums.Marker getPolylineMarkerStart​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getPolylineMarkerStart in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineMarkerStart in class ome.xml.meta.DummyMetadata
      • getPolylineMarkerEnd

        public ome.xml.model.enums.Marker getPolylineMarkerEnd​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getPolylineMarkerEnd in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineMarkerEnd in class ome.xml.meta.DummyMetadata
      • getPolylinePoints

        public java.lang.String getPolylinePoints​(int ROIIndex,
                                                  int shapeIndex)
        Specified by:
        getPolylinePoints in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylinePoints in class ome.xml.meta.DummyMetadata
      • getPolylineText

        public java.lang.String getPolylineText​(int ROIIndex,
                                                int shapeIndex)
        Specified by:
        getPolylineText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getPolylineText in class ome.xml.meta.DummyMetadata
      • getRectangleAnnotationRef

        public java.lang.String getRectangleAnnotationRef​(int ROIIndex,
                                                          int shapeIndex,
                                                          int annotationRefIndex)
        Specified by:
        getRectangleAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleAnnotationRef in class ome.xml.meta.DummyMetadata
      • getRectangleFillColor

        public ome.xml.model.primitives.Color getRectangleFillColor​(int ROIIndex,
                                                                    int shapeIndex)
        Specified by:
        getRectangleFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleFillColor in class ome.xml.meta.DummyMetadata
      • getRectangleFillRule

        public ome.xml.model.enums.FillRule getRectangleFillRule​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getRectangleFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleFillRule in class ome.xml.meta.DummyMetadata
      • getRectangleFontFamily

        public ome.xml.model.enums.FontFamily getRectangleFontFamily​(int ROIIndex,
                                                                     int shapeIndex)
        Specified by:
        getRectangleFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleFontFamily in class ome.xml.meta.DummyMetadata
      • getRectangleFontSize

        public ome.units.quantity.Length getRectangleFontSize​(int ROIIndex,
                                                              int shapeIndex)
        Specified by:
        getRectangleFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleFontSize in class ome.xml.meta.DummyMetadata
      • getRectangleFontStyle

        public ome.xml.model.enums.FontStyle getRectangleFontStyle​(int ROIIndex,
                                                                   int shapeIndex)
        Specified by:
        getRectangleFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleFontStyle in class ome.xml.meta.DummyMetadata
      • getRectangleID

        public java.lang.String getRectangleID​(int ROIIndex,
                                               int shapeIndex)
        Specified by:
        getRectangleID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleID in class ome.xml.meta.DummyMetadata
      • getRectangleLocked

        public java.lang.Boolean getRectangleLocked​(int ROIIndex,
                                                    int shapeIndex)
        Specified by:
        getRectangleLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleLocked in class ome.xml.meta.DummyMetadata
      • getRectangleStrokeColor

        public ome.xml.model.primitives.Color getRectangleStrokeColor​(int ROIIndex,
                                                                      int shapeIndex)
        Specified by:
        getRectangleStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleStrokeColor in class ome.xml.meta.DummyMetadata
      • getRectangleStrokeDashArray

        public java.lang.String getRectangleStrokeDashArray​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getRectangleStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getRectangleStrokeWidth

        public ome.units.quantity.Length getRectangleStrokeWidth​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getRectangleStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleStrokeWidth in class ome.xml.meta.DummyMetadata
      • getRectangleTheC

        public ome.xml.model.primitives.NonNegativeInteger getRectangleTheC​(int ROIIndex,
                                                                            int shapeIndex)
        Specified by:
        getRectangleTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleTheC in class ome.xml.meta.DummyMetadata
      • getRectangleTheT

        public ome.xml.model.primitives.NonNegativeInteger getRectangleTheT​(int ROIIndex,
                                                                            int shapeIndex)
        Specified by:
        getRectangleTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleTheT in class ome.xml.meta.DummyMetadata
      • getRectangleTheZ

        public ome.xml.model.primitives.NonNegativeInteger getRectangleTheZ​(int ROIIndex,
                                                                            int shapeIndex)
        Specified by:
        getRectangleTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleTheZ in class ome.xml.meta.DummyMetadata
      • getRectangleTransform

        public ome.xml.model.AffineTransform getRectangleTransform​(int ROIIndex,
                                                                   int shapeIndex)
        Specified by:
        getRectangleTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleTransform in class ome.xml.meta.DummyMetadata
      • getRectangleText

        public java.lang.String getRectangleText​(int ROIIndex,
                                                 int shapeIndex)
        Specified by:
        getRectangleText in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleText in class ome.xml.meta.DummyMetadata
      • getRectangleHeight

        public java.lang.Double getRectangleHeight​(int ROIIndex,
                                                   int shapeIndex)
        Specified by:
        getRectangleHeight in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleHeight in class ome.xml.meta.DummyMetadata
      • getRectangleWidth

        public java.lang.Double getRectangleWidth​(int ROIIndex,
                                                  int shapeIndex)
        Specified by:
        getRectangleWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleWidth in class ome.xml.meta.DummyMetadata
      • getRectangleX

        public java.lang.Double getRectangleX​(int ROIIndex,
                                              int shapeIndex)
        Specified by:
        getRectangleX in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleX in class ome.xml.meta.DummyMetadata
      • getRectangleY

        public java.lang.Double getRectangleY​(int ROIIndex,
                                              int shapeIndex)
        Specified by:
        getRectangleY in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getRectangleY in class ome.xml.meta.DummyMetadata
      • getMaskAnnotationRef

        public java.lang.String getMaskAnnotationRef​(int ROIIndex,
                                                     int shapeIndex,
                                                     int annotationRefIndex)
        Specified by:
        getMaskAnnotationRef in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskAnnotationRef in class ome.xml.meta.DummyMetadata
      • getMaskFillColor

        public ome.xml.model.primitives.Color getMaskFillColor​(int ROIIndex,
                                                               int shapeIndex)
        Specified by:
        getMaskFillColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskFillColor in class ome.xml.meta.DummyMetadata
      • getMaskFillRule

        public ome.xml.model.enums.FillRule getMaskFillRule​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getMaskFillRule in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskFillRule in class ome.xml.meta.DummyMetadata
      • getMaskFontFamily

        public ome.xml.model.enums.FontFamily getMaskFontFamily​(int ROIIndex,
                                                                int shapeIndex)
        Specified by:
        getMaskFontFamily in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskFontFamily in class ome.xml.meta.DummyMetadata
      • getMaskFontSize

        public ome.units.quantity.Length getMaskFontSize​(int ROIIndex,
                                                         int shapeIndex)
        Specified by:
        getMaskFontSize in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskFontSize in class ome.xml.meta.DummyMetadata
      • getMaskFontStyle

        public ome.xml.model.enums.FontStyle getMaskFontStyle​(int ROIIndex,
                                                              int shapeIndex)
        Specified by:
        getMaskFontStyle in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskFontStyle in class ome.xml.meta.DummyMetadata
      • getMaskID

        public java.lang.String getMaskID​(int ROIIndex,
                                          int shapeIndex)
        Specified by:
        getMaskID in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskID in class ome.xml.meta.DummyMetadata
      • getMaskLocked

        public java.lang.Boolean getMaskLocked​(int ROIIndex,
                                               int shapeIndex)
        Specified by:
        getMaskLocked in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskLocked in class ome.xml.meta.DummyMetadata
      • getMaskStrokeColor

        public ome.xml.model.primitives.Color getMaskStrokeColor​(int ROIIndex,
                                                                 int shapeIndex)
        Specified by:
        getMaskStrokeColor in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskStrokeColor in class ome.xml.meta.DummyMetadata
      • getMaskStrokeDashArray

        public java.lang.String getMaskStrokeDashArray​(int ROIIndex,
                                                       int shapeIndex)
        Specified by:
        getMaskStrokeDashArray in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskStrokeDashArray in class ome.xml.meta.DummyMetadata
      • getMaskStrokeWidth

        public ome.units.quantity.Length getMaskStrokeWidth​(int ROIIndex,
                                                            int shapeIndex)
        Specified by:
        getMaskStrokeWidth in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskStrokeWidth in class ome.xml.meta.DummyMetadata
      • getMaskTheC

        public ome.xml.model.primitives.NonNegativeInteger getMaskTheC​(int ROIIndex,
                                                                       int shapeIndex)
        Specified by:
        getMaskTheC in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskTheC in class ome.xml.meta.DummyMetadata
      • getMaskTheT

        public ome.xml.model.primitives.NonNegativeInteger getMaskTheT​(int ROIIndex,
                                                                       int shapeIndex)
        Specified by:
        getMaskTheT in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskTheT in class ome.xml.meta.DummyMetadata
      • getMaskTheZ

        public ome.xml.model.primitives.NonNegativeInteger getMaskTheZ​(int ROIIndex,
                                                                       int shapeIndex)
        Specified by:
        getMaskTheZ in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskTheZ in class ome.xml.meta.DummyMetadata
      • getMaskTransform

        public ome.xml.model.AffineTransform getMaskTransform​(int ROIIndex,
                                                              int shapeIndex)
        Specified by:
        getMaskTransform in interface ome.xml.meta.MetadataRetrieve
        Overrides:
        getMaskTransform in class ome.xml.meta.DummyMetadata