Header
And More


Uses of Interface
org.jfree.data.Value

Packages that use Value
org.jfree.data The base package for classes that represent various types of data. 
org.jfree.data.general Data interfaces and classes. 
 

Uses of Value in org.jfree.data
 

Subinterfaces of Value in org.jfree.data
 interface KeyedValue
          A (key, value) pair.
 

Classes in org.jfree.data that implement Value
 class DefaultKeyedValue
          A (key, value) pair.
 

Uses of Value in org.jfree.data.general
 

Subinterfaces of Value in org.jfree.data.general
 interface KeyedValueDataset
          A dataset containing a single value.
 interface ValueDataset
          An interface for a dataset that returns a single value.
 

Classes in org.jfree.data.general that implement Value
 class DefaultKeyedValueDataset
          A default implementation of the KeyedValueDataset interface.
 class DefaultValueDataset
          A dataset that stores a single value (that is possibly null).
 


Footer
And More


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