Package guidoengine

Class guidorect

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int bottom  
      int left  
      int right  
      int top  
    • Constructor Summary

      Constructors 
      Constructor Description
      guidorect()  
      guidorect​(int l, int t, int r, int b)  
    • Field Detail

      • top

        public int top
      • left

        public int left
      • right

        public int right
      • bottom

        public int bottom
    • Constructor Detail

      • guidorect

        public guidorect()
      • guidorect

        public guidorect​(int l,
                         int t,
                         int r,
                         int b)
    • Method Detail

      • height

        public int height()
      • width

        public int width()
      • getLeft

        public int getLeft()
      • getTop

        public int getTop()
      • getRight

        public int getRight()
      • getBottom

        public int getBottom()
      • setRect

        public void setRect​(double x,
                            double y,
                            double width,
                            double height)
      • Init

        protected static void Init()
        Internal jni initialization method. Automatically called at package init.