Padding
Contents
[
Hide
]Inheritance: java.lang.Object
public class Padding
Paddings parameters.
Constructors
| Constructor | Description |
|---|---|
| Padding() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBottom() | Bottom padding. |
| getClass() | |
| getLeft() | Left padding. |
| getRight() | Right padding. |
| getTop() | Top padding. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBottom(Unit value) | Bottom padding. |
| setLeft(Unit value) | Left padding. |
| setRight(Unit value) | Right padding. |
| setTop(Unit value) | Top padding. |
| toString() | Returns a human-readable string representation of this Padding . |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Padding()
public Padding()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBottom()
public Unit getBottom()
Bottom padding.
Returns: Unit
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLeft()
public Unit getLeft()
Left padding.
Returns: Unit
getRight()
public Unit getRight()
Right padding.
Returns: Unit
getTop()
public Unit getTop()
Top padding.
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBottom(Unit value)
public void setBottom(Unit value)
Bottom padding.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Unit |
setLeft(Unit value)
public void setLeft(Unit value)
Left padding.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Unit |
setRight(Unit value)
public void setRight(Unit value)
Right padding.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Unit |
setTop(Unit value)
public void setTop(Unit value)
Top padding.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Unit |
toString()
public String toString()
Returns a human-readable string representation of this Padding .
Returns: java.lang.String - A string that represents this Padding .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |