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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAutoPopulateSeriesStroke(boolean auto)
Sets the flag that controls whether or not the series stroke list is automatically populated when #lookupSeriesStroke(int) is called.
voidsetBaseFillPaint(Paint paint)
Sets the base fill paint and sends a RendererChangeEvent to all registered listeners.
voidsetBasePaint(Paint paint)
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
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.
voidsetShape(Shape shape)
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
voidsetShapePaint(Paint shapePaint)
Sets the paint for rendering shapes and sends a RendererChangeEvent to all registered listeners.
voidsetShapeStroke(Stroke shapeStroke)
Sets the stroke for rendering shapes and sends a RendererChangeEvent to all registered listeners.