java.lang.Object | |
↳ | org.jfree.chart.needle.MeterNeedle |
![]() |
![]() |
The base class used to represent the needle on a
CompassPlot
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
transform | A transform. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new needle.
| |||||||||||
Creates a new needle.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Draws the needle.
| |||||||||||
Draws the needle.
| |||||||||||
Draws the needle.
| |||||||||||
Tests another object for equality with this object.
| |||||||||||
Returns the fill paint.
| |||||||||||
Returns the highlight paint.
| |||||||||||
Returns the outline paint.
| |||||||||||
Returns the outline stroke.
| |||||||||||
Returns the scalar used for determining the rotation x value.
| |||||||||||
Returns the scalar used for determining the rotation y value.
| |||||||||||
Returns the size.
| |||||||||||
Returns the transform.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Sets the fill paint.
| |||||||||||
Sets the highlight paint.
| |||||||||||
Sets the outline paint.
| |||||||||||
Sets the outline stroke.
| |||||||||||
Sets the rotateX value.
| |||||||||||
Sets the rotateY value.
| |||||||||||
Sets the size.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Displays a shape.
| |||||||||||
Draws the needle.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new needle.
Creates a new needle.
outline | the outline paint (null permitted). |
---|---|
fill | the fill paint (null permitted). |
highlight | the highlight paint (null permitted).
|
Draws the needle.
g2 | the graphics device. |
---|---|
plotArea | the plot area. |
rotate | the rotation point. |
angle | the angle. |
Draws the needle.
g2 | the graphics device. |
---|---|
plotArea | the plot area. |
angle | the angle. |
Draws the needle.
g2 | the graphics device. |
---|---|
plotArea | the plot area. |
Tests another object for equality with this object.
obj | the object to test (null permitted). |
---|
Returns the scalar used for determining the rotation x value.
Returns the scalar used for determining the rotation y value.
Returns the size.
Returns a hash code for this instance.
Sets the rotateX value.
x | the new value. |
---|
Sets the rotateY value.
y | the new value. |
---|
Sets the size.
pixels | the new size. |
---|
Displays a shape.
g2 | the graphics device. |
---|---|
shape | the shape. |
Draws the needle.
g2 | the graphics device. |
---|---|
plotArea | the plot area. |
rotate | the rotation point. |
angle | the angle. |