Uses of Class
org.jfree.util.UnitType
-
Packages that use UnitType Package Description org.jfree.ui Utility classes for creating user interfaces.org.jfree.util General utility classes. -
-
Uses of UnitType in org.jfree.ui
Methods in org.jfree.ui that return UnitType Modifier and Type Method Description UnitType
RectangleInsets. getUnitType()
Returns the unit type (absolute or relative).Constructors in org.jfree.ui with parameters of type UnitType Constructor Description RectangleInsets(UnitType unitType, double top, double left, double bottom, double right)
Creates a new instance. -
Uses of UnitType in org.jfree.util
Fields in org.jfree.util declared as UnitType Modifier and Type Field Description static UnitType
UnitType. ABSOLUTE
Absolute.static UnitType
UnitType. RELATIVE
Relative.
-