Uses of Class
org.jfree.data.DefaultKeyedValues2D
Packages that use DefaultKeyedValues2D
Package
Description
A package containing the
CategoryDataset interface and related classes.Data interfaces and classes.
Interfaces and classes for time-related data.
A package containing the
XYDataset interface and related classes.-
Uses of DefaultKeyedValues2D in org.jfree.data.category
Fields in org.jfree.data.category declared as DefaultKeyedValues2DModifier and TypeFieldDescriptionprivate DefaultKeyedValues2DDefaultCategoryDataset.dataA storage structure for the data. -
Uses of DefaultKeyedValues2D in org.jfree.data.general
Fields in org.jfree.data.general declared as DefaultKeyedValues2DModifier and TypeFieldDescriptionprivate 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 DefaultKeyedValues2DModifier and TypeFieldDescriptionprivate DefaultKeyedValues2DTimeTableXYDataset.valuesThe data structure to store the values. -
Uses of DefaultKeyedValues2D in org.jfree.data.xy
Fields in org.jfree.data.xy declared as DefaultKeyedValues2DModifier and TypeFieldDescriptionprivate DefaultKeyedValues2DCategoryTableXYDataset.valuesThe backing data structure.