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

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

Introduction

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

The text is from its open source code.

Constructor

StackedXYAreaRenderer3()
Creates a new renderer.

Method

voidsetBaseToolTipGenerator(XYToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetRoundXCoordinates(boolean round)
Sets the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values, and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesPaint(int series, Paint paint, boolean notify)
Sets the paint used for a series and, if requested, sends a RendererChangeEvent to all registered listeners.