Class MarginImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.MarginImpl
- All Implemented Interfaces:
Margin,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the bottom.doubleGets the inside.doublegetLeft()Gets the left.doubleGets 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.
-
Constructor Details
-
MarginImpl
public MarginImpl()
-
-
Method Details
-
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
-