|
ElegantJ Gauges Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.gauges.Kit
com.elegantj.gauges.dial.ConvertKit
Utility class for angle conversion
| Constructor Summary | |
ConvertKit()
|
|
| Method Summary | |
static double |
toDegrees(double radiansAngle)
convert radian angle to degree angle |
static double |
toRadians(double degreesAngle)
convert degree angle to radian angle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConvertKit()
| Method Detail |
public static final double toDegrees(double radiansAngle)
radiansAngle - angle value in radians
public static final double toRadians(double degreesAngle)
degreesAngle - angle value in degrees
|
ElegantJ Gauges Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||