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

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

Introduction

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

The text is from its open source code.

Constructor

XYBoxAndWhiskerRenderer()
Creates a new renderer for box and whisker charts.
XYBoxAndWhiskerRenderer(double boxWidth)
Creates a new renderer for box and whisker charts.

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.
voidsetFillBox(boolean flag)
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.