Example usage for org.jfree.chart.plot ValueAxisPlot interface-usage

List of usage examples for org.jfree.chart.plot ValueAxisPlot interface-usage

Introduction

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

Usage

From source file org.tsho.dmc2.core.chart.DmcRenderablePlot.java

public class DmcRenderablePlot extends AbstractDmcPlot implements ValueAxisPlot {

    private DmcPlotRenderer plotRenderer;

    public DmcRenderablePlot(final ValueAxis domainAxis, final ValueAxis rangeAxis) {
        super(domainAxis, rangeAxis);

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 org.tsho.dmc2.core.chart.DmcLyapunovPlot.java

public class DmcLyapunovPlot extends AbstractDmcPlot implements ValueAxisPlot {

    private Model model;
    private double lower;
    private double upper;
    private VariableDoubles parameters;

From source file net.sourceforge.processdash.ui.lib.chart.DiscPlot.java

public class DiscPlot extends Plot implements ValueAxisPlot {

    /** The default interior gap. */
    public static final double DEFAULT_INTERIOR_GAP = 0.03;

    /** The maximum interior gap (currently 40%). */

From source file org.tsho.dmc2.core.chart.AbstractDmcPlot.java

public abstract class AbstractDmcPlot extends Plot implements ValueAxisPlot {

    /** The x data range. */
    protected Range xDataRange;

    /** The y data range. */

From source file org.proteosuite.FastScatterPlot.java

/**
 * A fast scatter plot.
 */
public class FastScatterPlot extends Plot implements ValueAxisPlot, Zoomable, Cloneable, Serializable {

    /** For serialization. */

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