Class PieUtils

java.lang.Object
com.biglybt.ui.swt.components.graphics.PieUtils

public class PieUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawPie(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Color bg, 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 Details

    • PieUtils

      public PieUtils()
  • Method Details

    • drawPie

      public static void drawPie(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Color bg, 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)