Class ArrowNeedle

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

public class ArrowNeedle
extends MeterNeedle
implements Serializable
A needle in the shape of an arrow.
Author:
Bryan Scott
See Also:
Serialized Form
  • 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

    • equals

      public boolean equals​(Object object)
      Tests another object for equality with this object.
      Overrides:
      equals in class MeterNeedle
      Parameters:
      object - the object to test.
      Returns:
      A boolean.