Class MarginImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.MarginImpl
-
- All Implemented Interfaces:
Margin,java.io.Serializable
public class MarginImpl extends java.lang.Object implements java.io.Serializable, Margin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarginImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBottom()Gets the bottom.doublegetInside()Gets the inside.doublegetLeft()Gets the left.doublegetOutside()Gets the outside.doublegetRight()Gets the right.doublegetTop()Gets the top.voidsetBottom(double bottom)Sets the bottom.voidsetInside(double inside)Sets the inside.voidsetLeft(double left)Sets the left.voidsetOutside(double outside)Sets the outside.voidsetRight(double right)Sets the right.voidsetTop(double top)Sets the top.
-
-
-
Method Detail
-
getLeft
public double getLeft()
Description copied from interface:MarginGets the left.
-
setLeft
public void setLeft(double left)
Description copied from interface:MarginSets the left.
-
getTop
public double getTop()
Description copied from interface:MarginGets the top.
-
setTop
public void setTop(double top)
Description copied from interface:MarginSets the top.
-
getRight
public double getRight()
Description copied from interface:MarginGets the right.
-
setRight
public void setRight(double right)
Description copied from interface:MarginSets the right.
-
getBottom
public double getBottom()
Description copied from interface:MarginGets the bottom.
-
setBottom
public void setBottom(double bottom)
Description copied from interface:MarginSets the bottom.
-
getInside
public double getInside()
Description copied from interface:MarginGets the inside.
-
setInside
public void setInside(double inside)
Description copied from interface:MarginSets the inside.
-
getOutside
public double getOutside()
Description copied from interface:MarginGets the outside.- Specified by:
getOutsidein interfaceMargin- Returns:
- the outside
-
setOutside
public void setOutside(double outside)
Description copied from interface:MarginSets the outside.- Specified by:
setOutsidein interfaceMargin- Parameters:
outside- the new outside
-
-