public class DRDesignMargin extends Object implements DRIDesignMargin
DRDesignMargin class.
Constructor and Description |
---|
DRDesignMargin() |
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 int getTop()
getTop.
getTop
in interface DRIDesignMargin
public void setTop(int top)
Setter for the field top
.
top
- a int.public int getLeft()
getLeft.
getLeft
in interface DRIDesignMargin
public void setLeft(int left)
Setter for the field left
.
left
- a int.public int getBottom()
getBottom.
getBottom
in interface DRIDesignMargin
public void setBottom(int bottom)
Setter for the field bottom
.
bottom
- a int.public int getRight()
getRight.
getRight
in interface DRIDesignMargin
public void setRight(int right)
Setter for the field right
.
right
- a int.Copyright © 2010–2021. All rights reserved.