Package de.erichseifert.vectorgraphics2d
Interface Document
-
- All Known Implementing Classes:
EPSDocument,PDFDocument,SizedDocument,SVGDocument
public interface DocumentInterface for documents that are able to output binary files in the implemented file format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCompressed()Returns whether or not theDocumentrepresents compressed data.voidwriteTo(java.io.OutputStream out)
-