Uses of Enum
org.jfree.chart.util.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
Modifier and TypeMethodDescriptionStandardXYItemRenderer.getGapThresholdType()
Returns the gap threshold type (relative or absolute).Modifier 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
Modifier and TypeMethodDescriptionRectangleInsets.getUnitType()
Returns the unit type (absolute or relative).ModifierConstructorDescriptionRectangleInsets
(UnitType unitType, double top, double left, double bottom, double right) Creates a new instance. -
Uses of UnitType in org.jfree.chart.util