public class NemaBufferedVectorImageDrawer extends BufferedVectorImageDrawer
| Constructor and Description |
|---|
NemaBufferedVectorImageDrawer() |
| 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.
|
void |
fillRectangle(ej.microui.display.MicroUIGraphicsContext gc,
int x1,
int y1,
int x2,
int y2) |
getDefaultDrawer, handledFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawChar, drawCharWithRotationBilinear, drawCharWithRotationNearestNeighbor, drawCircle, drawCircleArc, drawEllipse, drawEllipseArc, drawFlippedImage, drawHorizontalLine, drawImage, drawLine, drawRectangle, drawRenderableString, drawRotatedImageBilinear, drawRotatedImageNearestNeighbor, drawRoundedRectangle, drawScaledImageBilinear, drawScaledImageNearestNeighbor, drawScaledRenderableStringBilinear, drawScaledStringBilinear, drawString, drawThickCircle, drawThickCircleArc, drawThickEllipse, drawThickFadedCircle, drawThickFadedCircleArc, drawThickFadedEllipse, drawThickFadedLine, drawThickFadedPoint, drawThickLine, drawVerticalLine, fillCircle, fillCircleArc, fillEllipse, fillEllipseArc, fillRoundedRectangle, initializeRenderableStringSNIContext, stringWidth, writePixeldrawImage, drawStringpublic void fillRectangle(ej.microui.display.MicroUIGraphicsContext gc,
int x1,
int y1,
int x2,
int y2)
public 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 BufferedVectorImageDrawergc - 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