org.jfree.chart.needle
public class WindNeedle extends ArrowNeedle implements Cloneable, Serializable
| Constructor Summary | |
|---|---|
| WindNeedle()
Default constructor. | |
| Method Summary | |
|---|---|
| protected void | drawNeedle(Graphics2D g2, Rectangle2D plotArea, Point2D rotate, double angle)
Draws the needle.
|
| boolean | equals(Object object)
Tests another object for equality with this object.
|
| int | hashCode()
Returns a hash code for this instance.
|
Parameters: g2 the graphics device. plotArea the plot area. rotate the rotation point. angle the angle.
Parameters: object the object to test.
Returns: A boolean.
Returns: A hash code.