Class DRMargin
java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRMargin
- All Implemented Interfaces:
DRIMargin, Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBottom.intgetLeft()getLeft.intgetRight()getRight.intgetTop()getTop.voidsetBottom(int bottom) Setter for the fieldbottom.voidsetLeft(int left) Setter for the fieldleft.voidsetRight(int right) Setter for the fieldright.voidsetTop(int top) Setter for the fieldtop.
-
Constructor Details
-
DRMargin
public DRMargin()Constructor for DRMargin.
-
DRMargin
public DRMargin(int margin) Constructor for DRMargin.
- Parameters:
margin- an int.
-
-
Method Details
-
getTop
-
setTop
public void setTop(int top) Setter for the field
top.- Parameters:
top- an int.
-
getLeft
-
setLeft
public void setLeft(int left) Setter for the field
left.- Parameters:
left- an int.
-
getBottom
-
setBottom
public void setBottom(int bottom) Setter for the field
bottom.- Parameters:
bottom- an int.
-
getRight
-
setRight
public void setRight(int right) Setter for the field
right.- Parameters:
right- an int.
-