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 it.alus.GPSreceiver.instruments.Speedometer.java

public class Speedometer extends ChartPanel {
    private static final long serialVersionUID = 6627577229648985779L;
    private DefaultValueDataset groundSpeedDataset, totalSpeedDataset;
    private float currentGroundSpeedKmh;
    private JFreeChart jChart;

From source file dbseer.gui.panel.DBSeerExplainChartPanel.java

/**
 * Created by dyoon on 2014. 6. 10..
 */
public class DBSeerExplainChartPanel extends ChartPanel {
    private Set<XYItemEntity> selectedItems;
    private ArrayList<Double> normalRegion;

From source file org.bhavaya.ui.freechart.FixedChartPanel.java

/**
 * this is meant to hold any fixes we have made to the JFreechart ChartPanel that have not made it back into their main trunk
 *
 * @author
 * @version $Revision: 1.2 $
 */

From source file net.sf.mzmine.modules.peaklistmethods.dataanalysis.rtmzplots.RTMZPlot.java

public class RTMZPlot extends ChartPanel {

    private static final Color gridColor = Color.lightGray;
    private static final Color crossHairColor = Color.gray;
    private static final Font titleFont = new Font("SansSerif", Font.PLAIN, 11);
    // crosshair stroke

From source file guineu.modules.dataanalysis.PCA.ProjectionPlotPanel.java

/**
 * @author Taken from MZmine2 http://mzmine.sourceforge.net/
 *
 */
public class ProjectionPlotPanel extends ChartPanel {

From source file com.choicemaker.cm.modelmaker.gui.utils.HistoChartPanel.java

/**
 *
 * @author
 * @version   $Revision: 1.2 $ $Date: 2010/03/29 12:53:08 $
 */
public class HistoChartPanel extends ChartPanel {

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

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

From source file net.sf.mzmine.modules.visualization.twod.TwoDPlot.java

/**
 * 
 */
class TwoDPlot extends ChartPanel {

    // crosshair (selection) color

From source file net.sf.mzmine.modules.visualization.histogram.HistogramChart.java

public class HistogramChart extends ChartPanel {

    // grid color
    private static final Color gridColor = Color.lightGray;

    // titles

From source file net.sf.mzmine.modules.peaklistmethods.peakpicking.adap3decompositionV2.EICPlot.java

/**
 *
 * @author Du-Lab Team <dulab.binf@gmail.com>
 */

public class EICPlot extends ChartPanel {