Re: [JAVA2D] Clearing a Transparent Compatable Image

2009-02-17 Thread java2d
I don't see what clearing image contents has to do with window minimize/restoring. Could you give some example code, to illustrate your problem? Thanks, Clemens [Message sent by forum member 'linuxhippy' (linuxhippy)] http://forums.java.net/jive/thread.jspa?messageID=332221

Re: [JAVA2D] Exactly which graphics surfaces get HW accelerated?

2009-02-17 Thread Dmitri Trembovetski
Chris Campbell wrote: On Feb 6, 2009, at 5:46 AM, jav...@javadesktop.org wrote: Hi, I'm trying to get straight in my head exactly which graphics rendering surfaces can get hardware accelerated in Java. There seems to be a lot of confusing/half specified information around. Firstly let me

[JAVA2D] Create extra large in memory image from scratch

2009-02-17 Thread java2d
Sorry for this question, but I hardly searched over the Internet and didn't found any acceptable solution. I simply need to crate very large in memory image from scratch and draw on it with Graphics2D methods. At first I tried to create very large RenderableGraphics (JAI) with hope to use it