- java.lang.Object
-
- org.jfree.chart.plot.compass.MeterNeedle
-
- org.jfree.chart.plot.compass.ArrowNeedle
-
- org.jfree.chart.plot.compass.WindNeedle
-
- All Implemented Interfaces:
Serializable,Cloneable
public class WindNeedle extends ArrowNeedle implements Cloneable, Serializable
A needle that indicates wind direction, for use with theorg.jfree.chart.plot.CompassPlotclass.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jfree.chart.plot.compass.MeterNeedle
transform
-
-
Constructor Summary
Constructors Constructor Description WindNeedle()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddrawNeedle(Graphics2D g2, Rectangle2D plotArea, Point2D rotate, double angle)Draws the needle.booleanequals(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.plot.compass.ArrowNeedle
clone
-
Methods inherited from class org.jfree.chart.plot.compass.MeterNeedle
defaultDisplay, draw, draw, draw, getFillPaint, getHighlightPaint, getOutlinePaint, getOutlineStroke, getRotateX, getRotateY, getSize, getTransform, setFillPaint, setHighlightPaint, setOutlinePaint, setOutlineStroke, setRotateX, setRotateY, setSize
-
-
-
-
Constructor Detail
-
WindNeedle
public WindNeedle()
Default constructor.
-
-
Method Detail
-
drawNeedle
protected void drawNeedle(Graphics2D g2, Rectangle2D plotArea, Point2D rotate, double angle)
Draws the needle.- Overrides:
drawNeedlein classArrowNeedle- Parameters:
g2- the graphics device.plotArea- the plot area.rotate- the rotation point.angle- the angle.
-
equals
public boolean equals(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.
-
-