Class CLibrary.WinSize

    • Constructor Summary

      Constructors 
      Constructor Description
      WinSize()  
      WinSize​(short ws_row, short ws_col)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void init()  
      • Methods inherited from class java.lang.Object

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

      • SIZEOF

        public static int SIZEOF
      • ws_row

        public short ws_row
      • ws_col

        public short ws_col
      • ws_xpixel

        public short ws_xpixel
      • ws_ypixel

        public short ws_ypixel
    • Constructor Detail

      • WinSize

        public WinSize()
      • WinSize

        public WinSize​(short ws_row,
                       short ws_col)
    • Method Detail

      • init

        private static void init()