Uses of Class
org.jfree.chart.util.UnitType
-
Packages that use UnitType Package Description org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class.org.jfree.chart.ui Utility classes that relate to user interface items.org.jfree.chart.util Utility classes used by JFreeChart. -
-
Uses of UnitType in org.jfree.chart.renderer.xy
Fields in org.jfree.chart.renderer.xy declared as UnitType Modifier and Type Field Description private UnitType
StandardXYItemRenderer. gapThresholdType
Specifies how the gap threshold value is interpreted.Methods in org.jfree.chart.renderer.xy that return UnitType Modifier and Type Method Description UnitType
StandardXYItemRenderer. getGapThresholdType()
Returns the gap threshold type (relative or absolute).Methods in org.jfree.chart.renderer.xy with parameters of type UnitType Modifier and Type Method Description void
StandardXYItemRenderer. setGapThresholdType(UnitType thresholdType)
Sets the gap threshold type and sends aRendererChangeEvent
to all registered listeners. -
Uses of UnitType in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as UnitType Modifier and Type Field Description private UnitType
RectangleInsets. unitType
Absolute or relative units.Methods in org.jfree.chart.ui that return UnitType Modifier and Type Method Description UnitType
RectangleInsets. getUnitType()
Returns the unit type (absolute or relative).Constructors in org.jfree.chart.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.chart.util
Methods in org.jfree.chart.util that return UnitType Modifier and Type Method Description static UnitType
UnitType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitType[]
UnitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-