Class MarginsImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.MarginsImpl
- All Implemented Interfaces:
Margins,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoublegetTop()voidsetBottom(double bottom) voidsetInsideLeft(double insideLeft) voidsetOutsideRight(double outsideRight) voidsetTop(double top)
-
Constructor Details
-
MarginsImpl
public MarginsImpl()
-
-
Method Details
-
getInsideLeft
public double getInsideLeft()- Specified by:
getInsideLeftin interfaceMargins- Returns:
- the insideLeft
-
setInsideLeft
public void setInsideLeft(double insideLeft) - Specified by:
setInsideLeftin interfaceMargins- Parameters:
insideLeft- the insideLeft to set
-
getTop
public double getTop() -
setTop
public void setTop(double top) -
getOutsideRight
public double getOutsideRight()- Specified by:
getOutsideRightin interfaceMargins- Returns:
- the outsideRight
-
setOutsideRight
public void setOutsideRight(double outsideRight) - Specified by:
setOutsideRightin interfaceMargins- Parameters:
outsideRight- the outsideRight to set
-
getBottom
public double getBottom() -
setBottom
public void setBottom(double bottom)
-