Class FittingOptionsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.FittingOptionsImpl
All Implemented Interfaces:
FittingOptions, Serializable

public class FittingOptionsImpl extends Object implements Serializable, FittingOptions
See Also:
  • Constructor Details

    • FittingOptionsImpl

      public FittingOptionsImpl()
  • Method Details

    • getAutofit

      public int getAutofit()
      Description copied from interface: FittingOptions
      Gets the autofit.
      Specified by:
      getAutofit in interface FittingOptions
      Returns:
      the autofit
    • 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
    • getRefPoint

      public int getRefPoint()
      Description copied from interface: FittingOptions
      Gets the ref point.
      Specified by:
      getRefPoint in interface FittingOptions
      Returns:
      the refPoint
    • 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
    • getCropLeft

      public double getCropLeft()
      Description copied from interface: FittingOptions
      Gets the crop left.
      Specified by:
      getCropLeft in interface FittingOptions
      Returns:
      the cropLeft
    • 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
    • getCropTop

      public double getCropTop()
      Description copied from interface: FittingOptions
      Gets the crop top.
      Specified by:
      getCropTop in interface FittingOptions
      Returns:
      the cropTop
    • 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
    • getCropRight

      public double getCropRight()
      Description copied from interface: FittingOptions
      Gets the crop right.
      Specified by:
      getCropRight in interface FittingOptions
      Returns:
      the cropRight
    • 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
    • getCropBottom

      public double getCropBottom()
      Description copied from interface: FittingOptions
      Gets the crop bottom.
      Specified by:
      getCropBottom in interface FittingOptions
      Returns:
      the cropBottom
    • 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
    • getFitting

      public int getFitting()
      Description copied from interface: FittingOptions
      Gets the fitting.
      Specified by:
      getFitting in interface FittingOptions
      Returns:
      the fitting
    • 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