| Package | Description |
|---|---|
| org.jfree.ui | |
| org.jfree.util |
| Modifier and Type | Method and Description |
|---|---|
UnitType |
RectangleInsets.getUnitType()
Returns the unit type (absolute or relative).
|
| Constructor and Description |
|---|
RectangleInsets(UnitType unitType,
double top,
double left,
double bottom,
double right)
Creates a new instance.
|
| Modifier and Type | Field and Description |
|---|---|
static UnitType |
UnitType.ABSOLUTE
Absolute.
|
static UnitType |
UnitType.RELATIVE
Relative.
|
Copyright © 2011. All Rights Reserved.