> Suppose that it's a huge diagram with thousands of
> nodes and links and I have an algorithm to arrange
> them in a nice manner.
>
> before splitting this huge image into lots of smaller
> and more manageable pieces (and I have to do this to
> present them in the browser), I have to draw the
> whole picture somehow, somewhere.

Sounds like you could implement a special DataBuffer that maps the memory 
outside of the RAM, like on the disk. This could be implemented with some NIO 
tricks, most notably a memory mapped file.

/Roman
[Message sent by forum member 'roman_kennke' (roman_kennke)]

http://forums.java.net/jive/thread.jspa?messageID=204885

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to