public class NativeInsets
extends java.lang.Object
The coordinate values are expressed in native (pixels) units.
| Modifier and Type | Field and Description |
|---|---|
int |
bottom
Insets at bottom side.
|
int |
left
Insets at left side.
|
int |
right
Insets at right side.
|
int |
top
Insets at top side.
|
static NativeInsets |
ZERO_INSETS
Constant object which represents zero insets.
|
| Constructor and Description |
|---|
NativeInsets(int top,
int left,
int bottom,
int right)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Obtain a short and comprehensive description of the current object, used in debug only.
|
public static final NativeInsets ZERO_INSETS
public int top
public int left
public int bottom
public int right