public class PointInsets extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
bottom |
double |
left |
double |
right |
double |
top |
| Constructor and Description |
|---|
PointInsets() |
PointInsets(double top,
double left,
double bottom,
double right) |