Uses of Class
org.jfree.chart.util.UnitType
| Package | Description |
|---|---|
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot 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
Methods in org.jfree.chart.renderer.xy that return UnitType Modifier and Type Method Description UnitTypeStandardXYItemRenderer. 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 voidStandardXYItemRenderer. setGapThresholdType(UnitType thresholdType)Sets the gap threshold type and sends aRendererChangeEventto all registered listeners. -
Uses of UnitType in org.jfree.chart.ui
Methods in org.jfree.chart.ui that return UnitType Modifier and Type Method Description UnitTypeRectangleInsets. 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 UnitTypeUnitType. valueOf(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.