Class SizedDocument
java.lang.Object
de.erichseifert.vectorgraphics2d.SizedDocument
- All Implemented Interfaces:
Document
-
Constructor Details
-
SizedDocument
-
-
Method Details
-
getPageSize
-
isCompressed
public boolean isCompressed()Description copied from interface:DocumentReturns whether or not theDocumentrepresents compressed data.- Specified by:
isCompressedin interfaceDocument- Returns:
trueif the contents are compressed,falseotherwise.
-