Uses of Enum
org.jfree.chart.util.UnitType
Packages that use UnitType
Package
Description
Plug-in renderers for the
XYPlot
class.Utility classes that relate to user interface items.
Utility classes used by JFreeChart.
-
Uses of UnitType in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return UnitTypeModifier and TypeMethodDescriptionStandardXYItemRenderer.getGapThresholdType()
Returns the gap threshold type (relative or absolute).Methods in org.jfree.chart.renderer.xy with parameters of type UnitTypeModifier and TypeMethodDescriptionvoid
StandardXYItemRenderer.setGapThresholdType
(UnitType thresholdType) Sets the gap threshold type and sends aRendererChangeEvent
to all registered listeners. -
Uses of UnitType in org.jfree.chart.ui
Methods in org.jfree.chart.ui that return UnitTypeModifier and TypeMethodDescriptionRectangleInsets.getUnitType()
Returns the unit type (absolute or relative).Constructors in org.jfree.chart.ui with parameters of type UnitTypeModifierConstructorDescriptionRectangleInsets
(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