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

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

Introduction

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

Usage

From source file peakml.util.jfreechart.FastSpectrumPlot.java

/**
 * 
 */
public class FastSpectrumPlot extends Plot implements Zoomable, Pannable {
    public static class Data {
        // constructor(s)

From source file peakml.util.jfreechart.FastTimePlot.java

/**
 * 
 */
public class FastTimePlot extends Plot implements Zoomable, Pannable {
    public static class Data {
        public Data(String label, double time[], double values[]) throws RuntimeException {

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