Class PieUtils


  • public class PieUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PieUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void drawPie​(org.eclipse.swt.graphics.GC gc, int x, int y, int width, int height, int percent)  
      static void drawPie​(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Image image, int x, int y, int width, int height, int percent, boolean draw_border)  
      • Methods inherited from class java.lang.Object

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

      • PieUtils

        public PieUtils()
    • Method Detail

      • drawPie

        public static void drawPie​(org.eclipse.swt.graphics.GC gc,
                                   int x,
                                   int y,
                                   int width,
                                   int height,
                                   int percent)
      • drawPie

        public static void drawPie​(org.eclipse.swt.graphics.GC gc,
                                   org.eclipse.swt.graphics.Image image,
                                   int x,
                                   int y,
                                   int width,
                                   int height,
                                   int percent,
                                   boolean draw_border)