Class DRDesignMargin
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.DRDesignMargin
- All Implemented Interfaces:
DRIDesignMargin, Serializable
DRDesignMargin class.
- Author:
- Ricardo Mariaca
- See Also:
-
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
-
DRDesignMargin
public DRDesignMargin()
-
-
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
public int getBottom()getBottom.
- Specified by:
getBottomin interfaceDRIDesignMargin- Returns:
- an int.
-
setBottom
public void setBottom(int bottom) Setter for the field
bottom.- Parameters:
bottom- an int.
-
getRight
public int getRight()getRight.
- Specified by:
getRightin interfaceDRIDesignMargin- Returns:
- an int.
-
setRight
public void setRight(int right) Setter for the field
right.- Parameters:
right- an int.
-