Interface | Description |
---|---|
XYItemRenderer |
Interface for rendering the visual representation of a single (x, y) item on
an
XYPlot . |
Class | Description |
---|---|
AbstractXYItemRenderer |
A base class that can be used to create new
XYItemRenderer
implementations. |
StandardXYItemRenderer |
Standard item renderer for an
XYPlot . |
StandardXYItemRenderer.State |
Records the state for the renderer.
|
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. |
XYItemRendererState |
The state for an
XYItemRenderer . |
XYLineAndShapeRenderer |
A renderer that connects data points with lines and/or draws shapes at each
data point.
|
XYLineAndShapeRenderer.State |
Records the state for the renderer.
|