public interface IGraphicContext extends IGraphicContextCommon
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearRectangle(Rectangle bounds) |
void |
drawImage(IImageConstant image) |
void |
drawImage(IImageConstant image,
int x,
int y,
int width,
int height) |
void |
setSolidLine() |
clearRectangle, copyArea, drawArc, drawImage, drawImage, drawLine, drawOval, drawPoint, drawPolygon, drawPolyline, drawRectangle, drawText, fillArc, fillOval, fillPolygon, fillRectangle, getBackgroundColor, getBounds, getFontMetrics, getForegroundColor, getTextWidth, setAntiAliasing, setBackgroundColor, setDashedLine, setFontName, setFontSize, setForegroundColor, setLineCap, setLineJoin, setLineWidth, setTextAntiAliasing, setTextMarkup
void clearRectangle(Rectangle bounds)
void clear()
void setSolidLine()
void drawImage(IImageConstant image, int x, int y, int width, int height)
void drawImage(IImageConstant image)
Siehe auch Jowidgets Nutzerhandbuch