Class VectorRenderer

All Implemented Interfaces:
Serializable, Cloneable, EventListener, AnnotationChangeListener, LegendItemSource, XYItemRenderer, PublicCloneable

A renderer that represents data from an VectorXYDataset by drawing a line with an arrow at each (x, y) point. The example shown here is generated by the VectorPlotDemo1.java program included in the JFreeChart demo collection:

VectorRendererSample.png
See Also: