Uses of Class
org.jfree.chart.util.BooleanList
Packages that use BooleanList
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.-
Uses of BooleanList in org.jfree.chart
Methods in org.jfree.chart with parameters of type BooleanListModifier and TypeMethodDescriptionstatic int
HashUtils.hashCode
(int pre, BooleanList list) Computes a hash code for aBooleanList
. -
Uses of BooleanList in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer declared as BooleanListModifier and TypeFieldDescriptionprivate BooleanList
AbstractRenderer.createEntitiesList
Flags that control whether or not entities are generated for each series.private BooleanList
AbstractRenderer.itemLabelsVisibleList
Visibility of the item labels PER series.private BooleanList
DefaultPolarItemRenderer.seriesFilled
Flags that control whether the renderer fills each series or not.private BooleanList
AbstractRenderer.seriesVisibleInLegendList
A list of flags that controls whether or not each series is visible in the legend.private BooleanList
AbstractRenderer.seriesVisibleList
A list of flags that controls whether or not each series is visible. -
Uses of BooleanList in org.jfree.chart.renderer.category
Fields in org.jfree.chart.renderer.category declared as BooleanListModifier and TypeFieldDescriptionprivate BooleanList
LineAndShapeRenderer.seriesLinesVisible
A table of flags that control (per series) whether or not lines are visible.private BooleanList
LineAndShapeRenderer.seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled.private BooleanList
ScatterRenderer.seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled.private BooleanList
LineAndShapeRenderer.seriesShapesVisible
A table of flags that control (per series) whether or not shapes are visible. -
Uses of BooleanList in org.jfree.chart.renderer.xy
Fields in org.jfree.chart.renderer.xy declared as BooleanListModifier and TypeFieldDescriptionprivate BooleanList
XYLineAndShapeRenderer.seriesLinesVisible
A table of flags that control (per series) whether or not lines are visible.private BooleanList
StandardXYItemRenderer.seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled.private BooleanList
XYLineAndShapeRenderer.seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled.private BooleanList
XYLineAndShapeRenderer.seriesShapesVisible
A table of flags that control (per series) whether or not shapes are visible.