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.cnr.istc.iloc.gui.TimelinesChart.java

/**
 *
 * @author Riccardo De Benedictis <riccardo.debenedictis@istc.cnr.it>
 */
public final class TimelinesChart extends ChartPanel implements SolverListener {

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

public class NumXYChart extends ChartPanel implements _ChartPanel {

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

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

/**
 * Created by dyoon on 2014. 6. 10..
 */
public class DBSeerSelectableChartPanel extends ChartPanel implements ChartMouseListener {
    private final Border lineBorder = BorderFactory.createLineBorder(Color.BLACK, 5);
    private final Insets insets = lineBorder.getBorderInsets(this);

From source file org.fhaes.jsea.JSEABarChart.java

/**
 * JSEABarChart Class.
 */
public class JSEABarChart extends ChartPanel {

    private static final long serialVersionUID = 1L;

From source file guineu.modules.filter.Alignment.RANSAC.AlignmentRansacPlot.java

public class AlignmentRansacPlot extends ChartPanel {

    // peak labels color
    private static final Color labelsColor = Color.darkGray;
    // grid color
    private static final Color gridColor = Color.lightGray;

From source file guineu.modules.filter.Alignment.RANSACGCGC.AlignmentGCGCRansacPlot.java

public class AlignmentGCGCRansacPlot extends ChartPanel {

    // peak labels color
    private static final Color labelsColor = Color.darkGray;
    // grid color
    private static final Color gridColor = Color.lightGray;

From source file net.sf.mzmine.modules.peaklistmethods.alignment.ransac.AlignmentRansacPlot.java

public class AlignmentRansacPlot extends ChartPanel {

    // peak labels color
    private static final Color labelsColor = Color.darkGray;
    // grid color
    private static final Color gridColor = Color.lightGray;

From source file org.fhaes.fhsamplesize.view.SSIZCurveChart.java

/**
 * SSIZCurveChart Class.
 * 
 * Chart class for displaying the results of the FHSampleSize simulations analysis.
 * 
 * @author Joshua Brogan and Peter Brewer

From source file net.sf.mzmine.modules.visualization.ida.IDAPlot.java

/**
 * 
 */
class IDAPlot extends ChartPanel implements MouseWheelListener {

    private static final long serialVersionUID = 1L;

From source file net.sf.mzmine.modules.visualization.msms.MsMsPlot.java

/**
 * 
 */
class MsMsPlot extends ChartPanel implements MouseWheelListener {

    private static final long serialVersionUID = 1L;