Class OTFData


  • public class OTFData
    extends DataObject
    Hosts an OTF.
    Since:
    3.0-Beta4
    • Constructor Detail

      • OTFData

        public OTFData​(omero.model.OTF otf)
        Creates a new instance.
        Parameters:
        otf - The OTF to host. Mustn't be null.
    • Method Detail

      • getObjective

        public ObjectiveData getObjective()
        Returns the associated objective.
        Returns:
        See above.
      • getFilterSet

        public FilterSetData getFilterSet()
        Returns the associated filter set.
        Returns:
        See above.
      • hasOpticalAxisAveraged

        public boolean hasOpticalAxisAveraged()
        Returns a boolean flag if the value has been set
        Returns:
        See above.
      • getPath

        public java.lang.String getPath()
        Returns the path.
        Returns:
        See above.
      • getSizeX

        public int getSizeX()
        Returns the size along the X-axis.
        Returns:
        See above.
      • getSizeY

        public int getSizeY()
        Returns the size along the Y-axis.
        Returns:
        See above.
      • getPixelsType

        public java.lang.String getPixelsType()
        Returns the pixels type.
        Returns:
        See above.