Package | Description |
---|---|
org.jfree.text |
Utility classes relating to text.
|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Field and Description |
---|---|
private RectangleInsets |
TextBox.interiorGap
The interior space.
|
Modifier and Type | Method and Description |
---|---|
RectangleInsets |
TextBox.getInteriorGap()
Returns the interior gap.
|
Modifier and Type | Method and Description |
---|---|
void |
TextBox.setInteriorGap(RectangleInsets gap)
Sets the interior gap.
|
Modifier and Type | Field and Description |
---|---|
static RectangleInsets |
RectangleInsets.ZERO_INSETS
A useful constant representing zero insets.
|