Class ArrowNeedle

java.lang.Object
org.jfree.chart.needle.MeterNeedle
org.jfree.chart.needle.ArrowNeedle
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
WindNeedle

public class ArrowNeedle extends MeterNeedle implements Cloneable, Serializable
A needle in the shape of an arrow.
See Also:
  • Constructor Details

    • ArrowNeedle

      public ArrowNeedle(boolean isArrowAtTop)
      Constructs a new arrow needle.
      Parameters:
      isArrowAtTop - a flag that controls whether or not there is an arrow at the top of the needle.
  • Method Details