Uses of Class
org.jfree.data.DefaultKeyedValues2D
-
Packages that use DefaultKeyedValues2D Package Description org.jfree.data.category A package containing theCategoryDatasetinterface and related classes.org.jfree.data.general Data interfaces and classes.org.jfree.data.time Interfaces and classes for time-related data.org.jfree.data.xy A package containing theXYDatasetinterface and related classes. -
-
Uses of DefaultKeyedValues2D in org.jfree.data.category
Fields in org.jfree.data.category declared as DefaultKeyedValues2D Modifier and Type Field Description private DefaultKeyedValues2DDefaultCategoryDataset. dataA storage structure for the data. -
Uses of DefaultKeyedValues2D in org.jfree.data.general
Fields in org.jfree.data.general declared as DefaultKeyedValues2D Modifier and Type Field Description private DefaultKeyedValues2DWaferMapDataset. dataStorage structure for the data values (row key is chipx, column is chipy) -
Uses of DefaultKeyedValues2D in org.jfree.data.time
Fields in org.jfree.data.time declared as DefaultKeyedValues2D Modifier and Type Field Description private DefaultKeyedValues2DTimeTableXYDataset. valuesThe data structure to store the values. -
Uses of DefaultKeyedValues2D in org.jfree.data.xy
Fields in org.jfree.data.xy declared as DefaultKeyedValues2D Modifier and Type Field Description private DefaultKeyedValues2DCategoryTableXYDataset. valuesThe backing data structure.
-