document.write('<div class="java5" style="font-family: monospace;"><br />');
document.write('&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> <a target="_blank"&nbsp; href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/image/BufferedImage.html"><span style="color: #aaaadd; font-weight: bold;">BufferedImage</span></a> canvasToBufferedImage<span style="color: #66cc66;">&#40;</span><a target="_blank"&nbsp; href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Canvas.html"><span style="color: #aaaadd; font-weight: bold;">Canvas</span></a> sp<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">int</span> w = sp.<span style="color: #006600;">getWidth</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">int</span> h = sp.<span style="color: #006600;">getHeight</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">int</span> type = <a target="_blank"&nbsp; href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/image/BufferedImage.html"><span style="color: #aaaadd; font-weight: bold;">BufferedImage</span></a>.<span style="color: #006600;">TYPE_INT_RGB</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank"&nbsp; href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/image/BufferedImage.html"><span style="color: #aaaadd; font-weight: bold;">BufferedImage</span></a> image = <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank"&nbsp; href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/image/BufferedImage.html"><span style="color: #aaaadd; font-weight: bold;">BufferedImage</span></a><span style="color: #66cc66;">&#40;</span>w,h,type<span style="color: #66cc66;">&#41;</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank"&nbsp; href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html"><span style="color: #aaaadd; font-weight: bold;">Graphics2D</span></a> g2 = image.<span style="color: #006600;">createGraphics</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; sp.<span style="color: #006600;">paint</span><span style="color: #66cc66;">&#40;</span>g2<span style="color: #66cc66;">&#41;</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; g2.<span style="color: #006600;">dispose</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> image;<br />');
document.write('&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>&nbsp; &nbsp;<br />');
document.write('&nbsp;</div>');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/747/1/" target="_blank">byteMyCode</a>.</div>');
