Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] MemoryImageSource question


  • From: wayne@xxxxxxxxxxxxx (Wayne Rasband)
  • Subject: [Advanced-java] MemoryImageSource question
  • Date: Fri, 18 Jan 2002 08:24:56 -0800

>Does anybody know where can I find some examples of using
>java.awt.image.MemoryImageSource class? More exactly I'm interested in
>creating animation using this class. I have seen in Sun's API a short
>example based on Garth Dickie's MemoryAnimationSourceDemo but the code
>isn't very clear for me. How do we really display the animation? Maybe is
>a silly question and I apologize for its non advanced character but I
>really found nothing on the NET to enlight me.

My open source "Plasma" applet/benchmark at http://rsb.info.nih.gov/plasma/
uses MemoryImageSource to do animation. You could also check out the
"Waves" demo (Image->Benchmarks->Waves) in my open source ImageJ program
"http://rsb.info.nih.gov/ij/";.

-wayne