Package | Description |
---|---|
org.jfree.ui |
Utility classes for creating user interfaces.
|
org.jfree.util |
General utility classes.
|
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 © 2001–2018 JFree.org. All rights reserved.