Package | Description |
---|---|
org.jfree.chart.renderer.xy |
Modifier and Type | Class and Description |
---|---|
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.
|