Package org.gvsig.pdf.lib.api
Interface PDFWriter
public interface PDFWriter
- Author:
- osc
-
Field Details
-
PAGE_LETTER
static final int PAGE_LETTER- See Also:
-
PAGE_LEGAL
static final int PAGE_LEGAL- See Also:
-
PAGE_A4
static final int PAGE_A4- See Also:
-
PAGE_A5
static final int PAGE_A5- See Also:
-
-
Method Details
-
open
void open(int pageSize) -
close
void close() -
getWidth
float getWidth() -
getHeight
float getHeight() -
getGraphics2D
Graphics2D getGraphics2D() -
toByteArray
byte[] toByteArray() -
toDocument
PDFDocument toDocument()
-