Header
And More


Uses of Interface
org.jfree.data.KeyedValue

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

Uses of KeyedValue in org.jfree.data
 

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

Uses of KeyedValue in org.jfree.data.general
 

Subinterfaces of KeyedValue in org.jfree.data.general
 interface KeyedValueDataset
          A dataset containing a single value.
 

Classes in org.jfree.data.general that implement KeyedValue
 class DefaultKeyedValueDataset
          A default implementation of the KeyedValueDataset interface.
 

Constructors in org.jfree.data.general with parameters of type KeyedValue
DefaultKeyedValueDataset(KeyedValue data)
          Creates a new dataset that uses the data from a KeyedValue instance.
 


Footer
And More


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