Class FittingOptionsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.FittingOptionsImpl
-
- All Implemented Interfaces:
FittingOptions,java.io.Serializable
public class FittingOptionsImpl extends java.lang.Object implements java.io.Serializable, FittingOptions
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FittingOptionsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAutofit()Gets the autofit.doublegetCropBottom()Gets the crop bottom.doublegetCropLeft()Gets the crop left.doublegetCropRight()Gets the crop right.doublegetCropTop()Gets the crop top.intgetFitting()Gets the fitting.intgetRefPoint()Gets the ref point.voidsetAutofit(int autofit)Sets the autofit.voidsetCropBottom(double cropBottom)Sets the crop bottom.voidsetCropLeft(double cropLeft)Sets the crop left.voidsetCropRight(double cropRight)Sets the crop right.voidsetCropTop(double cropTop)Sets the crop top.voidsetFitting(int fitting)Sets the fitting.voidsetRefPoint(int refPoint)Sets the ref point.
-
-
-
Method Detail
-
getAutofit
public int getAutofit()
Description copied from interface:FittingOptionsGets the autofit.- Specified by:
getAutofitin interfaceFittingOptions- Returns:
- the autofit
-
setAutofit
public void setAutofit(int autofit)
Description copied from interface:FittingOptionsSets the autofit.- Specified by:
setAutofitin interfaceFittingOptions- Parameters:
autofit- the autofit to set
-
getRefPoint
public int getRefPoint()
Description copied from interface:FittingOptionsGets the ref point.- Specified by:
getRefPointin interfaceFittingOptions- Returns:
- the refPoint
-
setRefPoint
public void setRefPoint(int refPoint)
Description copied from interface:FittingOptionsSets the ref point.- Specified by:
setRefPointin interfaceFittingOptions- Parameters:
refPoint- the refPoint to set
-
getCropLeft
public double getCropLeft()
Description copied from interface:FittingOptionsGets the crop left.- Specified by:
getCropLeftin interfaceFittingOptions- Returns:
- the cropLeft
-
setCropLeft
public void setCropLeft(double cropLeft)
Description copied from interface:FittingOptionsSets the crop left.- Specified by:
setCropLeftin interfaceFittingOptions- Parameters:
cropLeft- the cropLeft to set
-
getCropTop
public double getCropTop()
Description copied from interface:FittingOptionsGets the crop top.- Specified by:
getCropTopin interfaceFittingOptions- Returns:
- the cropTop
-
setCropTop
public void setCropTop(double cropTop)
Description copied from interface:FittingOptionsSets the crop top.- Specified by:
setCropTopin interfaceFittingOptions- Parameters:
cropTop- the cropTop to set
-
getCropRight
public double getCropRight()
Description copied from interface:FittingOptionsGets the crop right.- Specified by:
getCropRightin interfaceFittingOptions- Returns:
- the cropRight
-
setCropRight
public void setCropRight(double cropRight)
Description copied from interface:FittingOptionsSets the crop right.- Specified by:
setCropRightin interfaceFittingOptions- Parameters:
cropRight- the cropRight to set
-
getCropBottom
public double getCropBottom()
Description copied from interface:FittingOptionsGets the crop bottom.- Specified by:
getCropBottomin interfaceFittingOptions- Returns:
- the cropBottom
-
setCropBottom
public void setCropBottom(double cropBottom)
Description copied from interface:FittingOptionsSets the crop bottom.- Specified by:
setCropBottomin interfaceFittingOptions- Parameters:
cropBottom- the cropBottom to set
-
getFitting
public int getFitting()
Description copied from interface:FittingOptionsGets the fitting.- Specified by:
getFittingin interfaceFittingOptions- Returns:
- the fitting
-
setFitting
public void setFitting(int fitting)
Description copied from interface:FittingOptionsSets the fitting.- Specified by:
setFittingin interfaceFittingOptions- Parameters:
fitting- the fitting to set
-
-