-
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
static Insets |
EMPTY |
Empty insets.
|
-
Constructor Summary
Constructors
Constructor |
Description |
Insets(double topRightBottomLeft) |
Constructs a new Insets instance with same value for all four offsets.
|
Insets(double top,
double right,
double bottom,
double left) |
Constructs a new Insets instance with four different offsets.
|
-
-
Constructor Detail
-
Insets
public Insets(double top,
double right,
double bottom,
double left)
Constructs a new Insets instance with four different offsets.
- Parameters:
top
- the top offset
right
- the right offset
bottom
- the bottom offset
left
- the left offset