View Single Post
  #2 (permalink)  
Old 07-11-2007, 08:44 AM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Check createGraphics() method of BufferedImage class:

Quote:
Creates a Graphics2D, which can be used to draw into this BufferedImage.
BufferedImage (Java 2 Platform SE v1.4.2)
Reply With Quote