Example usage for org.jfree.data.xy AbstractXYZDataset subclass-usage

List of usage examples for org.jfree.data.xy AbstractXYZDataset subclass-usage

Introduction

In this page you can find the example usage for org.jfree.data.xy AbstractXYZDataset subclass-usage.

Usage

From source file org.jfree.chart.demo.SampleXYZDataset2.java

public class SampleXYZDataset2 extends AbstractXYZDataset implements XYZDataset {

    private static final long serialVersionUID = 1L;

    private double xVal[][] = { { 1.0D, 2D, 3D }, { 4D, 5D, 6D } };
    private double yVal[][] = { { 1.0D, 2D, 3D }, { 4D, 5D, 6D } };

From source file org.jfree.chart.demo.SampleXYZDataset.java

/**
 * A quick-and-dirty implementation of the {@link XYZDataset interface}.  Hard-coded and not useful
 * beyond the demo.
 *
 */
public class SampleXYZDataset extends AbstractXYZDataset implements XYZDataset {

From source file org.jfree.data.xy.MatrixSeriesCollection.java

/**
 * Represents a collection of {@link MatrixSeries} that can be used as a
 * dataset.
 *
 * @see org.jfree.data.xy.MatrixSeries
 */

From source file org.jfree.data.xy.DefaultXYZDataset.java

/**
 * A default implementation of the {@link XYZDataset} interface that stores
 * data values in arrays of double primitives.
 *
 * @since 1.0.2
 */

From source file org.jfree.data.contour.DefaultContourDataset.java

/**
 * A convenience class that provides a default implementation of the
 * {@link ContourDataset} interface.
 *
 * @deprecated This class is no longer supported (as of version 1.0.4).  If
 *     you are creating contour plots, please try to use {@link XYPlot} and