class |
AreaRenderer |
A category item renderer that draws area charts.
|
class |
BarRenderer |
|
class |
BoxAndWhiskerRenderer |
A box-and-whisker renderer.
|
class |
CategoryStepRenderer |
|
class |
DefaultCategoryItemRenderer |
|
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 |
|
class |
LevelRenderer |
A CategoryItemRenderer that draws individual data items as
horizontal lines, spaced in the same way as bars in a bar chart.
|
class |
LineAndShapeRenderer |
A renderer that draws shapes for each data item, and lines between data
items (for use with the CategoryPlot class).
|
class |
MinMaxCategoryRenderer |
Renderer for drawing min max plot.
|
class |
ScatterRenderer |
A renderer that handles the multiple values from a
MultiValueCategoryDataset by plotting a shape for each value for
each given item in the dataset.
|
class |
StackedAreaRenderer |
A renderer that draws stacked area charts for a CategoryPlot .
|
class |
StackedBarRenderer |
|
class |
StatisticalBarRenderer |
A renderer that handles the drawing a bar plot where
each bar has a mean value and a standard deviation line.
|
class |
StatisticalLineAndShapeRenderer |
A renderer that draws shapes for each data item, and lines between data
items.
|
class |
WaterfallBarRenderer |
A renderer that handles the drawing of waterfall bar charts, for use with
the CategoryPlot class.
|