gestalt.util.pdfwriter
Class PDFWriter
java.lang.Object
gestalt.shape.AbstractDrawable
gestalt.util.pdfwriter.PDFWriter
- All Implemented Interfaces:
- Drawable
public class PDFWriter
- extends AbstractDrawable
|
Constructor Summary |
PDFWriter(java.lang.String theFile,
int theWidth,
int theHeight)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFWriter
public PDFWriter(java.lang.String theFile,
int theWidth,
int theHeight)
page
public void page(int theWidth,
int theHeight)
g
public java.awt.Graphics2D g()
translator
public java.util.Vector<DrawablePDFTranslator> translator()
drawBin
public void drawBin(AbstractBin theBin)
close
public void close()
draw
public void draw(GLContext theRenderContext)
- Description copied from interface:
Drawable
- this method is used to draw the drawable, when the context is ready.
although the behavior sometimes varies and doesn t always need to
have a visual representation depending on the implementation.
- Parameters:
theRenderContext - GLContext
processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009