Uses of Class
org.jfree.chart.util.UnitType
-
Packages that use UnitType Package Description org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.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 UnitTypeStandardXYItemRenderer. gapThresholdTypeSpecifies how the gap threshold value is interpreted.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
Fields in org.jfree.chart.ui declared as UnitType Modifier and Type Field Description private UnitTypeRectangleInsets. unitTypeAbsolute or relative units.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(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.
-