org.gudy.azureus2.ui.swt.components.graphics
Class PieUtils

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.components.graphics.PieUtils

public class PieUtils
extends java.lang.Object

Author:
Olivier Chalouhi

Constructor Summary
PieUtils()
           
 
Method Summary
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)
           
static void drawPie(org.eclipse.swt.graphics.GC gc, int x, int y, int width, int height, int percent)
           
 
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)