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, writeTransformAttributepublic java.lang.String getFileExtension()
OutputFormatgetFileExtension in interface OutputFormatgetFileExtension in class SVGOutputFormatpublic javax.swing.filechooser.FileFilter getFileFilter()
OutputFormatgetFileFilter in interface OutputFormatgetFileFilter in class SVGOutputFormatpublic void write(java.io.OutputStream out,
Drawing drawing)
throws java.io.IOException
OutputFormatwrite in interface OutputFormatwrite in class SVGOutputFormatout - The output stream.drawing - The drawing.java.io.IOException