Uses of Interface
org.jfree.data.category.CategoryDataset
-
Packages that use CategoryDataset Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.entity Classes representing components of (or entities in) a chart.org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.pie Classes used to create pie charts.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.urls Classes for adding URLS to charts for HTML image map generation.org.jfree.data.category A package containing theCategoryDatasetinterface and related classes.org.jfree.data.gantt Data interfaces and classes for Gantt charts.org.jfree.data.general Data interfaces and classes.org.jfree.data.io Miscellaneous support for input/output of data.org.jfree.data.statistics Classes for representing statistical data.org.jfree.data.xml Support for reading datasets from XML files. -
-
Uses of CategoryDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type CategoryDataset Modifier and Type Method Description static 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. 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 CategoryDataset Modifier and Type Method Description doubleCategoryAxis. 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 CategoryDataset Modifier and Type Method Description CategoryDataset<R,C>CategoryItemEntity. getDataset()Returns the dataset this entity refers to.Methods in org.jfree.chart.entity with parameters of type CategoryDataset Modifier and Type Method Description voidCategoryItemEntity. setDataset(CategoryDataset<R,C> dataset)Sets the dataset this entity refers to.Constructors in org.jfree.chart.entity with parameters of type CategoryDataset Constructor Description CategoryItemEntity(Shape area, String toolTipText, String urlText, CategoryDataset dataset, R rowKey, C 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 CategoryDataset Modifier and Type Method Description protected 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.StringAbstractCategoryItemLabelGenerator. generateColumnLabel(CategoryDataset dataset, int column)Generates a label for the specified row.StringCategoryItemLabelGenerator. generateColumnLabel(CategoryDataset dataset, int column)Generates a label for the specified row.StringCategoryItemLabelGenerator. generateLabel(CategoryDataset dataset, int row, int column)Generates a label for the specified item.StringCategorySeriesLabelGenerator. generateLabel(CategoryDataset dataset, int series)Generates a label for the specified series.StringStandardCategoryItemLabelGenerator. generateLabel(CategoryDataset dataset, int row, int column)Generates the label for an item in a dataset.StringStandardCategorySeriesLabelGenerator. 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.StringAbstractCategoryItemLabelGenerator. generateRowLabel(CategoryDataset dataset, int row)Generates a label for the specified row.StringCategoryItemLabelGenerator. generateRowLabel(CategoryDataset dataset, int row)Generates a label for the specified row.StringCategoryToolTipGenerator. generateToolTip(CategoryDataset dataset, int row, int column)Generates the tool tip text for an item in a dataset.StringStandardCategoryToolTipGenerator. 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 CategoryDataset Modifier and Type Method Description CategoryDataset<R,C>CategoryPlot. getDataset()Returns the primary dataset for the plot.CategoryDataset<R,C>CategoryPlot. getDataset(int index)Returns the dataset with the given index, ornullif there is no dataset.CategoryDatasetSpiderWebPlot. getDataset()Returns the dataset.Methods in org.jfree.chart.plot that return types with arguments of type CategoryDataset Modifier and Type Method Description Map<Integer,CategoryDataset>CategoryPlot. getDatasets()Returns a map containing the datasets that are assigned to this plot.Methods in org.jfree.chart.plot with parameters of type CategoryDataset Modifier and Type Method Description CategoryItemRendererCategoryPlot. getRendererForDataset(CategoryDataset<R,C> dataset)Returns the renderer for the specified dataset.intCategoryPlot. indexOf(CategoryDataset<R,C> dataset)Returns the index of the specified dataset, or-1if the dataset does not belong to the plot.voidCategoryPlot. setDataset(int index, CategoryDataset<R,C> dataset)Sets a dataset for the plot and sends a change notification to all registered listeners.voidCategoryPlot. setDataset(CategoryDataset<R,C> dataset)Sets the dataset for the plot, replacing the existing dataset, if there is one.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 CategoryDataset Constructor Description CategoryPlot(CategoryDataset<R,C> dataset, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryItemRenderer renderer)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.plot.pie
Methods in org.jfree.chart.plot.pie that return CategoryDataset Modifier and Type Method Description CategoryDatasetMultiplePiePlot. getDataset()Returns the dataset used by the plot.Methods in org.jfree.chart.plot.pie with parameters of type CategoryDataset Modifier and Type Method Description voidMultiplePiePlot. setDataset(CategoryDataset dataset)Sets the dataset used by the plot and sends aPlotChangeEventto all registered listeners.Constructors in org.jfree.chart.plot.pie with parameters of type CategoryDataset Constructor Description MultiplePiePlot(CategoryDataset dataset)Creates a new plot. -
Uses of CategoryDataset in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type CategoryDataset Modifier and Type Method Description protected 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.RangeAbstractCategoryItemRenderer. 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.RangeBarRenderer. findRangeBounds(CategoryDataset dataset, boolean includeInterval)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeBoxAndWhiskerRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values from the specified dataset that the renderer will require to display all the data.RangeCategoryItemRenderer. findRangeBounds(CategoryDataset<?,?> dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeGroupedStackedBarRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeIntervalBarRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values from the specified dataset.RangeScatterRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedAreaRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedBarRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStatisticalBarRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStatisticalLineAndShapeRenderer. findRangeBounds(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeWaterfallBarRenderer. 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 CategoryDataset Modifier and Type Method Description StringCategoryURLGenerator. generateURL(CategoryDataset<?,?> dataset, int series, int category)Returns a URL for one item in a dataset.StringCustomCategoryURLGenerator. generateURL(CategoryDataset<?,?> dataset, int series, int item)Generates a URL.StringStandardCategoryURLGenerator. 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.category Modifier and Type Interface Description interfaceIntervalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines a value range for each series/category combination.Classes in org.jfree.data.category that implement CategoryDataset Modifier and Type Class Description classDefaultCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A default implementation of theCategoryDatasetinterface.classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classSlidingCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>ACategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.Methods in org.jfree.data.category that return CategoryDataset Modifier and Type Method Description CategoryDatasetCategoryToPieDataset. getUnderlyingDataset()Returns the underlying dataset.CategoryDataset<R,C>SlidingCategoryDataset. getUnderlyingDataset()Returns the underlying dataset that was supplied to the constructor.Constructors in org.jfree.data.category with parameters of type CategoryDataset Constructor Description CategoryToPieDataset(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<R,C> underlying, int firstColumn, int maxColumns)Creates a new instance. -
Uses of CategoryDataset in org.jfree.data.gantt
Subinterfaces of CategoryDataset in org.jfree.data.gantt Modifier and Type Interface Description interfaceGanttCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>An extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement CategoryDataset Modifier and Type Class Description classSlidingGanttCategoryDatasetAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classTaskSeriesCollection<R extends Comparable<R>,C extends Comparable<C>>A collection ofTaskSeriesobjects. -
Uses of CategoryDataset in org.jfree.data.general
Subinterfaces of CategoryDataset in org.jfree.data.general Modifier and Type Interface Description interfaceKeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>>A dataset containing (key, value) data items.This dataset is equivalent to aCategoryDatasetand is included for completeness only.Classes in org.jfree.data.general that implement CategoryDataset Modifier and Type Class Description classDefaultKeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>>A default implementation of theKeyedValues2DDatasetinterface.Methods in org.jfree.data.general that return CategoryDataset Modifier and Type Method Description static CategoryDataset<String,String>DatasetUtils. 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 CategoryDataset<String,String>DatasetUtils. createCategoryDataset(String rowKeyPrefix, String columnKeyPrefix, Number[][] data)Creates aCategoryDatasetthat contains a copy of the data in an array.static <R extends Comparable<R>,C extends Comparable<C>>
CategoryDataset<R,C>DatasetUtils. createCategoryDataset(R[] rowKeys, C[] columnKeys, double[][] data)Creates aCategoryDatasetthat contains a copy of the data in an array (instances ofdoubleare created to represent the data items).static <R extends Comparable<R>,C extends Comparable<C>>
CategoryDataset<R,C>DatasetUtils. createCategoryDataset(R rowKey, KeyedValues<C> rowData)Creates aCategoryDatasetby copying the data from the suppliedKeyedValuesinstance.Methods in org.jfree.data.general with parameters of type CategoryDataset Modifier and Type Method Description static <R extends Comparable<R>,C extends Comparable<C>>
PieDataset<R>DatasetUtils. createPieDatasetForColumn(CategoryDataset<R,C> dataset, int column)Creates a pie dataset from aCategoryDatasetby taking all the values for a single column.static <R extends Comparable<R>,C extends Comparable<C>>
PieDataset<R>DatasetUtils. createPieDatasetForColumn(CategoryDataset<R,C> dataset, C columnKey)Creates a pie dataset from a table dataset by taking all the values for a single column.static <R extends Comparable<R>,C extends Comparable<C>>
PieDataset<C>DatasetUtils. createPieDatasetForRow(CategoryDataset<R,C> dataset, int row)Creates a pie dataset from a table dataset by taking all the values for a single row.static <R extends Comparable<R>,C extends Comparable<C>>
PieDataset<C>DatasetUtils. createPieDatasetForRow(CategoryDataset<R,C> dataset, R rowKey)Creates a pie dataset from a table dataset by taking all the values for a single row.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. findCumulativeRangeBounds(CategoryDataset<R,C> dataset)Calculates the range of values for a dataset where each item is the running total of the items for the current series.static <R extends Comparable<R>,C extends Comparable<C>>
NumberDatasetUtils. findMaximumRangeValue(CategoryDataset<R,C> dataset)Returns the maximum range value for the specified dataset.static <R extends Comparable<R>,C extends Comparable<C>>
NumberDatasetUtils. findMaximumStackedRangeValue(CategoryDataset<R,C> dataset)Returns the maximum value in the dataset range, assuming that values in each category are "stacked".static <R extends Comparable<R>,C extends Comparable<C>>
NumberDatasetUtils. findMinimumRangeValue(CategoryDataset<R,C> dataset)Returns the minimum range value for the specified dataset.static <R extends Comparable<R>,C extends Comparable<C>>
NumberDatasetUtils. findMinimumStackedRangeValue(CategoryDataset<R,C> dataset)Returns the minimum value in the dataset range, assuming that values in each category are "stacked".static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. findRangeBounds(CategoryDataset<R,C> dataset)Returns the range of values in the range for the dataset.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. findRangeBounds(CategoryDataset<R,C> dataset, boolean includeInterval)Returns the range of values in the range for the dataset.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. findRangeBounds(CategoryDataset<R,C> dataset, List<R> visibleSeriesKeys, boolean includeInterval)Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. findStackedRangeBounds(CategoryDataset<R,C> dataset)Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. findStackedRangeBounds(CategoryDataset<R,C> 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 <R extends Comparable<R>,C extends Comparable<C>,G extends Comparable<G>>
RangeDatasetUtils. findStackedRangeBounds(CategoryDataset<R,C> dataset, KeyToGroupMap<R,G> 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 <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. iterateRangeBounds(CategoryDataset<R,C> dataset)Iterates over the data item of the category dataset to find the range bounds.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. iterateRangeBounds(CategoryDataset<R,C> dataset, boolean includeInterval)Iterates over the data item of the category dataset to find the range bounds.static <R extends Comparable<R>,C extends Comparable<C>>
RangeDatasetUtils. iterateToFindRangeBounds(CategoryDataset<R,C> dataset, List<R> 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 CategoryDataset Modifier and Type Method Description CategoryDatasetCSV. 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.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines various medians, outliers and an average value for each item.interfaceMultiValueCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines multiple values for each item.interfaceStatisticalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines a mean and standard deviation value for each item.Classes in org.jfree.data.statistics that implement CategoryDataset Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classDefaultMultiValueCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines multiple values for each item.classDefaultStatisticalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A 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 CategoryDataset Modifier and Type Method Description CategoryDatasetCategoryDatasetHandler. getDataset()Returns the dataset.static CategoryDatasetDatasetReader. readCategoryDatasetFromXML(File file)Reads aCategoryDatasetfrom a file.static CategoryDatasetDatasetReader. readCategoryDatasetFromXML(InputStream in)Reads aCategoryDatasetfrom a stream.
-