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 slash.navigation.converter.gui.profileview.LazyToolTipChartPanel.java

/**
 * [@link ChartPanel} that allows for a cheaper display of tooltips.
 *
 * @author Christian Pesch
 */

From source file statistic.graph.JChartPanel.java

/**
 *
 * @author Martin Gro
 */
public class JChartPanel extends ChartPanel {

From source file no.ntnu.mmfplanner.ui.graph.NpvChart.java

/**
 * Draws the NPV Chart for the development process. Along the X-axis goes the
 * periods (time) and along the Y-axis Discounted Cash. Uses the JFreeChart
 * library.
 */

From source file net.sf.mzmine.modules.peaklistmethods.dataanalysis.projectionplots.ProjectionPlotPanel.java

public class ProjectionPlotPanel extends ChartPanel {

    private static final Color gridColor = Color.lightGray;
    private static final Font titleFont = new Font("SansSerif", Font.PLAIN, 11);

    private static final float dataPointAlpha = 0.8f;

From source file org.ujmp.jfreechart.AbstractChartPanel.java

public abstract class AbstractChartPanel extends ChartPanel implements CanRenderGraph {
    private static final long serialVersionUID = -7609107739440534835L;

    private ChartConfiguration config = null;

    private MatrixGUIObject matrix = null;

From source file net.sourceforge.processdash.ev.ui.chart.EVXYChartPanel.java

public class EVXYChartPanel extends ChartPanel implements Disposable, DatasetChangeListener {
    protected static Resources resources = Resources.getDashBundle("EV.Chart");

    // Used to indicate if the window has FULL width, MED width or short width.
    protected static final int FULL = 2;
    protected static final int MED = 1;

From source file it.alus.GPSreceiver.instruments.Altimeter.java

public class Altimeter extends ChartPanel {
    private static final long serialVersionUID = -3627503745675193082L;
    private JFreeChart jChart;
    private float altitude;
    private float groundAltitude;
    private DefaultValueDataset hoursDataset;

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

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

public class EICPlot extends ChartPanel {

From source file it.alus.GPSreceiver.instruments.Compass.java

public class Compass extends ChartPanel {
    private static final long serialVersionUID = 6212084781783666549L;
    private JFreeChart jChart;
    private DefaultValueDataset dataset;
    private StandardDialScale realScale;
    private StandardDialScale dispScale;

From source file statistic.ca.gui.JChartPanel.java

/**
 *
 * @author Martin Gro
 */
public class JChartPanel extends ChartPanel {