Example usage for org.jfree.data KeyedValues2D interface-usage

List of usage examples for org.jfree.data KeyedValues2D interface-usage

Introduction

In this page you can find the example usage for org.jfree.data KeyedValues2D interface-usage.

Usage

From source file org.jfree.data.DefaultKeyedValues2D.java

/**
 * A data structure that stores zero, one or many values, where each value 
 * is associated with two keys (a 'row' key and a 'column' key).  The keys 
 * should be (a) instances of {@link Comparable} and (b) immutable.  
 */
public class DefaultKeyedValues2D implements KeyedValues2D, PublicCloneable, Cloneable, Serializable {

From source file org.jfree.data.DefaultKeyedValues2D.java

/**
 * A data structure that stores zero, one or many values, where each value
 * is associated with two keys (a 'row' key and a 'column' key).  The keys
 * should be (a) instances of {@link Comparable} and (b) immutable.
 */
public class DefaultKeyedValues2D implements KeyedValues2D, PublicCloneable, Cloneable, Serializable {