Uses of Class
org.jfree.ui.RectangleInsets
-
Packages that use RectangleInsets Package Description org.jfree.text Utility classes relating to text.org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of RectangleInsets in org.jfree.text
Fields in org.jfree.text declared as RectangleInsets Modifier and Type Field Description private RectangleInsets
TextBox. interiorGap
The interior space.Methods in org.jfree.text that return RectangleInsets Modifier and Type Method Description RectangleInsets
TextBox. getInteriorGap()
Returns the interior gap.Methods in org.jfree.text with parameters of type RectangleInsets Modifier and Type Method Description void
TextBox. setInteriorGap(RectangleInsets gap)
Sets the interior gap. -
Uses of RectangleInsets in org.jfree.ui
Fields in org.jfree.ui declared as RectangleInsets Modifier and Type Field Description static RectangleInsets
RectangleInsets. ZERO_INSETS
A useful constant representing zero insets.
-