public class DisplayDrawer extends java.lang.Object implements VGDrawing
| Constructor and Description |
|---|
DisplayDrawer() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint)
Draws a general path filled with the given color representation.
|
ej.microui.display.MicroUIImageFormat |
handledFormat()
Gets the supported buffered image format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawImage, drawStringpublic ej.microui.display.MicroUIImageFormat handledFormat()
VGDrawinghandledFormat in interface VGDrawing