Uses of Class
org.jfree.chart.util.BooleanList
-
Packages that use BooleanList Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
-
Uses of BooleanList in org.jfree.chart
Methods in org.jfree.chart with parameters of type BooleanList Modifier and Type Method Description static 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 BooleanList Modifier and Type Field Description private 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 BooleanList Modifier and Type Field Description private 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 BooleanList Modifier and Type Field Description private 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.
-