Uses of Interface
org.jfree.data.Values
-
Packages that use Values Package Description org.jfree.data The base package for classes that represent various types of data.org.jfree.data.category A package containing theCategoryDatasetinterface and related classes.org.jfree.data.general Data interfaces and classes.org.jfree.data.jdbc Dataset classes that fetch data from a database via JDBC. -
-
Uses of Values in org.jfree.data
Subinterfaces of Values in org.jfree.data Modifier and Type Interface Description interfaceKeyedValuesAn ordered list of (key, value) items where the keys are unique and non-null.Classes in org.jfree.data that implement Values Modifier and Type Class Description classDefaultKeyedValuesAn ordered list of (key, value) items. -
Uses of Values in org.jfree.data.category
Classes in org.jfree.data.category that implement Values Modifier and Type Class Description classCategoryToPieDatasetAPieDatasetimplementation 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.general Modifier and Type Interface Description interfaceKeyedValuesDatasetA dataset containing (key, value) data items.interfacePieDatasetA general purpose dataset where values are associated with keys.Classes in org.jfree.data.general that implement Values Modifier and Type Class Description classDefaultKeyedValuesDatasetA default implementation of theKeyedValuesDatasetinterface.classDefaultPieDatasetA default implementation of thePieDatasetinterface. -
Uses of Values in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement Values Modifier and Type Class Description classJDBCPieDatasetAPieDatasetthat reads data from a database via JDBC.
-