List of usage examples for org.jfree.chart.renderer.category AreaRenderer subclass-usage
From source file com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer.java
/** * @author Marius Helf */ public class FormattedAreaRenderer extends AreaRenderer implements FormattedRenderer { private static final long serialVersionUID = 1L;
From source file org.pentaho.plugin.jfreereport.reportcharts.backport.StackedAreaRenderer.java
/**
* This is a backport of the StackedAreaRenderer of JFreeChart 1.0.13; this class will be removed as soon as we are able
* to upgrade to a more recent version of JFreeChart.
* <p/>
* A renderer that draws stacked area charts for a {@link org.jfree.chart.plot.CategoryPlot}. The example shown here is
* generated by the <code>StackedAreaChartDemo1.java</code> program included in the JFreeChart Demo Collection: <br><br>