Uses of Interface
org.jfree.data.category.CategoryDataset
Packages that use CategoryDataset
Package
Description
-
Uses of CategoryDataset in de.grogra.pf.data
Classes in de.grogra.pf.data that implement CategoryDataset -
Uses of CategoryDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type CategoryDatasetModifier and TypeMethodDescriptionstatic JFreeChartChartFactory.createAreaChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset) Creates an area chart with default settings.static JFreeChartChartFactory.createAreaChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates an area chart with default settings.static JFreeChartChartFactory.createBarChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset) Creates a bar chart with a vertical orientation.static JFreeChartChartFactory.createBarChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates a bar chart.static JFreeChartChartFactory.createLineChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset) Creates a line chart with default settings.static JFreeChartChartFactory.createLineChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates a line chart with default settings.static JFreeChartChartFactory.createMultiplePieChart(String title, CategoryDataset dataset, TableOrder order, boolean legend, boolean tooltips, boolean urls) Creates a chart that displays multiple pie plots.static JFreeChartChartFactory.createMultiplePieChart3D(String title, CategoryDataset dataset, TableOrder order, boolean legend, boolean tooltips, boolean urls) Creates a chart that displays multiple pie plots.static JFreeChartChartFactory.createStackedAreaChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset) Creates a stacked area chart with default settings.static JFreeChartChartFactory.createStackedAreaChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates a stacked area chart with default settings.static JFreeChartChartFactory.createStackedBarChart(String title, String domainAxisLabel, String rangeAxisLabel, CategoryDataset dataset) Creates a stacked bar chart with default settings.static JFreeChartChartFactory.createStackedBarChart(String title, String domainAxisLabel, String rangeAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates a stacked bar chart with default settings.static JFreeChartChartFactory.createWaterfallChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates a waterfall chart. -
Uses of CategoryDataset in org.jfree.chart.axis
Methods in org.jfree.chart.axis with parameters of type CategoryDatasetModifier and TypeMethodDescriptiondoubleCategoryAxis.getCategorySeriesMiddle(Comparable category, Comparable seriesKey, CategoryDataset dataset, double itemMargin, Rectangle2D area, RectangleEdge edge) Returns the middle coordinate (in Java2D space) for a series within a category. -
Uses of CategoryDataset in org.jfree.chart.entity
Methods in org.jfree.chart.entity that return CategoryDatasetModifier and TypeMethodDescriptionCategoryItemEntity.getDataset()Returns the dataset this entity refers to.Methods in org.jfree.chart.entity with parameters of type CategoryDatasetModifier and TypeMethodDescriptionvoidCategoryItemEntity.setDataset(CategoryDataset dataset) Sets the dataset this entity refers to.Constructors in org.jfree.chart.entity with parameters of type CategoryDatasetModifierConstructorDescriptionCategoryItemEntity(Shape area, String toolTipText, String urlText, CategoryDataset dataset, Comparable rowKey, Comparable columnKey) Creates a new entity instance for an item in the specified dataset. -
Uses of CategoryDataset in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type CategoryDatasetModifier and TypeMethodDescriptionprotected Object[]AbstractCategoryItemLabelGenerator.createItemArray(CategoryDataset dataset, int row, int column) Creates the array of items that can be passed to theMessageFormatclass for creating labels.protected Object[]BoxAndWhiskerToolTipGenerator.createItemArray(CategoryDataset dataset, int series, int item) Creates the array of items that can be passed to theMessageFormatclass for creating labels.protected Object[]IntervalCategoryItemLabelGenerator.createItemArray(CategoryDataset dataset, int row, int column) Creates the array of items that can be passed to theMessageFormatclass for creating labels.protected Object[]IntervalCategoryToolTipGenerator.createItemArray(CategoryDataset dataset, int row, int column) Creates the array of items that can be passed to theMessageFormatclass for creating labels.protected Object[]StandardCategorySeriesLabelGenerator.createItemArray(CategoryDataset dataset, int series) Creates the array of items that can be passed to theMessageFormatclass for creating labels.AbstractCategoryItemLabelGenerator.generateColumnLabel(CategoryDataset dataset, int column) Generates a label for the specified row.CategoryItemLabelGenerator.generateColumnLabel(CategoryDataset dataset, int column) Generates a label for the specified row.CategoryItemLabelGenerator.generateLabel(CategoryDataset dataset, int row, int column) Generates a label for the specified item.CategorySeriesLabelGenerator.generateLabel(CategoryDataset dataset, int series) Generates a label for the specified series.StandardCategoryItemLabelGenerator.generateLabel(CategoryDataset dataset, int row, int column) Generates the label for an item in a dataset.StandardCategorySeriesLabelGenerator.generateLabel(CategoryDataset dataset, int series) Generates a label for the specified series.protected StringAbstractCategoryItemLabelGenerator.generateLabelString(CategoryDataset dataset, int row, int column) Generates a for the specified item.AbstractCategoryItemLabelGenerator.generateRowLabel(CategoryDataset dataset, int row) Generates a label for the specified row.CategoryItemLabelGenerator.generateRowLabel(CategoryDataset dataset, int row) Generates a label for the specified row.CategoryToolTipGenerator.generateToolTip(CategoryDataset dataset, int row, int column) Generates the tool tip text for an item in a dataset.StandardCategoryToolTipGenerator.generateToolTip(CategoryDataset dataset, int row, int column) Generates the tool tip text for an item in a dataset. -
Uses of CategoryDataset in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return CategoryDatasetModifier and TypeMethodDescriptionCategoryPlot.getDataset()Returns the primary dataset for the plot.CategoryPlot.getDataset(int index) Returns the dataset with the given index, ornullif there is no dataset.MultiplePiePlot.getDataset()Returns the dataset used by the plot.SpiderWebPlot.getDataset()Returns the dataset.Methods in org.jfree.chart.plot with parameters of type CategoryDatasetModifier and TypeMethodDescriptionCategoryPlot.getRendererForDataset(CategoryDataset dataset) Returns the renderer for the specified dataset.intCategoryPlot.indexOf(CategoryDataset dataset) Returns the index of the specified dataset, or-1if the dataset does not belong to the plot.voidCategoryPlot.setDataset(int index, CategoryDataset dataset) Sets a dataset for the plot and sends a change notification to all registered listeners.voidCategoryPlot.setDataset(CategoryDataset dataset) Sets the dataset for the plot, replacing the existing dataset, if there is one.voidMultiplePiePlot.setDataset(CategoryDataset dataset) Sets the dataset used by the plot and sends aPlotChangeEventto all registered listeners.voidSpiderWebPlot.setDataset(CategoryDataset dataset) Sets the dataset used by the plot and sends aPlotChangeEventto all registered listeners.Constructors in org.jfree.chart.plot with parameters of type CategoryDatasetModifierConstructorDescriptionCategoryPlot(CategoryDataset dataset, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryItemRenderer renderer) Creates a new plot.MultiplePiePlot(CategoryDataset dataset) Creates a new plot.SpiderWebPlot(CategoryDataset dataset) Creates a new spider web plot with the given dataset, with each row representing a series.SpiderWebPlot(CategoryDataset dataset, TableOrder extract) Creates a new spider web plot with the given dataset. -
Uses of CategoryDataset in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type CategoryDatasetModifier and TypeMethodDescriptionprotected voidAbstractCategoryItemRenderer.addEntity(EntityCollection entities, Shape hotspot, CategoryDataset dataset, int row, int column, double entityX, double entityY) Adds an entity to the collection.protected voidAbstractCategoryItemRenderer.addItemEntity(EntityCollection entities, CategoryDataset dataset, int row, int column, Shape hotspot) Adds an entity with the specified hotspot.voidBoxAndWhiskerRenderer.drawHorizontalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column) Draws the visual representation of a single data item when the plot has a horizontal orientation.protected voidLayeredBarRenderer.drawHorizontalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column) Draws the bar for a single (series, category) data item.voidAreaRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws the bar for a single (series, category) data item.voidBoxAndWhiskerRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidCategoryItemRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws a single data item.voidCategoryStepRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidGanttRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws the bar for a single (series, category) data item.voidGroupedStackedBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws a stacked bar for a specific item.voidIntervalBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws the bar for a single (series, category) data item.voidLayeredBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column, int pass) Draws the bar for one item in the dataset.voidLevelRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws the bar for a single (series, category) data item.voidLineAndShapeRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidMinMaxCategoryRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidScatterRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidStackedAreaRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidStackedBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws a stacked bar for a specific item.voidStatisticalBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column, int pass) Draws the bar with its standard deviation line range for a single (series, category) data item.voidStatisticalLineAndShapeRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draw a single data item.voidWaterfallBarRenderer.drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass) Draws the bar for a single (series, category) data item.protected voidAbstractCategoryItemRenderer.drawItemLabel(Graphics2D g2, PlotOrientation orientation, CategoryDataset dataset, int row, int column, double x, double y, boolean negative) Draws an item label.protected voidBarRenderer.drawItemLabel(Graphics2D g2, CategoryDataset data, int row, int column, CategoryPlot plot, CategoryItemLabelGenerator generator, Rectangle2D bar, boolean negative) Draws an item label.voidBoxAndWhiskerRenderer.drawVerticalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column) Draws the visual representation of a single data item when the plot has a vertical orientation.protected voidLayeredBarRenderer.drawVerticalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column) Draws the bar for a single (series, category) data item.AbstractCategoryItemRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.protected RangeAbstractCategoryItemRenderer.findRangeBounds(CategoryDataset dataset, boolean includeInterval) Returns the range of values the renderer requires to display all the items from the specified dataset.BarRenderer.findRangeBounds(CategoryDataset dataset, boolean includeInterval) Returns the range of values the renderer requires to display all the items from the specified dataset.BoxAndWhiskerRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values from the specified dataset that the renderer will require to display all the data.CategoryItemRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.GroupedStackedBarRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.IntervalBarRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values from the specified dataset.ScatterRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedAreaRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedBarRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StatisticalBarRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StatisticalLineAndShapeRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.WaterfallBarRenderer.findRangeBounds(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.doubleAbstractCategoryItemRenderer.getItemMiddle(Comparable rowKey, Comparable columnKey, CategoryDataset dataset, CategoryAxis axis, Rectangle2D area, RectangleEdge edge) Returns the Java2D coordinate for the middle of the specified data item.doubleCategoryItemRenderer.getItemMiddle(Comparable rowKey, Comparable columnKey, CategoryDataset dataset, CategoryAxis axis, Rectangle2D area, RectangleEdge edge) Returns the Java2D coordinate for the middle of the specified data item.doubleGanttRenderer.getItemMiddle(Comparable rowKey, Comparable columnKey, CategoryDataset dataset, CategoryAxis axis, Rectangle2D area, RectangleEdge edge) Returns the Java2D coordinate for the middle of the specified data item.doubleLevelRenderer.getItemMiddle(Comparable rowKey, Comparable columnKey, CategoryDataset dataset, CategoryAxis axis, Rectangle2D area, RectangleEdge edge) Returns the Java2D coordinate for the middle of the specified data item.protected double[]StackedAreaRenderer.getStackValues(CategoryDataset dataset, int series, int index, int[] validRows) Calculates the stacked values (one positive and one negative) of all series up to, but not including,seriesfor the specified item. -
Uses of CategoryDataset in org.jfree.chart.urls
Methods in org.jfree.chart.urls with parameters of type CategoryDatasetModifier and TypeMethodDescriptionCategoryURLGenerator.generateURL(CategoryDataset dataset, int series, int category) Returns a URL for one item in a dataset.CustomCategoryURLGenerator.generateURL(CategoryDataset dataset, int series, int item) Generates a URL.StandardCategoryURLGenerator.generateURL(CategoryDataset dataset, int series, int category) Generates a URL for a particular item within a series. -
Uses of CategoryDataset in org.jfree.data.category
Subinterfaces of CategoryDataset in org.jfree.data.categoryModifier and TypeInterfaceDescriptioninterfaceA category dataset that defines a value range for each series/category combination.Classes in org.jfree.data.category that implement CategoryDatasetModifier and TypeClassDescriptionclassA default implementation of theCategoryDatasetinterface.classA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classACategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.Methods in org.jfree.data.category that return CategoryDatasetModifier and TypeMethodDescriptionCategoryToPieDataset.getUnderlyingDataset()Returns the underlying dataset.SlidingCategoryDataset.getUnderlyingDataset()Returns the underlying dataset that was supplied to the constructor.Constructors in org.jfree.data.category with parameters of type CategoryDatasetModifierConstructorDescriptionCategoryToPieDataset(CategoryDataset source, TableOrder extract, int index) An adaptor class that converts anyCategoryDatasetinto aPieDataset, by taking the values from a single row or column.SlidingCategoryDataset(CategoryDataset underlying, int firstColumn, int maxColumns) Creates a new instance. -
Uses of CategoryDataset in org.jfree.data.gantt
Subinterfaces of CategoryDataset in org.jfree.data.ganttModifier and TypeInterfaceDescriptioninterfaceAn extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement CategoryDatasetModifier and TypeClassDescriptionclassAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classA collection ofTaskSeriesobjects. -
Uses of CategoryDataset in org.jfree.data.general
Subinterfaces of CategoryDataset in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing (key, value) data items.Classes in org.jfree.data.general that implement CategoryDatasetModifier and TypeClassDescriptionclassA default implementation of theKeyedValues2DDatasetinterface.Methods in org.jfree.data.general that return CategoryDatasetModifier and TypeMethodDescriptionstatic CategoryDatasetDatasetUtils.createCategoryDataset(Comparable[] rowKeys, Comparable[] columnKeys, double[][] data) Creates aCategoryDatasetthat contains a copy of the data in an array (instances ofdoubleare created to represent the data items).static CategoryDatasetDatasetUtils.createCategoryDataset(Comparable rowKey, KeyedValues rowData) Creates aCategoryDatasetby copying the data from the suppliedKeyedValuesinstance.static CategoryDatasetDatasetUtils.createCategoryDataset(String rowKeyPrefix, String columnKeyPrefix, double[][] data) Creates aCategoryDatasetthat contains a copy of the data in an array (instances ofdoubleare created to represent the data items).static CategoryDatasetDatasetUtils.createCategoryDataset(String rowKeyPrefix, String columnKeyPrefix, Number[][] data) Creates aCategoryDatasetthat contains a copy of the data in an array.Methods in org.jfree.data.general with parameters of type CategoryDatasetModifier and TypeMethodDescriptionstatic PieDatasetDatasetUtils.createPieDatasetForColumn(CategoryDataset dataset, int column) Creates a pie dataset from aCategoryDatasetby taking all the values for a single column.static PieDatasetDatasetUtils.createPieDatasetForColumn(CategoryDataset dataset, Comparable columnKey) Creates a pie dataset from a table dataset by taking all the values for a single column.static PieDatasetDatasetUtils.createPieDatasetForRow(CategoryDataset dataset, int row) Creates a pie dataset from a table dataset by taking all the values for a single row.static PieDatasetDatasetUtils.createPieDatasetForRow(CategoryDataset dataset, Comparable rowKey) Creates a pie dataset from a table dataset by taking all the values for a single row.static RangeDatasetUtils.findCumulativeRangeBounds(CategoryDataset dataset) Calculates the range of values for a dataset where each item is the running total of the items for the current series.static NumberDatasetUtils.findMaximumRangeValue(CategoryDataset dataset) Returns the maximum range value for the specified dataset.static NumberDatasetUtils.findMaximumStackedRangeValue(CategoryDataset dataset) Returns the maximum value in the dataset range, assuming that values in each category are "stacked".static NumberDatasetUtils.findMinimumRangeValue(CategoryDataset dataset) Returns the minimum range value for the specified dataset.static NumberDatasetUtils.findMinimumStackedRangeValue(CategoryDataset dataset) Returns the minimum value in the dataset range, assuming that values in each category are "stacked".static RangeDatasetUtils.findRangeBounds(CategoryDataset dataset) Returns the range of values in the range for the dataset.static RangeDatasetUtils.findRangeBounds(CategoryDataset dataset, boolean includeInterval) Returns the range of values in the range for the dataset.static RangeDatasetUtils.findRangeBounds(CategoryDataset dataset, List visibleSeriesKeys, boolean includeInterval) Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys.static RangeDatasetUtils.findStackedRangeBounds(CategoryDataset dataset) Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static RangeDatasetUtils.findStackedRangeBounds(CategoryDataset dataset, double base) Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static RangeDatasetUtils.findStackedRangeBounds(CategoryDataset dataset, KeyToGroupMap map) Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static booleanDatasetUtils.isEmptyOrNull(CategoryDataset dataset) Returnstrueif the dataset is empty (ornull), andfalseotherwise.static RangeDatasetUtils.iterateRangeBounds(CategoryDataset dataset) Iterates over the data item of the category dataset to find the range bounds.static RangeDatasetUtils.iterateRangeBounds(CategoryDataset dataset, boolean includeInterval) Iterates over the data item of the category dataset to find the range bounds.static RangeDatasetUtils.iterateToFindRangeBounds(CategoryDataset dataset, List visibleSeriesKeys, boolean includeInterval) Iterates over the data item of the category dataset to find the range bounds. -
Uses of CategoryDataset in org.jfree.data.io
Methods in org.jfree.data.io that return CategoryDatasetModifier and TypeMethodDescriptionCSV.readCategoryDataset(Reader in) Reads aCategoryDatasetfrom a CSV file or input source. -
Uses of CategoryDataset in org.jfree.data.statistics
Subinterfaces of CategoryDataset in org.jfree.data.statisticsModifier and TypeInterfaceDescriptioninterfaceA category dataset that defines various medians, outliers and an average value for each item.interfaceA category dataset that defines multiple values for each item.interfaceA category dataset that defines a mean and standard deviation value for each item.Classes in org.jfree.data.statistics that implement CategoryDatasetModifier and TypeClassDescriptionclassA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classA category dataset that defines multiple values for each item.classA convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface. -
Uses of CategoryDataset in org.jfree.data.xml
Methods in org.jfree.data.xml that return CategoryDatasetModifier and TypeMethodDescriptionCategoryDatasetHandler.getDataset()Returns the dataset.static CategoryDatasetDatasetReader.readCategoryDatasetFromXML(File file) Reads aCategoryDatasetfrom a file.static CategoryDatasetDatasetReader.readCategoryDatasetFromXML(InputStream in) Reads aCategoryDatasetfrom a stream.