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 intHashUtils.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 BooleanListAbstractRenderer.createEntitiesListFlags that control whether or not entities are generated for each series.private BooleanListAbstractRenderer.itemLabelsVisibleListVisibility of the item labels PER series.private BooleanListDefaultPolarItemRenderer.seriesFilledFlags that control whether the renderer fills each series or not.private BooleanListAbstractRenderer.seriesVisibleInLegendListA list of flags that controls whether or not each series is visible in the legend.private BooleanListAbstractRenderer.seriesVisibleListA 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 BooleanListLineAndShapeRenderer.seriesLinesVisibleA table of flags that control (per series) whether or not lines are visible.private BooleanListLineAndShapeRenderer.seriesShapesFilledA table of flags that control (per series) whether or not shapes are filled.private BooleanListScatterRenderer.seriesShapesFilledA table of flags that control (per series) whether or not shapes are filled.private BooleanListLineAndShapeRenderer.seriesShapesVisibleA 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 BooleanListXYLineAndShapeRenderer.seriesLinesVisibleA table of flags that control (per series) whether or not lines are visible.private BooleanListStandardXYItemRenderer.seriesShapesFilledA table of flags that control (per series) whether or not shapes are filled.private BooleanListXYLineAndShapeRenderer.seriesShapesFilledA table of flags that control (per series) whether or not shapes are filled.private BooleanListXYLineAndShapeRenderer.seriesShapesVisibleA table of flags that control (per series) whether or not shapes are visible.