Class PlaneInfoData

    • Constructor Detail

      • PlaneInfoData

        public PlaneInfoData()
      • PlaneInfoData

        public PlaneInfoData​(omero.model.PlaneInfo info)
    • Method Detail

      • getDeltaT

        public omero.model.Time getDeltaT()
      • getExposureTime

        public omero.model.Time getExposureTime()
      • getPositionX

        public omero.model.Length getPositionX()
      • getPositionY

        public omero.model.Length getPositionY()
      • getPositionZ

        public omero.model.Length getPositionZ()
      • getTheC

        public int getTheC()
      • getTheT

        public int getTheT()
      • getTheZ

        public int getTheZ()
      • setDeltaT

        public void setDeltaT​(omero.model.Time theDeltaT)
      • setExposureTime

        public void setExposureTime​(omero.model.Time theExposureTime)
      • setPositionX

        public void setPositionX​(omero.model.Length thePositionX)
      • setPositionY

        public void setPositionY​(omero.model.Length thePositionY)
      • setPositionZ

        public void setPositionZ​(omero.model.Length thePositionZ)
      • setTheC

        public void setTheC​(int theTheC)
      • setTheT

        public void setTheT​(int theTheT)
      • setTheZ

        public void setTheZ​(int theTheZ)