Example usage for org.jfree.chart.plot XYPlot subclass-usage

List of usage examples for org.jfree.chart.plot XYPlot subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.plot XYPlot subclass-usage.

Usage

From source file org.openfaces.component.chart.impl.plots.XYPlotAdapter.java

/**
 * @author Eugene Goncharov
 */
public abstract class XYPlotAdapter extends XYPlot implements ConfigurablePlot {
    private ConfigurablePlotBase configurationDelegate = new ConfigurablePlotBase();
    private boolean keyAxisVisible;

From source file org.jfree.eastwood.GXYPlot.java

/**
 * A custom plot class (adds support for drawing background gradients and
 * specyfing the step size to use for grid lines).
 */
class GXYPlot extends XYPlot {

From source file ucar.unidata.idv.control.chart.MyScatterPlot.java

/**
 * A fast scatter plot.
 */
public class MyScatterPlot extends XYPlot implements ValueAxisPlot {

    /** The data */

From source file ucar.unidata.idv.control.chart.MyTimeSeriesPlot.java

/**
 * Class MyTimeSeriesPlot
 *
 *
 * @author IDV Development Team
 * @version $Revision: 1.13 $

From source file org.kalypso.ogc.sensor.diagview.jfreechart.ObservationPlot.java

/**
 * A plot for IObservation.
 * 
 * @author schlienger
 */
public class ObservationPlot extends XYPlot {

From source file net.sf.maltcms.chromaui.charts.FastHeatMapPlot.java

/**
 *
 * @author Nils Hoffmann
 */
public class FastHeatMapPlot extends XYPlot implements ValueAxisPlot, Pannable, Zoomable, Cloneable, Serializable {

From source file ucar.unidata.idv.control.chart.MyXYPlot.java

/**
 * A general class for plotting data in the form of (x, y) pairs.  This plot can
 * use data from any class that implements the {@link XYDataset} interface.
 * <P>
 * <code>XYPlot</code> makes use of an {@link XYItemRenderer} to draw each point
 * on the plot.  By using different renderers, various chart types can be