Class BorderPainter

    • Method Detail

      • paintBorder

        public void paintBorder​(org.eclipse.swt.graphics.GC gc)
      • drawLineLeft

        protected void drawLineLeft​(org.eclipse.swt.graphics.GC gc,
                                    int ix,
                                    int iy)
      • drawLineRight

        protected void drawLineRight​(org.eclipse.swt.graphics.GC gc,
                                     int ix,
                                     int iy)
      • drawLineTop

        protected void drawLineTop​(org.eclipse.swt.graphics.GC gc,
                                   int ix,
                                   int iy)
      • drawLineBottom

        protected void drawLineBottom​(org.eclipse.swt.graphics.GC gc,
                                      int ix,
                                      int iy)
      • isInside

        protected boolean isInside​(int ix,
                                   int iy)
      • isValid

        protected boolean isValid​(int ix,
                                  int iy)