Class BasePanel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  BasePanel.Scale  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static float def_maxX  
      (package private) static float def_maxY  
      (package private) static float def_minX  
      (package private) static float def_minY  
      (package private) static double def_rotation  
    • Constructor Summary

      Constructors 
      Constructor Description
      BasePanel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • def_minX

        static float def_minX
      • def_maxX

        static float def_maxX
      • def_minY

        static float def_minY
      • def_maxY

        static float def_maxY
      • def_rotation

        static double def_rotation
    • Constructor Detail

      • BasePanel

        public BasePanel()