Class Degrees


  • public class Degrees
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Degrees​(int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Radians toRadians()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final int value
    • Constructor Detail

      • Degrees

        public Degrees​(int value)
    • Method Detail

      • toRadians

        public Radians toRadians()