Header
And More


Uses of Interface
org.jfree.data.Values

Packages that use Values
org.jfree.data The base package for classes that represent various types of data. 
org.jfree.data.category A package containing the CategoryDataset interface 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
 interface KeyedValues
          An ordered list of (key, value) items where the keys are unique and non-null.
 

Classes in org.jfree.data that implement Values
 class DefaultKeyedValues
          An ordered list of (key, value) items.
 

Uses of Values in org.jfree.data.category
 

Classes in org.jfree.data.category that implement Values
 class CategoryToPieDataset
          A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.
 

Uses of Values in org.jfree.data.general
 

Subinterfaces of Values in org.jfree.data.general
 interface KeyedValuesDataset
          A dataset containing (key, value) data items.
 interface PieDataset
          A general purpose dataset where values are associated with keys.
 

Classes in org.jfree.data.general that implement Values
 class DefaultKeyedValuesDataset
          A default implementation of the KeyedValuesDataset interface.
 class DefaultPieDataset
          A default implementation of the PieDataset interface.
 

Uses of Values in org.jfree.data.jdbc
 

Classes in org.jfree.data.jdbc that implement Values
 class JDBCPieDataset
          A PieDataset that reads data from a database via JDBC.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.