public class SVGImageWorker extends ImageWorker
| Constructor and Description |
|---|
SVGImageWorker(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
drawString(String text,
int x,
int y,
Font font,
Paint paint) |
(package private) double |
getStringWidth(String text,
Font font) |
(package private) void |
makeImage(OutputStream os) |
protected void |
reset(Graphics2D g2d) |
(package private) void |
resize(int width,
int height) |
clip, dispose, drawLine, drawPolyline, fillPolygon, fillPolygon, fillRect, getFontAscent, getFontHeight, getImageBytes, loadImage, makeImage, reset, saveImage, setAntiAliasing, setG2d, setTextAntiAliasing, transformvoid drawString(String text, int x, int y, Font font, Paint paint)
drawString in class ImageWorkerdouble getStringWidth(String text, Font font)
getStringWidth in class ImageWorkervoid makeImage(OutputStream os) throws IOException
makeImage in class ImageWorkerIOExceptionprotected void reset(Graphics2D g2d)
reset in class ImageWorkervoid resize(int width,
int height)
resize in class ImageWorker