Example usage for org.jfree.chart.renderer.xy XYBarPainter interface-usage

List of usage examples for org.jfree.chart.renderer.xy XYBarPainter interface-usage

Introduction

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

Usage

From source file com.rapidminer.gui.plotter.charts.RapidXYBarPainter.java

/**
 * The painter for the bar charts.
 * 
 * @author Ingo Mierswa
 */
public class RapidXYBarPainter implements XYBarPainter {

From source file it.cnr.istc.utils.gui.ReverseGradientXYBarPainter.java

/**
 *
 * @author Riccardo De Benedictis <riccardo.debenedictis@istc.cnr.it>
 */
public class ReverseGradientXYBarPainter implements XYBarPainter {