Package | Description |
---|---|
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
Modifier and Type | Class and Description |
---|---|
class |
GanttRenderer
A renderer for simple Gantt charts.
|
class |
GroupedStackedBarRenderer
A renderer that draws stacked bars within groups.
|
class |
IntervalBarRenderer
A renderer that handles the drawing of bars for a bar plot where
each bar has a high and low value.
|
class |
LayeredBarRenderer
A
CategoryItemRenderer that represents data using bars which are
superimposed. |
class |
StackedBarRenderer
A stacked bar renderer for use with the
CategoryPlot class. |
class |
StatisticalBarRenderer
A renderer that handles the drawing a bar plot where
each bar has a mean value and a standard deviation line.
|
class |
WaterfallBarRenderer
A renderer that handles the drawing of waterfall bar charts, for use with
the
CategoryPlot class. |
Modifier and Type | Method and Description |
---|---|
void |
StandardBarPainter.paintBar(Graphics2D g2,
BarRenderer renderer,
int row,
int column,
RectangularShape bar,
RectangleEdge base)
Paints a single bar instance.
|
void |
GradientBarPainter.paintBar(Graphics2D g2,
BarRenderer renderer,
int row,
int column,
RectangularShape bar,
RectangleEdge base)
Paints a single bar instance.
|
void |
BarPainter.paintBar(Graphics2D g2,
BarRenderer renderer,
int row,
int column,
RectangularShape bar,
RectangleEdge base)
Paints a single bar on behalf of a renderer.
|
void |
StandardBarPainter.paintBarShadow(Graphics2D g2,
BarRenderer renderer,
int row,
int column,
RectangularShape bar,
RectangleEdge base,
boolean pegShadow)
Paints a single bar instance.
|
void |
GradientBarPainter.paintBarShadow(Graphics2D g2,
BarRenderer renderer,
int row,
int column,
RectangularShape bar,
RectangleEdge base,
boolean pegShadow)
Paints a single bar instance.
|
void |
BarPainter.paintBarShadow(Graphics2D g2,
BarRenderer renderer,
int row,
int column,
RectangularShape bar,
RectangleEdge base,
boolean pegShadow)
Paints the shadow for a single bar on behalf of a renderer.
|
Copyright © 2001–2017 JFree.org. All rights reserved.