Package de.erichseifert.vectorgraphics2d
Interface Document
- All Known Implementing Classes:
EPSDocument,PDFDocument,SizedDocument,SVGDocument
public interface Document
Interface for documents that are able to output binary files in the
implemented file format.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether or not theDocumentrepresents compressed data.voidwriteTo(OutputStream out)
-
Method Details
-
writeTo
- Throws:
IOException
-
isCompressed
boolean isCompressed()Returns whether or not theDocumentrepresents compressed data.- Returns:
trueif the contents are compressed,falseotherwise.
-