Package se.conciliate.extensions.fop
Interface SVGTranscoder
public interface SVGTranscoder
- Author:
- Richard
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writePNG
(InputStream svgStream, OutputStream pngStream, float width, float height)
-
Method Details
-
createSVGGraphics
-
writePNG
void writePNG(InputStream svgStream, OutputStream pngStream, float width, float height) throws IOException - Throws:
IOException
-