|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.chart.needle.MeterNeedle | +--com.jrefinery.chart.needle.PointerNeedle
A needle...
Fields inherited from class com.jrefinery.chart.needle.MeterNeedle |
fillPaint, highlightPaint, outlinePaint, outlineStroke, rotateX, rotateY, size, t |
Constructor Summary | |
PointerNeedle()
|
Method Summary | |
protected void |
drawNeedle(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Point2D rotate,
double angle)
Draws the needle. |
Methods inherited from class com.jrefinery.chart.needle.MeterNeedle |
defaultDisplay, draw, draw, draw, setFillPaint, setHighlightPaint, setOutlinePaint, setOutlineStroke, setSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PointerNeedle()
Method Detail |
protected void drawNeedle(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, java.awt.geom.Point2D rotate, double angle)
drawNeedle
in class MeterNeedle
g2
- the graphics device.plotArea
- the plot area.rotate
- the rotation point.angle
- the angle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |