Package | Description |
---|---|
org.jfree.chart | |
org.jfree.chart.renderer.xy |
Modifier and Type | Method and Description |
---|---|
protected void |
StandardChartTheme.applyToAbstractRenderer(AbstractRenderer renderer)
Applies the attributes for this theme to an
AbstractRenderer . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXYItemRenderer
A base class that can be used to create new
XYItemRenderer
implementations. |
class |
StandardXYItemRenderer
Standard item renderer for an
XYPlot . |
class |
XYBlockRenderer
A renderer that represents data from an
XYZDataset by drawing a
color block at each (x, y) point, where the color is a function of the
z-value from the dataset. |
class |
XYLineAndShapeRenderer
A renderer that connects data points with lines and/or draws shapes at each
data point.
|