public class Margin extends Object
Constructor | Description |
---|---|
Margin() |
Modifier and Type | Method | Description |
---|---|---|
Margin |
bottom(Double bottom) |
|
boolean |
equals(Object o) |
|
Double |
getBottom() |
Gets or sets the bottom margin.
|
Double |
getLeft() |
Gets or sets the left margin.
|
String |
getMarginType() |
Gets or sets the type of the margin.
|
Double |
getRight() |
Gets or sets the right margin.
|
Double |
getTop() |
Gets or sets the top margin.
|
int |
hashCode() |
|
Margin |
left(Double left) |
|
Margin |
marginType(String marginType) |
|
Margin |
right(Double right) |
|
void |
setBottom(Double bottom) |
|
void |
setLeft(Double left) |
|
void |
setMarginType(String marginType) |
|
void |
setRight(Double right) |
|
void |
setTop(Double top) |
|
Margin |
top(Double top) |
|
String |
toString() |
public String getMarginType()
public void setMarginType(String marginType)
public Double getRight()
public void setRight(Double right)
public Double getLeft()
public void setLeft(Double left)
public Double getTop()
public void setTop(Double top)
public Double getBottom()
public void setBottom(Double bottom)
Copyright © 2019. All rights reserved.