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