Package org.gvsig.pdf.lib.impl
Class DefaultPDFWriter
java.lang.Object
org.gvsig.pdf.lib.impl.DefaultPDFWriter
- All Implemented Interfaces:
PDFWriter
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from interface org.gvsig.pdf.lib.api.PDFWriter
PAGE_A4, PAGE_A5, PAGE_LEGAL, PAGE_LETTER -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPDFWriter
public DefaultPDFWriter()
-
-
Method Details
-
open
public void open(int pageSize) -
close
public void close() -
getGraphics2D
- Specified by:
getGraphics2Din interfacePDFWriter
-
getWidth
public float getWidth() -
getHeight
public float getHeight() -
toByteArray
public byte[] toByteArray()- Specified by:
toByteArrayin interfacePDFWriter
-
toDocument
- Specified by:
toDocumentin interfacePDFWriter
-