Uses of Interface
org.jfree.data.Values
Packages that use Values
Package
Description
The base package for classes that represent various types of data.
A package containing the
CategoryDataset interface and related classes.Data interfaces and classes.
Dataset classes that fetch data from a database via JDBC.
-
Uses of Values in org.jfree.data
Subinterfaces of Values in org.jfree.dataModifier and TypeInterfaceDescriptioninterfaceAn ordered list of (key, value) items where the keys are unique and non-null.Classes in org.jfree.data that implement Values -
Uses of Values in org.jfree.data.category
Classes in org.jfree.data.category that implement ValuesModifier and TypeClassDescriptionclassAPieDatasetimplementation that obtains its data from one row or column of aCategoryDataset. -
Uses of Values in org.jfree.data.general
Subinterfaces of Values in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing (key, value) data items.interfaceA general purpose dataset where values are associated with keys.Classes in org.jfree.data.general that implement ValuesModifier and TypeClassDescriptionclassA default implementation of theKeyedValuesDatasetinterface.classA default implementation of thePieDatasetinterface. -
Uses of Values in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement Values