Uses of Class
org.jfree.chart.api.UnitType
-
Packages that use UnitType Package Description org.jfree.chart.api Types and enumerations used in the JFreeChart public API.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass. -
-
Uses of UnitType in org.jfree.chart.api
Methods in org.jfree.chart.api that return UnitType Modifier and Type Method Description UnitTypeRectangleInsets. getUnitType()Returns the unit type (absolute or relative).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.Constructors in org.jfree.chart.api 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.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.
-