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:
  • Field Details

    • baseLength

      private double baseLength
      The length of the base.
    • headLength

      private double headLength
      The length of the head.
  • Constructor Details

    • VectorRenderer

      public VectorRenderer()
      Creates a new XYBlockRenderer instance with default attributes.
  • Method Details