Class FittingOptionsImpl

    • Constructor Detail

      • FittingOptionsImpl

        public FittingOptionsImpl()
    • Method Detail

      • setAutofit

        public void setAutofit​(int autofit)
        Description copied from interface: FittingOptions
        Sets the autofit.
        Specified by:
        setAutofit in interface FittingOptions
        Parameters:
        autofit - the autofit to set
      • setRefPoint

        public void setRefPoint​(int refPoint)
        Description copied from interface: FittingOptions
        Sets the ref point.
        Specified by:
        setRefPoint in interface FittingOptions
        Parameters:
        refPoint - the refPoint to set
      • setCropLeft

        public void setCropLeft​(double cropLeft)
        Description copied from interface: FittingOptions
        Sets the crop left.
        Specified by:
        setCropLeft in interface FittingOptions
        Parameters:
        cropLeft - the cropLeft to set
      • setCropTop

        public void setCropTop​(double cropTop)
        Description copied from interface: FittingOptions
        Sets the crop top.
        Specified by:
        setCropTop in interface FittingOptions
        Parameters:
        cropTop - the cropTop to set
      • setCropRight

        public void setCropRight​(double cropRight)
        Description copied from interface: FittingOptions
        Sets the crop right.
        Specified by:
        setCropRight in interface FittingOptions
        Parameters:
        cropRight - the cropRight to set
      • setCropBottom

        public void setCropBottom​(double cropBottom)
        Description copied from interface: FittingOptions
        Sets the crop bottom.
        Specified by:
        setCropBottom in interface FittingOptions
        Parameters:
        cropBottom - the cropBottom to set
      • setFitting

        public void setFitting​(int fitting)
        Description copied from interface: FittingOptions
        Sets the fitting.
        Specified by:
        setFitting in interface FittingOptions
        Parameters:
        fitting - the fitting to set