org.das2.util.awt
Class PdfGraphicsOutput
java.lang.Object
org.das2.util.awt.PdfGraphicsOutput
- All Implemented Interfaces:
- GraphicsOutput
public class PdfGraphicsOutput
- extends java.lang.Object
- implements GraphicsOutput
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfGraphicsOutput
public PdfGraphicsOutput()
- Creates a new instance of PDFGraphicsOutput
getGraphics2D
public java.awt.Graphics2D getGraphics2D()
- Specified by:
getGraphics2D
in interface GraphicsOutput
finish
public void finish()
throws java.io.IOException
- Specified by:
finish
in interface GraphicsOutput
- Throws:
java.io.IOException
getGraphics
public java.awt.Graphics getGraphics()
- Specified by:
getGraphics
in interface GraphicsOutput
setOutputStream
public void setOutputStream(java.io.OutputStream out)
- Specified by:
setOutputStream
in interface GraphicsOutput
setSize
public void setSize(int width,
int height)
- Specified by:
setSize
in interface GraphicsOutput
start
public void start()
- Specified by:
start
in interface GraphicsOutput