Class IntervalBarRenderer

All Implemented Interfaces:
Serializable, Cloneable, LegendItemSource, CategoryItemRenderer, PublicCloneable
Direct Known Subclasses:
GanttRenderer

public class IntervalBarRenderer extends BarRenderer
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value. This renderer is for use with the CategoryPlot class. The example shown here is generated by the IntervalBarChartDemo1.java program included in the JFreeChart Demo Collection:

IntervalBarRendererSample.png
See Also: