Uses of Class
org.jfree.chart.util.ObjectList
-
Packages that use ObjectList Package Description org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.dial Classes for creating dial plots.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass. -
-
Uses of ObjectList in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ObjectList Modifier and Type Field Description private 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 ObjectList Modifier and Type Field Description private 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 ObjectList Modifier and Type Field Description private 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 ObjectList Modifier and Type Field Description protected ObjectListLayeredBarRenderer. seriesBarWidthListA list of the width of each series bar.
-