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
Fields in org.jfree.ui declared as UnitType Modifier and Type Field Description private UnitTypeRectangleInsets. unitTypeAbsolute or relative units.Methods in org.jfree.ui that return UnitType Modifier and Type Method Description UnitTypeRectangleInsets. 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 UnitTypeUnitType. ABSOLUTEAbsolute.static UnitTypeUnitType. RELATIVERelative.
-