Uses of Class
org.jfree.chart.util.ObjectList
Packages that use ObjectList
Package
Description
Plot classes and related interfaces.
Classes for creating dial plots.
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes.Plug-in renderers for the
CategoryPlot class.-
Uses of ObjectList in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ObjectListModifier and TypeFieldDescriptionprivate ObjectListPolarPlot.axesThe range axis (used for the y-values).private ObjectListPolarPlot.axisLocationsThe axis locations.private ObjectListPolarPlot.datasetsStorage for the datasets.private ObjectListPolarPlot.renderersStorage for the renderers. -
Uses of ObjectList in org.jfree.chart.plot.dial
Fields in org.jfree.chart.plot.dial declared as ObjectListModifier and TypeFieldDescriptionprivate ObjectListDialPlot.datasetsThe dataset(s) for the dial plot.private ObjectListDialPlot.datasetToScaleMapStorage for keys that map datasets to scales.private ObjectListDialPlot.scalesThe scale(s) for the dial plot. -
Uses of ObjectList in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer declared as ObjectListModifier and TypeFieldDescriptionprivate ObjectListDefaultPolarItemRenderer.toolTipGeneratorListA list of tool tip generators (one per series). -
Uses of ObjectList in org.jfree.chart.renderer.category
Fields in org.jfree.chart.renderer.category declared as ObjectListModifier and TypeFieldDescriptionprotected ObjectListLayeredBarRenderer.seriesBarWidthListA list of the width of each series bar.