public class Padding extends Object
| Constructor | Description |
|---|---|
Padding() |
| Modifier and Type | Method | Description |
|---|---|---|
Padding |
all(Integer all) |
|
Padding |
bottom(Integer bottom) |
|
boolean |
equals(Object o) |
|
Integer |
getAll() |
Gets or sets the padding value for all the edges
|
Integer |
getBottom() |
Gets or sets the padding value for the bottom edge
|
Integer |
getLeft() |
Gets or sets the padding value for the left edge
|
Integer |
getRight() |
Gets or sets the padding value for the right edge
|
Integer |
getTop() |
Gets or sets the padding value for the top edge
|
int |
hashCode() |
|
Padding |
left(Integer left) |
|
Padding |
right(Integer right) |
|
void |
setAll(Integer all) |
|
void |
setBottom(Integer bottom) |
|
void |
setLeft(Integer left) |
|
void |
setRight(Integer right) |
|
void |
setTop(Integer top) |
|
Padding |
top(Integer top) |
|
String |
toString() |
public Integer getAll()
public void setAll(Integer all)
public Integer getLeft()
public void setLeft(Integer left)
public Integer getTop()
public void setTop(Integer top)
public Integer getRight()
public void setRight(Integer right)
public Integer getBottom()
public void setBottom(Integer bottom)
Copyright © 2025. All rights reserved.