org.jfree.chart.needle
Class WindNeedle
- java.lang.Object
-
- org.jfree.chart.needle.MeterNeedle
-
- org.jfree.chart.needle.ArrowNeedle
-
- org.jfree.chart.needle.WindNeedle
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class WindNeedle extends ArrowNeedle implements java.lang.Cloneable, java.io.Serializable
A needle that indicates wind direction, for use with theCompassPlotclass.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description WindNeedle()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object object)Tests another object for equality with this object.inthashCode()Returns a hash code for this instance.-
Methods inherited from class org.jfree.chart.needle.ArrowNeedle
clone
-
Methods inherited from class org.jfree.chart.needle.MeterNeedle
draw, draw, draw, getFillPaint, getHighlightPaint, getOutlinePaint, getOutlineStroke, getRotateX, getRotateY, getSize, getTransform, setFillPaint, setHighlightPaint, setOutlinePaint, setOutlineStroke, setRotateX, setRotateY, setSize
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object object)
Tests another object for equality with this object.- Overrides:
equalsin classArrowNeedle- Parameters:
object- the object to test.- Returns:
- A boolean.
-
hashCode
public int hashCode()
Returns a hash code for this instance.- Overrides:
hashCodein classArrowNeedle- Returns:
- A hash code.
-
-
DMelt 3.0 © DataMelt by jWork.ORG