Package omero.model

Class Image

    • Field Detail

      • __ids

        public static final java.lang.String[] __ids
      • version

        protected RInt version
      • series

        protected RInt series
      • acquisitionDate

        protected RTime acquisitionDate
      • archived

        protected RBool archived
      • partial

        protected RBool partial
      • format

        protected Format format
      • pixelsSeq

        protected java.util.List<Pixels> pixelsSeq
      • pixelsLoaded

        protected boolean pixelsLoaded
      • wellSamplesSeq

        protected java.util.List<WellSample> wellSamplesSeq
      • wellSamplesLoaded

        protected boolean wellSamplesLoaded
      • roisSeq

        protected java.util.List<Roi> roisSeq
      • roisLoaded

        protected boolean roisLoaded
      • datasetLinksLoaded

        protected boolean datasetLinksLoaded
      • datasetLinksCountPerOwner

        protected java.util.Map<java.lang.Long,​java.lang.Long> datasetLinksCountPerOwner
      • folderLinksLoaded

        protected boolean folderLinksLoaded
      • folderLinksCountPerOwner

        protected java.util.Map<java.lang.Long,​java.lang.Long> folderLinksCountPerOwner
      • fileset

        protected Fileset fileset
      • annotationLinksLoaded

        protected boolean annotationLinksLoaded
      • annotationLinksCountPerOwner

        protected java.util.Map<java.lang.Long,​java.lang.Long> annotationLinksCountPerOwner
      • description

        protected RString description
    • Constructor Detail

      • Image

        public Image()
      • Image

        public Image​(RLong id,
                     Details details,
                     boolean loaded,
                     RInt version,
                     RInt series,
                     RTime acquisitionDate,
                     RBool archived,
                     RBool partial,
                     Format format,
                     ImagingEnvironment imagingEnvironment,
                     ObjectiveSettings objectiveSettings,
                     Instrument instrument,
                     StageLabel stageLabel,
                     Experiment experiment,
                     java.util.List<Pixels> pixelsSeq,
                     boolean pixelsLoaded,
                     java.util.List<WellSample> wellSamplesSeq,
                     boolean wellSamplesLoaded,
                     java.util.List<Roi> roisSeq,
                     boolean roisLoaded,
                     java.util.List<DatasetImageLink> datasetLinksSeq,
                     boolean datasetLinksLoaded,
                     java.util.Map<java.lang.Long,​java.lang.Long> datasetLinksCountPerOwner,
                     java.util.List<FolderImageLink> folderLinksSeq,
                     boolean folderLinksLoaded,
                     java.util.Map<java.lang.Long,​java.lang.Long> folderLinksCountPerOwner,
                     Fileset fileset,
                     java.util.List<ImageAnnotationLink> annotationLinksSeq,
                     boolean annotationLinksLoaded,
                     java.util.Map<java.lang.Long,​java.lang.Long> annotationLinksCountPerOwner,
                     RString name,
                     RString description)
    • Method Detail

      • ice_isA

        public boolean ice_isA​(java.lang.String s)
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class IObject
      • ice_isA

        public boolean ice_isA​(java.lang.String s,
                               Ice.Current __current)
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class IObject
      • ice_ids

        public java.lang.String[] ice_ids()
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class IObject
      • ice_ids

        public java.lang.String[] ice_ids​(Ice.Current __current)
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class IObject
      • ice_id

        public java.lang.String ice_id()
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class IObject
      • ice_id

        public java.lang.String ice_id​(Ice.Current __current)
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class IObject
      • ice_staticId

        public static java.lang.String ice_staticId()
      • ___getVersion

        public static Ice.DispatchStatus ___getVersion​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___setVersion

        public static Ice.DispatchStatus ___setVersion​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___getSeries

        public static Ice.DispatchStatus ___getSeries​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___setSeries

        public static Ice.DispatchStatus ___setSeries​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___getAcquisitionDate

        public static Ice.DispatchStatus ___getAcquisitionDate​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___setAcquisitionDate

        public static Ice.DispatchStatus ___setAcquisitionDate​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___getArchived

        public static Ice.DispatchStatus ___getArchived​(Image __obj,
                                                        IceInternal.Incoming __inS,
                                                        Ice.Current __current)
      • ___setArchived

        public static Ice.DispatchStatus ___setArchived​(Image __obj,
                                                        IceInternal.Incoming __inS,
                                                        Ice.Current __current)
      • ___getPartial

        public static Ice.DispatchStatus ___getPartial​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___setPartial

        public static Ice.DispatchStatus ___setPartial​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___getFormat

        public static Ice.DispatchStatus ___getFormat​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___setFormat

        public static Ice.DispatchStatus ___setFormat​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___getImagingEnvironment

        public static Ice.DispatchStatus ___getImagingEnvironment​(Image __obj,
                                                                  IceInternal.Incoming __inS,
                                                                  Ice.Current __current)
      • ___setImagingEnvironment

        public static Ice.DispatchStatus ___setImagingEnvironment​(Image __obj,
                                                                  IceInternal.Incoming __inS,
                                                                  Ice.Current __current)
      • ___getObjectiveSettings

        public static Ice.DispatchStatus ___getObjectiveSettings​(Image __obj,
                                                                 IceInternal.Incoming __inS,
                                                                 Ice.Current __current)
      • ___setObjectiveSettings

        public static Ice.DispatchStatus ___setObjectiveSettings​(Image __obj,
                                                                 IceInternal.Incoming __inS,
                                                                 Ice.Current __current)
      • ___getInstrument

        public static Ice.DispatchStatus ___getInstrument​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___setInstrument

        public static Ice.DispatchStatus ___setInstrument​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___getStageLabel

        public static Ice.DispatchStatus ___getStageLabel​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___setStageLabel

        public static Ice.DispatchStatus ___setStageLabel​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___getExperiment

        public static Ice.DispatchStatus ___getExperiment​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___setExperiment

        public static Ice.DispatchStatus ___setExperiment​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___unloadPixels

        public static Ice.DispatchStatus ___unloadPixels​(Image __obj,
                                                         IceInternal.Incoming __inS,
                                                         Ice.Current __current)
      • ___sizeOfPixels

        public static Ice.DispatchStatus ___sizeOfPixels​(Image __obj,
                                                         IceInternal.Incoming __inS,
                                                         Ice.Current __current)
      • ___copyPixels

        public static Ice.DispatchStatus ___copyPixels​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___addPixels

        public static Ice.DispatchStatus ___addPixels​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___addAllPixelsSet

        public static Ice.DispatchStatus ___addAllPixelsSet​(Image __obj,
                                                            IceInternal.Incoming __inS,
                                                            Ice.Current __current)
      • ___removePixels

        public static Ice.DispatchStatus ___removePixels​(Image __obj,
                                                         IceInternal.Incoming __inS,
                                                         Ice.Current __current)
      • ___removeAllPixelsSet

        public static Ice.DispatchStatus ___removeAllPixelsSet​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___clearPixels

        public static Ice.DispatchStatus ___clearPixels​(Image __obj,
                                                        IceInternal.Incoming __inS,
                                                        Ice.Current __current)
      • ___reloadPixels

        public static Ice.DispatchStatus ___reloadPixels​(Image __obj,
                                                         IceInternal.Incoming __inS,
                                                         Ice.Current __current)
      • ___getPixels

        public static Ice.DispatchStatus ___getPixels​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___setPixels

        public static Ice.DispatchStatus ___setPixels​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___getPrimaryPixels

        public static Ice.DispatchStatus ___getPrimaryPixels​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___setPrimaryPixels

        public static Ice.DispatchStatus ___setPrimaryPixels​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___unloadWellSamples

        public static Ice.DispatchStatus ___unloadWellSamples​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___sizeOfWellSamples

        public static Ice.DispatchStatus ___sizeOfWellSamples​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___copyWellSamples

        public static Ice.DispatchStatus ___copyWellSamples​(Image __obj,
                                                            IceInternal.Incoming __inS,
                                                            Ice.Current __current)
      • ___addWellSample

        public static Ice.DispatchStatus ___addWellSample​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___addAllWellSampleSet

        public static Ice.DispatchStatus ___addAllWellSampleSet​(Image __obj,
                                                                IceInternal.Incoming __inS,
                                                                Ice.Current __current)
      • ___removeWellSample

        public static Ice.DispatchStatus ___removeWellSample​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___removeAllWellSampleSet

        public static Ice.DispatchStatus ___removeAllWellSampleSet​(Image __obj,
                                                                   IceInternal.Incoming __inS,
                                                                   Ice.Current __current)
      • ___clearWellSamples

        public static Ice.DispatchStatus ___clearWellSamples​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___reloadWellSamples

        public static Ice.DispatchStatus ___reloadWellSamples​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___unloadRois

        public static Ice.DispatchStatus ___unloadRois​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___sizeOfRois

        public static Ice.DispatchStatus ___sizeOfRois​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___copyRois

        public static Ice.DispatchStatus ___copyRois​(Image __obj,
                                                     IceInternal.Incoming __inS,
                                                     Ice.Current __current)
      • ___addRoi

        public static Ice.DispatchStatus ___addRoi​(Image __obj,
                                                   IceInternal.Incoming __inS,
                                                   Ice.Current __current)
      • ___addAllRoiSet

        public static Ice.DispatchStatus ___addAllRoiSet​(Image __obj,
                                                         IceInternal.Incoming __inS,
                                                         Ice.Current __current)
      • ___removeRoi

        public static Ice.DispatchStatus ___removeRoi​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___removeAllRoiSet

        public static Ice.DispatchStatus ___removeAllRoiSet​(Image __obj,
                                                            IceInternal.Incoming __inS,
                                                            Ice.Current __current)
      • ___clearRois

        public static Ice.DispatchStatus ___clearRois​(Image __obj,
                                                      IceInternal.Incoming __inS,
                                                      Ice.Current __current)
      • ___reloadRois

        public static Ice.DispatchStatus ___reloadRois​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___unloadDatasetLinks

        public static Ice.DispatchStatus ___unloadDatasetLinks​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___sizeOfDatasetLinks

        public static Ice.DispatchStatus ___sizeOfDatasetLinks​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___copyDatasetLinks

        public static Ice.DispatchStatus ___copyDatasetLinks​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___addDatasetImageLink

        public static Ice.DispatchStatus ___addDatasetImageLink​(Image __obj,
                                                                IceInternal.Incoming __inS,
                                                                Ice.Current __current)
      • ___addAllDatasetImageLinkSet

        public static Ice.DispatchStatus ___addAllDatasetImageLinkSet​(Image __obj,
                                                                      IceInternal.Incoming __inS,
                                                                      Ice.Current __current)
      • ___removeDatasetImageLink

        public static Ice.DispatchStatus ___removeDatasetImageLink​(Image __obj,
                                                                   IceInternal.Incoming __inS,
                                                                   Ice.Current __current)
      • ___removeAllDatasetImageLinkSet

        public static Ice.DispatchStatus ___removeAllDatasetImageLinkSet​(Image __obj,
                                                                         IceInternal.Incoming __inS,
                                                                         Ice.Current __current)
      • ___clearDatasetLinks

        public static Ice.DispatchStatus ___clearDatasetLinks​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___reloadDatasetLinks

        public static Ice.DispatchStatus ___reloadDatasetLinks​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___getDatasetLinksCountPerOwner

        public static Ice.DispatchStatus ___getDatasetLinksCountPerOwner​(Image __obj,
                                                                         IceInternal.Incoming __inS,
                                                                         Ice.Current __current)
      • ___linkDataset

        public static Ice.DispatchStatus ___linkDataset​(Image __obj,
                                                        IceInternal.Incoming __inS,
                                                        Ice.Current __current)
      • ___addDatasetImageLinkToBoth

        public static Ice.DispatchStatus ___addDatasetImageLinkToBoth​(Image __obj,
                                                                      IceInternal.Incoming __inS,
                                                                      Ice.Current __current)
      • ___findDatasetImageLink

        public static Ice.DispatchStatus ___findDatasetImageLink​(Image __obj,
                                                                 IceInternal.Incoming __inS,
                                                                 Ice.Current __current)
      • ___unlinkDataset

        public static Ice.DispatchStatus ___unlinkDataset​(Image __obj,
                                                          IceInternal.Incoming __inS,
                                                          Ice.Current __current)
      • ___removeDatasetImageLinkFromBoth

        public static Ice.DispatchStatus ___removeDatasetImageLinkFromBoth​(Image __obj,
                                                                           IceInternal.Incoming __inS,
                                                                           Ice.Current __current)
      • ___linkedDatasetList

        public static Ice.DispatchStatus ___linkedDatasetList​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___unloadFolderLinks

        public static Ice.DispatchStatus ___unloadFolderLinks​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___sizeOfFolderLinks

        public static Ice.DispatchStatus ___sizeOfFolderLinks​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___copyFolderLinks

        public static Ice.DispatchStatus ___copyFolderLinks​(Image __obj,
                                                            IceInternal.Incoming __inS,
                                                            Ice.Current __current)
      • ___addFolderImageLink

        public static Ice.DispatchStatus ___addFolderImageLink​(Image __obj,
                                                               IceInternal.Incoming __inS,
                                                               Ice.Current __current)
      • ___addAllFolderImageLinkSet

        public static Ice.DispatchStatus ___addAllFolderImageLinkSet​(Image __obj,
                                                                     IceInternal.Incoming __inS,
                                                                     Ice.Current __current)
      • ___removeFolderImageLink

        public static Ice.DispatchStatus ___removeFolderImageLink​(Image __obj,
                                                                  IceInternal.Incoming __inS,
                                                                  Ice.Current __current)
      • ___removeAllFolderImageLinkSet

        public static Ice.DispatchStatus ___removeAllFolderImageLinkSet​(Image __obj,
                                                                        IceInternal.Incoming __inS,
                                                                        Ice.Current __current)
      • ___clearFolderLinks

        public static Ice.DispatchStatus ___clearFolderLinks​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___reloadFolderLinks

        public static Ice.DispatchStatus ___reloadFolderLinks​(Image __obj,
                                                              IceInternal.Incoming __inS,
                                                              Ice.Current __current)
      • ___getFolderLinksCountPerOwner

        public static Ice.DispatchStatus ___getFolderLinksCountPerOwner​(Image __obj,
                                                                        IceInternal.Incoming __inS,
                                                                        Ice.Current __current)
      • ___linkFolder

        public static Ice.DispatchStatus ___linkFolder​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___addFolderImageLinkToBoth

        public static Ice.DispatchStatus ___addFolderImageLinkToBoth​(Image __obj,
                                                                     IceInternal.Incoming __inS,
                                                                     Ice.Current __current)
      • ___findFolderImageLink

        public static Ice.DispatchStatus ___findFolderImageLink​(Image __obj,
                                                                IceInternal.Incoming __inS,
                                                                Ice.Current __current)
      • ___unlinkFolder

        public static Ice.DispatchStatus ___unlinkFolder​(Image __obj,
                                                         IceInternal.Incoming __inS,
                                                         Ice.Current __current)
      • ___removeFolderImageLinkFromBoth

        public static Ice.DispatchStatus ___removeFolderImageLinkFromBoth​(Image __obj,
                                                                          IceInternal.Incoming __inS,
                                                                          Ice.Current __current)
      • ___linkedFolderList

        public static Ice.DispatchStatus ___linkedFolderList​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___getFileset

        public static Ice.DispatchStatus ___getFileset​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___setFileset

        public static Ice.DispatchStatus ___setFileset​(Image __obj,
                                                       IceInternal.Incoming __inS,
                                                       Ice.Current __current)
      • ___unloadAnnotationLinks

        public static Ice.DispatchStatus ___unloadAnnotationLinks​(Image __obj,
                                                                  IceInternal.Incoming __inS,
                                                                  Ice.Current __current)
      • ___sizeOfAnnotationLinks

        public static Ice.DispatchStatus ___sizeOfAnnotationLinks​(Image __obj,
                                                                  IceInternal.Incoming __inS,
                                                                  Ice.Current __current)
      • ___copyAnnotationLinks

        public static Ice.DispatchStatus ___copyAnnotationLinks​(Image __obj,
                                                                IceInternal.Incoming __inS,
                                                                Ice.Current __current)
      • ___addImageAnnotationLink

        public static Ice.DispatchStatus ___addImageAnnotationLink​(Image __obj,
                                                                   IceInternal.Incoming __inS,
                                                                   Ice.Current __current)
      • ___addAllImageAnnotationLinkSet

        public static Ice.DispatchStatus ___addAllImageAnnotationLinkSet​(Image __obj,
                                                                         IceInternal.Incoming __inS,
                                                                         Ice.Current __current)
      • ___removeImageAnnotationLink

        public static Ice.DispatchStatus ___removeImageAnnotationLink​(Image __obj,
                                                                      IceInternal.Incoming __inS,
                                                                      Ice.Current __current)
      • ___removeAllImageAnnotationLinkSet

        public static Ice.DispatchStatus ___removeAllImageAnnotationLinkSet​(Image __obj,
                                                                            IceInternal.Incoming __inS,
                                                                            Ice.Current __current)
      • ___clearAnnotationLinks

        public static Ice.DispatchStatus ___clearAnnotationLinks​(Image __obj,
                                                                 IceInternal.Incoming __inS,
                                                                 Ice.Current __current)
      • ___reloadAnnotationLinks

        public static Ice.DispatchStatus ___reloadAnnotationLinks​(Image __obj,
                                                                  IceInternal.Incoming __inS,
                                                                  Ice.Current __current)
      • ___getAnnotationLinksCountPerOwner

        public static Ice.DispatchStatus ___getAnnotationLinksCountPerOwner​(Image __obj,
                                                                            IceInternal.Incoming __inS,
                                                                            Ice.Current __current)
      • ___linkAnnotation

        public static Ice.DispatchStatus ___linkAnnotation​(Image __obj,
                                                           IceInternal.Incoming __inS,
                                                           Ice.Current __current)
      • ___addImageAnnotationLinkToBoth

        public static Ice.DispatchStatus ___addImageAnnotationLinkToBoth​(Image __obj,
                                                                         IceInternal.Incoming __inS,
                                                                         Ice.Current __current)
      • ___findImageAnnotationLink

        public static Ice.DispatchStatus ___findImageAnnotationLink​(Image __obj,
                                                                    IceInternal.Incoming __inS,
                                                                    Ice.Current __current)
      • ___unlinkAnnotation

        public static Ice.DispatchStatus ___unlinkAnnotation​(Image __obj,
                                                             IceInternal.Incoming __inS,
                                                             Ice.Current __current)
      • ___removeImageAnnotationLinkFromBoth

        public static Ice.DispatchStatus ___removeImageAnnotationLinkFromBoth​(Image __obj,
                                                                              IceInternal.Incoming __inS,
                                                                              Ice.Current __current)
      • ___linkedAnnotationList

        public static Ice.DispatchStatus ___linkedAnnotationList​(Image __obj,
                                                                 IceInternal.Incoming __inS,
                                                                 Ice.Current __current)
      • ___getName

        public static Ice.DispatchStatus ___getName​(Image __obj,
                                                    IceInternal.Incoming __inS,
                                                    Ice.Current __current)
      • ___setName

        public static Ice.DispatchStatus ___setName​(Image __obj,
                                                    IceInternal.Incoming __inS,
                                                    Ice.Current __current)
      • ___getDescription

        public static Ice.DispatchStatus ___getDescription​(Image __obj,
                                                           IceInternal.Incoming __inS,
                                                           Ice.Current __current)
      • ___setDescription

        public static Ice.DispatchStatus ___setDescription​(Image __obj,
                                                           IceInternal.Incoming __inS,
                                                           Ice.Current __current)
      • __dispatch

        public Ice.DispatchStatus __dispatch​(IceInternal.Incoming in,
                                             Ice.Current __current)
        Specified by:
        __dispatch in interface Ice.Object
        Overrides:
        __dispatch in class IObject
      • __writeImpl

        protected void __writeImpl​(IceInternal.BasicStream __os)
        Overrides:
        __writeImpl in class IObject
      • __readImpl

        protected void __readImpl​(IceInternal.BasicStream __is)
        Overrides:
        __readImpl in class IObject
      • clone

        public Image clone()
        Specified by:
        clone in interface Ice.Object
        Overrides:
        clone in class IObject