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.bwc.ora.views.render.HighlightXYRenderer.java

/**
 *
 * @author Brandon M. Wilk {@literal <}wilkb777@gmail.com{@literal >}
 */
public class HighlightXYRenderer extends XYLineAndShapeRenderer {

From source file be.ugent.maf.cellmissy.gui.view.renderer.jfreechart.DirectionAutocorrelationLineAndShapeRenderer.java

/**
 *
 * @author Paola
 */
public class DirectionAutocorrelationLineAndShapeRenderer extends XYLineAndShapeRenderer {

From source file org.logisticPlanning.utils.graphics.chart.impl.jfree._JFCXYLineAndShapeRenderer.java

/**
 * <p>
 * This internal class tries to avoid a problem with
 * {@link org.jfree.chart.renderer.xy.XYLineAndShapeRenderer}.
 * {@link org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
 * XYLineAndShapeRenderer} iterates over the lines in a data set. It paints

From source file ch.ksfx.web.services.chart.RegressionXYLineAndShapeRenderer.java

/**
 * Created by Kejo on 20.10.2015.
 */
public class RegressionXYLineAndShapeRenderer extends XYLineAndShapeRenderer {
    public RegressionXYLineAndShapeRenderer() {
        super();

From source file edu.umn.ecology.populus.plot.ChartRendererWithOrientatedShapes.java

/**
 * Chart renderer that adds special code to deal with DirectionalPlotTerminus objects.
 * 
 * @author Lars
 */
public class ChartRendererWithOrientatedShapes extends XYLineAndShapeRenderer {

From source file com.itemanalysis.jmetrik.swing.JmetrikXYLineAndShapeRenderer.java

public class JmetrikXYLineAndShapeRenderer extends XYLineAndShapeRenderer {

    public JmetrikXYLineAndShapeRenderer() {
        super();
    }

From source file net.bioclipse.chart.ScatterPlotRenderer.java

/** ScatterPlotRenderer is responsible for rendering scatter plots in ChartUtils
 * It's function is to highlight points selected by the user
 * @author EskilA
 *
 */
public class ScatterPlotRenderer extends XYLineAndShapeRenderer {

From source file org.openfaces.component.chart.impl.renderers.XYLineRendererAdapter.java

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class XYLineRendererAdapter extends XYLineAndShapeRenderer
        implements XYRendererAdapter, CustomizedRenderer, ConfigurableRenderer {
    private ItemsRenderer delegate;

From source file cs.cirg.cida.components.IntervalXYRenderer.java

/**
 *
 * @author andrich
 */
public class IntervalXYRenderer extends XYLineAndShapeRenderer {

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

/**
 * 
 */
class PeakDataRenderer extends XYLineAndShapeRenderer {

    private static final Color peakColor = Color.green;