public class NemaDisplayDrawer extends DisplayDrawer
It disables the drawing of blend modes SCREEN and MULTIPLY (not supported by the GPU).
| Constructor and Description |
|---|
NemaDisplayDrawer() |
| 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.
|
handledFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawImage, drawStringpublic void drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint)
VGDrawingdrawPath in interface VGDrawingdrawPath in class DisplayDrawergc - the destinationpath - the path to drawx - the destination X coordinatey - the destination Y coordinatematrix - the deformation to applyfillRule - the fill typeblend - the blend modepaint - the color representation to use