A renderer that draws shapes at (x, y) coordinates and, if the dataset is an instance of {@link XYZDataset}, fills the shapes with a paint that is based on the z-value (the paint is obtained from a lookup table). The renderer also allows for optional guidelines, horizontal and vertical lines connecting the shape to the edges of the plot.
The example shown here is generated by the
XYShapeRendererDemo1.java
program included in the JFreeChart demo collection:
This renderer has similarities to, but also differences from, the {@link XYLineAndShapeRenderer}.
@since 1.0.11