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

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

Introduction

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

The text is from its open source code.

Constructor

YIntervalRenderer()
The default constructor.

Method

voidsetAdditionalItemLabelGenerator(XYItemLabelGenerator generator)
Sets the generator for the item labels that appear near the lower y-value and sends a RendererChangeEvent to all registered listeners.
voidsetAutoPopulateSeriesPaint(boolean auto)
Sets the flag that controls whether or not the series paint list is automatically populated when #lookupSeriesPaint(int) is called.
voidsetAutoPopulateSeriesShape(boolean auto)
Sets the flag that controls whether or not the series shape list is automatically populated when #lookupSeriesShape(int) is called.
voidsetBasePaint(Paint paint)
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
voidsetBaseShape(Shape shape)
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesShape(int series, Shape shape)
Sets the shape 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.