ElegantJ Gauges Java API Specification v1.1

com.elegantj.gauges.dial
Class ConvertKit

java.lang.Object
  extended bycom.elegantj.gauges.Kit
      extended bycom.elegantj.gauges.dial.ConvertKit
All Implemented Interfaces:
java.io.Serializable

public class ConvertKit
extends Kit
implements java.io.Serializable

Utility class for angle conversion

See Also:
Serialized Form

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

ConvertKit

public ConvertKit()
Method Detail

toDegrees

public static final double toDegrees(double radiansAngle)
convert radian angle to degree angle

Parameters:
radiansAngle - angle value in radians
Returns:
angle value in degrees

toRadians

public static final double toRadians(double degreesAngle)
convert degree angle to radian angle

Parameters:
degreesAngle - angle value in degrees
Returns:
angle value in radians

ElegantJ Gauges Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.