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.
|