Class MarginsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.MarginsImpl
-
- All Implemented Interfaces:
Margins,java.io.Serializable
public class MarginsImpl extends java.lang.Object implements java.io.Serializable, Margins
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarginsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBottom()doublegetInsideLeft()doublegetOutsideRight()doublegetTop()voidsetBottom(double bottom)voidsetInsideLeft(double insideLeft)voidsetOutsideRight(double outsideRight)voidsetTop(double top)
-
-
-
Method Detail
-
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
-
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()
-
-