ewe.fx
Class Insets
java.lang.Object
ewe.fx.Insets
- All Implemented Interfaces:
- Encodable
- public class Insets
- extends Object
- implements Encodable
|
Constructor Summary |
Insets(int t,
int l,
int b,
int r)
|
|
Method Summary |
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. |
top
public int top
bottom
public int bottom
left
public int left
right
public int right
Insets
public Insets(int t,
int l,
int b,
int r)
apply
public static void apply(Insets in,
Rect r)
- Apply the specified Insets to the Rect r. If the Insets is null nothing is done.
apply
public void apply(Rect r)
- Apply this Insets to the Rect r.