Class PlaneInfoWrapper

    • Constructor Detail

      • PlaneInfoWrapper

        public PlaneInfoWrapper​(PlaneInfoData object)
        Constructor of the class PlaneInfoWrapper.
        Parameters:
        object - The PlaneInfoData to wrap in the PlaneInfoWrapper.
    • Method Detail

      • getDeltaT

        public Time getDeltaT()
        Retrieves the plane deltaT.
        Specified by:
        getDeltaT in interface PlaneInfo
        Returns:
        See above.
      • getExposureTime

        public Time getExposureTime()
        Retrieves the exposure time.
        Specified by:
        getExposureTime in interface PlaneInfo
        Returns:
        See above.
      • getPositionX

        public Length getPositionX()
        Retrieves the X stage position.
        Specified by:
        getPositionX in interface PlaneInfo
        Returns:
        See above.
      • getPositionY

        public Length getPositionY()
        Retrieves the Y stage position.
        Specified by:
        getPositionY in interface PlaneInfo
        Returns:
        See above.
      • getPositionZ

        public Length getPositionZ()
        Retrieves the Z stage position.
        Specified by:
        getPositionZ in interface PlaneInfo
        Returns:
        See above.
      • getTheC

        public int getTheC()
        Retrieves the plane channel index.
        Specified by:
        getTheC in interface PlaneInfo
        Returns:
        See above.
      • getTheT

        public int getTheT()
        Retrieves the plane time index.
        Specified by:
        getTheT in interface PlaneInfo
        Returns:
        See above.
      • getTheZ

        public int getTheZ()
        Retrieves the plane slice index.
        Specified by:
        getTheZ in interface PlaneInfo
        Returns:
        See above.