Java org.jfree.chart.renderer.category IntervalBarRenderer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.renderer.category.IntervalBarRenderer has subclasses.
Click this link to see all its subclasses.

Constructor

IntervalBarRenderer()
Constructs a new renderer.

Method

voidsetItemLabelPaint(Paint paint)
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
voidsetItemLabelsVisible(boolean visible)
Sets the visibility of the item labels for ALL series.
voidsetPositiveItemLabelPosition(ItemLabelPosition position)
Sets the item label position for positive values in ALL series, 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.