public interface SVGDrawer
| Modifier and Type | Method and Description |
|---|---|
void |
drawSVG(Element svgElement,
OutputDevice outputDevice,
RenderingContext ctx,
double x,
double y,
float dotsPerInch) |
int |
getSVGHeight(Element e) |
int |
getSVGWidth(Element e) |
void |
importFontFaceRules(List<FontFaceRule> fontFaces,
SharedContext shared) |
void drawSVG(Element svgElement, OutputDevice outputDevice, RenderingContext ctx, double x, double y, float dotsPerInch)
void importFontFaceRules(List<FontFaceRule> fontFaces, SharedContext shared)
int getSVGWidth(Element e)
e - the SVG elementint getSVGHeight(Element e)
e - the SVG elementCopyright © 2017. All rights reserved.