|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ecl.datepicker.util.GraphicsHelper
public final class GraphicsHelper
TODO comment
| Method Summary | |
|---|---|
static Rectangle |
cloneRect(Rectangle rect)
TODO comment |
static Rectangle |
cropRect(Rectangle rect,
int left,
int top,
int right,
int bottom)
TODO comment |
static void |
drawText(GC gc,
String text,
Rectangle drawRect,
int alignment)
TODO comment |
static Rectangle |
expandRect(Rectangle rect,
int left,
int top,
int right,
int bottom)
TODO comment |
static ImageData |
getAntiAliased(Image src)
creates a anti-aliased copy of the given image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Rectangle cloneRect(Rectangle rect)
rect -
public static Rectangle cropRect(Rectangle rect,
int left,
int top,
int right,
int bottom)
rect - left - top - right - bottom -
public static void drawText(GC gc,
String text,
Rectangle drawRect,
int alignment)
gc - text - drawRect - alignment -
public static Rectangle expandRect(Rectangle rect,
int left,
int top,
int right,
int bottom)
rect - left - top - right - bottom -
public static final ImageData getAntiAliased(Image src)
src - the source image.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||