Uses of Interface
org.jfree.data.Values2D
Packages that use Values2D
Package
Description
-
Uses of Values2D in de.grogra.pf.data
Classes in de.grogra.pf.data that implement Values2D -
Uses of Values2D in org.jfree.data
Subinterfaces of Values2D in org.jfree.dataModifier and TypeInterfaceDescriptioninterfaceAn extension of theValues2Dinterface where a unique key is associated with the row and column indices.Classes in org.jfree.data that implement Values2DModifier and TypeClassDescriptionclassA data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).Methods in org.jfree.data with parameters of type Values2DModifier and TypeMethodDescriptionstatic doubleDataUtils.calculateColumnTotal(Values2D data, int column) Returns the total of the values in one column of the supplied data table.static doubleDataUtils.calculateColumnTotal(Values2D data, int column, int[] validRows) Returns the total of the values in one column of the supplied data table by taking only the row numbers in the array into account.static doubleDataUtils.calculateRowTotal(Values2D data, int row) Returns the total of the values in one row of the supplied data table.static doubleDataUtils.calculateRowTotal(Values2D data, int row, int[] validCols) Returns the total of the values in one row of the supplied data table by taking only the column numbers in the array into account. -
Uses of Values2D in org.jfree.data.category
Subinterfaces of Values2D in org.jfree.data.categoryModifier and TypeInterfaceDescriptioninterfaceThe interface for a dataset with one or more series, and values associated with categories.interfaceA category dataset that defines a value range for each series/category combination.Classes in org.jfree.data.category that implement Values2DModifier 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. -
Uses of Values2D in org.jfree.data.gantt
Subinterfaces of Values2D 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 Values2DModifier and TypeClassDescriptionclassAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classA collection ofTaskSeriesobjects. -
Uses of Values2D in org.jfree.data.general
Subinterfaces of Values2D in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing (key, value) data items.Classes in org.jfree.data.general that implement Values2DModifier and TypeClassDescriptionclassA default implementation of theKeyedValues2DDatasetinterface. -
Uses of Values2D in org.jfree.data.statistics
Subinterfaces of Values2D 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 Values2DModifier 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.