Class PieUtils
- java.lang.Object
-
- com.biglybt.ui.swt.components.graphics.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)
-
-
-
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)
-
-