Java org.jfree.chart.renderer.xy XYAreaRenderer2 fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer.xy XYAreaRenderer2 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer.xy XYAreaRenderer2.

The text is from its open source code.

Subclass

org.jfree.chart.renderer.xy.XYAreaRenderer2 has subclasses.
Click this link to see all its subclasses.

Constructor

XYAreaRenderer2()
Constructs a new renderer.

Method

voidsetAutoPopulateSeriesOutlinePaint(boolean auto)
Sets the flag that controls whether or not the series outline paint list is automatically populated when #lookupSeriesOutlinePaint(int) is called.
voidsetBaseStroke(Stroke stroke)
Sets the base stroke and sends a RendererChangeEvent to all registered listeners.
voidsetBaseToolTipGenerator(XYToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetOutline(boolean show)
Sets a flag that controls whether or not outlines of the areas are drawn, and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesStroke(int series, Stroke stroke)
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetURLGenerator(XYURLGenerator urlGenerator)
Sets the URL generator for HTML image maps and sends a RendererChangeEvent to all registered listeners.