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

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

Introduction

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

Usage

From source file org.ujmp.jfreechart.XYSeriesWrapper.java

public class XYSeriesWrapper extends XYSeries {
    private static final long serialVersionUID = 2493663877511719452L;

    private static final int MAXITEMS = 3000;

    private final Map<Integer, XYDataItem> values = new WeakHashMap<Integer, XYDataItem>();

From source file org.altusmetrum.altosuilib_2.AltosUITime.java

public class AltosUISeries extends XYSeries implements AltosUIGrapher {
    AltosUIAxis axis;
    String label;
    AltosUnits units;
    Color color;
    XYItemRenderer renderer;