Class VectorRenderer

All Implemented Interfaces:
Serializable, Cloneable, EventListener, AnnotationChangeListener, LegendItemSource, XYItemRenderer, org.jfree.util.PublicCloneable

public class VectorRenderer extends AbstractXYItemRenderer implements XYItemRenderer, Cloneable, org.jfree.util.PublicCloneable, Serializable
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
Since:
1.0.6
See Also: