@XStreamConverter(value=RoundConverter.class) public final class Round extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, com.alee.api.Mergeable<Round>
| Modifier and Type | Field and Description |
|---|---|
int |
bottomLeft
Bottom left corner round.
|
int |
bottomRight
Bottom right corner round.
|
int |
topLeft
Top left corner round.
|
int |
topRight
Top right corner round.
|
| Constructor and Description |
|---|
Round()
Constructs zero corners round data.
|
Round(int topLeft,
int topRight,
int bottomRight,
int bottomLeft)
Constructs corners round data with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
Round |
clone() |
Round |
merge(Round merged) |
java.lang.String |
toString() |
public int topLeft
public int topRight
public int bottomRight
public int bottomLeft
public Round()
public Round(int topLeft,
int topRight,
int bottomRight,
int bottomLeft)
topLeft - top left corner roundtopRight - top right corner roundbottomRight - bottom right corner roundbottomLeft - bottom left corner round