org.jfree.chart.needle
Class WindNeedle
- Cloneable, Serializable
implements Cloneable, Serializable
A needle that indicates wind direction, for use with the
CompassPlot class.
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.
|
defaultDisplay, draw, draw, draw, drawNeedle, equals, getFillPaint, getHighlightPaint, getOutlinePaint, getOutlineStroke, getRotateX, getRotateY, getSize, getTransform, setFillPaint, setHighlightPaint, setOutlinePaint, setOutlineStroke, setRotateX, setRotateY, setSize |
WindNeedle
public WindNeedle()
Default constructor.
drawNeedle
protected void drawNeedle(Graphics2D g2,
Rectangle2D plotArea,
Point2D rotate,
double angle) Draws the needle.
- drawNeedle in interface ArrowNeedle
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.
- equals in interface ArrowNeedle
object - the object to test.