public class SVGZOutputFormat extends SVGOutputFormat
Constructor and Description |
---|
SVGZOutputFormat()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileExtension()
Returns the file extension for the output format.
|
javax.swing.filechooser.FileFilter |
getFileFilter()
Return a FileFilter that can be used to identify files which can be stored
with this output format.
|
void |
write(java.io.OutputStream out,
Drawing drawing)
Writes a Drawing into an output stream.
|
createCircle, createEllipse, createG, createImage, createLine, createLinearGradient, createPath, createPolygon, createPolyline, createRadialGradient, createRect, createText, createTextArea, createTransferable, getId, getOutputFormatAccessory, isPrettyPrint, setPrettyPrint, toColor, toNumber, toPath, toPoints, toTransform, write, write, write, writeAttribute, writeAttribute, writeAttribute, writeAttribute, writeCircleElement, writeElement, writeEllipseElement, writeGElement, writeImageElement, writeLineElement, writeOpacityAttribute, writePathElement, writePolygonElement, writePolylineElement, writeRectElement, writeShapeAttributes, writeTextAreaElement, writeTextElement, writeTransformAttribute
public java.lang.String getFileExtension()
OutputFormat
getFileExtension
in interface OutputFormat
getFileExtension
in class SVGOutputFormat
public javax.swing.filechooser.FileFilter getFileFilter()
OutputFormat
getFileFilter
in interface OutputFormat
getFileFilter
in class SVGOutputFormat
public void write(java.io.OutputStream out, Drawing drawing) throws java.io.IOException
OutputFormat
write
in interface OutputFormat
write
in class SVGOutputFormat
out
- The output stream.drawing
- The drawing.java.io.IOException