org.das2.util.awt
Interface GraphicsOutput

All Known Implementing Classes:
PdfGraphicsOutput, PngGraphicsOutput, SvgGraphicsOutput

public interface GraphicsOutput


Method Summary
 void finish()
           
 java.awt.Graphics getGraphics()
           
 java.awt.Graphics2D getGraphics2D()
           
 void setOutputStream(java.io.OutputStream out)
           
 void setSize(int width, int height)
           
 void start()
           
 

Method Detail

getGraphics

java.awt.Graphics getGraphics()

getGraphics2D

java.awt.Graphics2D getGraphics2D()

setOutputStream

void setOutputStream(java.io.OutputStream out)

setSize

void setSize(int width,
             int height)

start

void start()

finish

void finish()
            throws java.io.IOException
Throws:
java.io.IOException