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 DefaultKeyedValues2D
DefaultCategoryDataset.data
A storage structure for the data. -
Uses of DefaultKeyedValues2D in org.jfree.data.general
Fields in org.jfree.data.general declared as DefaultKeyedValues2DModifier and TypeFieldDescriptionprivate DefaultKeyedValues2D
WaferMapDataset.data
Storage 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 DefaultKeyedValues2D
TimeTableXYDataset.values
The 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 DefaultKeyedValues2D
CategoryTableXYDataset.values
The backing data structure.