public class Margins extends Object
Margins class.
Constructor and Description |
---|
Margins() |
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Gets or sets bottom margin.
|
int |
getLeft()
Gets or sets left margin.
|
int |
getRight()
Gets or sets right margin.
|
int |
getTop()
Gets or sets top margin.
|
void |
setBottom(int value)
Gets or sets bottom margin.
|
void |
setLeft(int value)
Gets or sets left margin.
|
void |
setRight(int value)
Gets or sets right margin.
|
void |
setTop(int value)
Gets or sets top margin.
|
public final int getLeft()
Gets or sets left margin.
public final void setLeft(int value)
Gets or sets left margin.
public final int getRight()
Gets or sets right margin.
public final void setRight(int value)
Gets or sets right margin.
public final int getTop()
Gets or sets top margin.
public final void setTop(int value)
Gets or sets top margin.
public final int getBottom()
Gets or sets bottom margin.
public final void setBottom(int value)
Gets or sets bottom margin.