public class SVGDocument extends SizedDocument
Document in the Scaled Vector Graphics (SVG)
format.| Constructor and Description |
|---|
SVGDocument(CommandSequence commands,
PageSize pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Command<?> command) |
java.lang.String |
toString() |
void |
writeTo(java.io.OutputStream out) |
getPageSize, isCompressedpublic SVGDocument(CommandSequence commands, PageSize pageSize)
public void writeTo(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void handle(Command<?> command)