org.das2.util.awt.PngGraphicsOutput
PngGraphicsOutput( )
Creates a new instance of PngGraphicsOutput
finish
finish( ) → void
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getGraphics
getGraphics( ) → java.awt.Graphics
Returns:
java.awt.Graphics
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getGraphics2D
getGraphics2D( ) → java.awt.Graphics2D
Returns:
java.awt.Graphics2D
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setOutputStream
setOutputStream( java.io.OutputStream out ) → void
Parameters
out - an OutputStream
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setSize
setSize( int width, int height ) → void
Parameters
width - an int
height - an int
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
start
start( ) → void
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]