org.gudy.azureus2.ui.swt.components.graphics
Class PieUtils
java.lang.Object
org.gudy.azureus2.ui.swt.components.graphics.PieUtils
public class PieUtils
- extends Object
- Author:
- Olivier Chalouhi
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 |
PieUtils
public PieUtils()
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)