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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCompressed()
Returns whether or not theDocument
represents compressed data.void
writeTo(java.io.OutputStream out)
-