org.jfree.chart.plot.dial.DialScale |
![]() |
A dial scale is a specialised layer that has the ability to convert data values into angles.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts an angle (in degrees) to a data value.
| |||||||||||
Converts a data value to an angle (in degrees, using the same
specification as Java's Arc2D class).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Converts an angle (in degrees) to a data value.
angle | the angle (in degrees). |
---|
Converts a data value to an angle (in degrees, using the same specification as Java's Arc2D class).
value | the data value. |
---|