Example usage for org.jfree.chart ChartPanel subclass-usage

List of usage examples for org.jfree.chart ChartPanel subclass-usage

Introduction

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

Usage

From source file lisong_mechlab.view.graphs.PayloadGraphPanel.java

/**
 * Will draw a payload over speed graph for selected chassis.
 * 
 * @author Emily Bjrk
 */
public class PayloadGraphPanel extends ChartPanel {

From source file edu.ku.brc.stats.BarChartPanel.java

/**
 * Creates a pane that can listener for Query Results and then create a Bar Chart
     
 * @code_status Unknown (auto-generated)
 **
 * @author rods

From source file org.encog.workbench.util.graph.EncogChartPanel.java

public class EncogChartPanel extends ChartPanel {

    public EncogChartPanel(JFreeChart chart) {
        super(chart);
    }

From source file net.sf.mzmine.modules.visualization.neutralloss.NeutralLossPlot.java

class NeutralLossPlot extends ChartPanel {

    private JFreeChart chart;

    private XYPlot plot;
    private NeutralLossDataPointRenderer defaultRenderer;

From source file org.fhaes.fhrecorder.util.ColorBar.java

/**
 * ColorBar Class. A color bar to be displayed by itself.
 * 
 * @author Seth Westphal
 */
public class ColorBar extends ChartPanel {

From source file org.fhaes.FHRecorder.GraphicsPanel.java

/**
 * Graphs a histogram of the number of samples per year.
 * Overlays a graph of the total number of samples per unit time.
 * @authors Alex Richter, Brendan Compton, Chris Wald, Dylan Jones
 */
public class GraphicsPanel extends ChartPanel {

From source file com.redhat.thermostat.byteman.chart.swing.ZoomableChartPanel.java

/**
 * Extension for JFreeCharts' chart panel that supports
 * chart zooming using horizontal mouse drag
 *
 * @author akashche
 * Date: 9/28/15

From source file org.fhaes.fhrecorder.view.ColorBarGraph.java

/**
 * ColorBarGraph Class. This is a graph that displays color bars.
 * 
 * @author Seth Westphal
 */
public class ColorBarGraph extends ChartPanel {

From source file inflor.core.plots.FCSChartPanel.java

@SuppressWarnings("serial")
public class FCSChartPanel extends ChartPanel {
    /**
     * Extends the JFreeChart ChartPanel to provide ability to persists annotations and map them to
     * gates.
     */

From source file tl.lib.dataCollection.gui.TimeSeriesChart.java

public class TimeSeriesChart extends ChartPanel implements _ChartPanel {

    private JFreeChart chart;
    private XYSeriesCollection collection;
    private _CollectionGUIScenario scenario;
    private String description;