Package com.openhtmltopdf.extend
Interface SVGDrawer.SVGImage
-
- All Known Implementing Classes:
BatikSVGImage
- Enclosing interface:
- SVGDrawer
public static interface SVGDrawer.SVGImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawSVG(OutputDevice outputDevice, RenderingContext ctx, double x, double y)
int
getIntrinsicHeight()
int
getIntrinsicWidth()
-
-
-
Method Detail
-
getIntrinsicWidth
int getIntrinsicWidth()
-
getIntrinsicHeight
int getIntrinsicHeight()
-
drawSVG
void drawSVG(OutputDevice outputDevice, RenderingContext ctx, double x, double y)
-
-