Example usage for org.jfree.chart.renderer.xy XYLineAndShapeRenderer subclass-usage

List of usage examples for org.jfree.chart.renderer.xy XYLineAndShapeRenderer subclass-usage

Introduction

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

Usage

From source file com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer.java

/**
 * @author Marius Helf
 */
public class FormattedXYLineAndShapeRenderer extends XYLineAndShapeRenderer implements FormattedRenderer {

    private static final long serialVersionUID = 1L;

From source file dbseer.gui.chart.DBSeerXYLineAndShapeRenderer.java

/**
 * Created by dyoon on 14. 11. 17..
 */
public class DBSeerXYLineAndShapeRenderer extends XYLineAndShapeRenderer {

    private int lastSeries = -1;

From source file OAT.ui.util.TradeRenderer.java

/**
 *
 * @author Antonio Yip
 */
public class TradeRenderer extends XYLineAndShapeRenderer {

From source file OAT.ui.util.IndicatorRenderer.java

/**
 *
 * @author Antonio Yip
 */
public class IndicatorRenderer extends XYLineAndShapeRenderer {

From source file com.android.ddmuilib.log.event.OccurrenceRenderer.java

/**
 * Custom renderer to render event occurrence. This rendered ignores the y value, and simply
 * draws a line from min to max at the time of the item.
 */
public class OccurrenceRenderer extends XYLineAndShapeRenderer {

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

/**
 * Renderer which highlights selected points
 */
class NeutralLossDataPointRenderer extends XYLineAndShapeRenderer {

    private AlphaComposite alphaComp, alphaCompOriginal;

From source file net.sf.mzmine.modules.visualization.scatterplot.scatterplotchart.DiagonalLineRenderer.java

public class DiagonalLineRenderer extends XYLineAndShapeRenderer {

    // plot colors for diagonal lines
    private static final Color[] plotDiagonalColors = { new Color(165, 42, 42), Color.BLACK,
            new Color(165, 42, 42) };

From source file net.sf.mzmine.modules.visualization.tic.TICPlotRenderer.java

public class TICPlotRenderer extends XYLineAndShapeRenderer {

    private double transparency = 1.0f;

    public TICPlotRenderer() {
        super(true, false);

From source file com.od.jtimeseries.ui.visualizer.chart.creator.EfficientXYLineAndShapeRenderer.java

/**
 * Created by IntelliJ IDEA.
 * User: Nick Ebbutt
 * Date: 27/01/11
 * Time: 23:15
 */

From source file org.n52.oxf.render.sos.MyChartRenderer.java

/**
 * @author <a href="mailto:broering@52north.org">Arne Broering</a>
 *
 */
public class MyChartRenderer extends XYLineAndShapeRenderer {