public class DRMargin extends Object implements DRIMargin
DRMargin class.
| Constructor and Description |
|---|
DRMargin()
Constructor for DRMargin.
|
DRMargin(int margin)
Constructor for DRMargin.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBottom()
getBottom.
|
int |
getLeft()
getLeft.
|
int |
getRight()
getRight.
|
int |
getTop()
getTop.
|
void |
setBottom(int bottom)
Setter for the field
bottom. |
void |
setLeft(int left)
Setter for the field
left. |
void |
setRight(int right)
Setter for the field
right. |
void |
setTop(int top)
Setter for the field
top. |
public DRMargin()
Constructor for DRMargin.
public DRMargin(int margin)
Constructor for DRMargin.
margin - a int.public void setTop(int top)
Setter for the field top.
top - a int.public void setLeft(int left)
Setter for the field left.
left - a int.public int getBottom()
getBottom.
public void setBottom(int bottom)
Setter for the field bottom.
bottom - a int.public int getRight()
getRight.
public void setRight(int right)
Setter for the field right.
right - a int.Copyright © 2010–2021. All rights reserved.