Class IntervalBarRenderer

All Implemented Interfaces:
Serializable, Cloneable, CategoryItemRenderer, org.jfree.util.PublicCloneable
Direct Known Subclasses:
GanttRenderer

public class IntervalBarRenderer
extends BarRenderer
implements CategoryItemRenderer, Cloneable, org.jfree.util.PublicCloneable, Serializable
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.

For use with the CategoryPlot class.

Author:
Jeremy Bowman
See Also:
Serialized Form
  • Constructor Details

    • IntervalBarRenderer

      public IntervalBarRenderer()
      Constructs a new renderer.
  • Method Details