Constructor and Description |
---|
Insets() |
Insets(int t,
int l,
int b,
int r) |
Modifier and Type | Method and Description |
---|---|
static void |
apply(Insets in,
Rect r)
Apply the specified Insets to the Rect r.
|
void |
apply(Rect r)
Apply this Insets to the Rect r.
|
static Insets |
getEmptyInsets() |
String |
toString()
Return a String representation of this object.
|
public int top
public int bottom
public int left
public int right
public static Insets getEmptyInsets()
public String toString()
Object
public static void apply(Insets in, Rect r)
public void apply(Rect r)