Example usage for org.jfree.chart.renderer.category StatisticalBarRenderer subclass-usage

List of usage examples for org.jfree.chart.renderer.category StatisticalBarRenderer subclass-usage

Introduction

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

Usage

From source file com.compomics.pepshell.view.componentmodels.RatioBarRenderer.java

/**
 *
 * @author Davy Maddelein
 */
class RatioBarRenderer extends StatisticalBarRenderer {

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

/**
 * @author Marius Helf
 */
public class FormattedStatisticalBarRenderer extends StatisticalBarRenderer implements FormattedRenderer {

    private static final long serialVersionUID = 1L;

From source file org.spantus.exp.recognition.dao.chart.AsymmetricStatisticalBarRenderer.java

/**
 * A renderer that handles the drawing a bar plot where
 * each bar has a mean value and a standard deviation line.  The example shown
 * here is generated by the <code>StatisticalBarChartDemo1.java</code> program
 * included in the JFreeChart Demo Collection:
 * <br><br>

From source file playground.thibautd.utils.charts.TwoCategoriesBoxAndWhiskerChart.java

class NoLegendStatisticalBarRenderer extends StatisticalBarRenderer {
    private static final long serialVersionUID = 1L;

    @Override
    public LegendItem getLegendItem(final int datasetIndex, final int series) {
        return null;