Package guidoengine

Class guidopaint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int fBottom  
      boolean fErase
      a flag to ignore the following rect and to redraw everything
      int fLeft  
      int fRight  
      int fTop  
    • Constructor Summary

      Constructors 
      Constructor Description
      guidopaint()  
      guidopaint​(int left, int top, int right, int bottom)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void Init()
      Internal jni initialization method.
      void print()
      Print utility.
      • Methods inherited from class java.lang.Object

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

      • fErase

        public boolean fErase
        a flag to ignore the following rect and to redraw everything
      • fLeft

        public int fLeft
      • fTop

        public int fTop
      • fRight

        public int fRight
      • fBottom

        public int fBottom
    • Constructor Detail

      • guidopaint

        public guidopaint()
      • guidopaint

        public guidopaint​(int left,
                          int top,
                          int right,
                          int bottom)
    • Method Detail

      • print

        public void print()
        Print utility.
      • Init

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