Class WindNeedle

All Implemented Interfaces:
Serializable

public class WindNeedle
extends ArrowNeedle
implements Serializable
A needle that indicates wind direction, for use with the CompassPlot class.
Author:
Bryan Scott
See Also:
Serialized Form
  • Constructor Details

    • WindNeedle

      public WindNeedle()
      Default constructor.
  • Method Details

    • equals

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