public interface GraphicsOutput
Modifier and Type | Method and Description |
---|---|
void |
finish() |
java.awt.Graphics |
getGraphics() |
java.awt.Graphics2D |
getGraphics2D() |
void |
setOutputStream(java.io.OutputStream out) |
void |
setSize(int width,
int height) |
void |
start() |
java.awt.Graphics getGraphics()
java.awt.Graphics2D getGraphics2D()
void setOutputStream(java.io.OutputStream out)
void setSize(int width, int height)
void start()
void finish() throws java.io.IOException
java.io.IOException