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

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

Introduction

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

Usage

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

/**
 * A dataset containing one or more data series containing (x, y) data items, where all series
 * in the dataset share the same set of x-values. This is a restricted form of the {@link XYDataset} interface (which allows independent x-values between
 * series). This is used
 * primarily by the {@link org.jfree.chart.renderer.StackedXYAreaRenderer}.
 */

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

/**
 * A dataset implementation that provides random data for a symbolic plot demo. This sample
 * dataset has numerical x-values, and symbolic y-values.
 * 
 * @author Anthony Boulestreau
 */

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

/**
 * Random data for a symbolic plot demo.
 * 
 * @author Anthony Boulestreau
 */
public class SampleXYSymbolicDataset extends AbstractSeriesDataset implements XYDataset, XisSymbolic, YisSymbolic {