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 RectangleInsetsTextBox. interiorGapThe interior space.Methods in org.jfree.text that return RectangleInsets Modifier and Type Method Description RectangleInsetsTextBox. getInteriorGap()Returns the interior gap.Methods in org.jfree.text with parameters of type RectangleInsets Modifier and Type Method Description voidTextBox. 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 RectangleInsetsRectangleInsets. ZERO_INSETSA useful constant representing zero insets.
-