Example usage for org.jfree.chart.plot XYPlot subclass-usage

List of usage examples for org.jfree.chart.plot XYPlot subclass-usage

Introduction

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

Usage

From source file org.cds06.speleograph.graph.SpeleoXYPlot.java

/**
 * This file is created by PhilippeGeek.
 * Distributed on licence GNU GPL V3.
 */
public class SpeleoXYPlot extends XYPlot {

From source file de.unibayreuth.bayeos.goat.chart.StatusXYPlot.java

/**
 *
 * @author  oliver
 */
public class StatusXYPlot extends XYPlot {
    LegendItemCollection legendcol = null;

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

/**
 * Created by owen myers (oweenm@gmail.com) on 4/5/17.
 */

public class BaseXYPlot extends XYPlot {
    private static final long serialVersionUID = 1L;

From source file org.esa.snap.rcp.statistics.XYImagePlot.java

/**
 * An X/Y plot that uses a buffered image to display its data.
 *
 * @author Norman Fomferra
 */
public class XYImagePlot extends XYPlot {

From source file com.appnativa.rare.ui.chart.jfreechart.XYPlotEx.java

public class XYPlotEx extends XYPlot {
    private SwingGraphics graphics;

    public XYPlotEx() {
        super();
    }

From source file org.esa.beam.visat.toolviews.stat.XYImagePlot.java

/**
 * An X/Y plot that uses a buffered image to display its data.
 *
 * @author Norman Fomferra
 */
public class XYImagePlot extends XYPlot {

From source file com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot.java

/**
 * @author Nils Woehler
 * 
 */
public class LinkAndBrushXYPlot extends XYPlot implements LinkAndBrushPlot {

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

/**
 * This class is responsible for drawing the actual data points.
 */
class TwoDXYPlot extends XYPlot {

    private Logger logger = Logger.getLogger(this.getClass().getName());

From source file MWC.GUI.JFreeChart.StepperXYPlot.java

/**
 * ******************************************************************* embedded
 * class which extends free chart to give current DTG indication
 * *******************************************************************
 */
public class StepperXYPlot extends XYPlot implements StepperListener {

From source file com.lfx.web.WebChartXYPlot.java

/**
 * A custom plot class (adds support for drawing background gradients and
 * specyfing the step size to use for grid lines).
 */
class WebChartXYPlot extends XYPlot {