We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Tag clouds in processing
Page Index Toggle Pages: 1
Tag clouds in processing (Read 448 times)
Tag clouds in processing
May 11th, 2008, 3:07pm
 
Hi,

Is there a processing library that would allow me to generate tag clouds.

Vivek
Re: Tag clouds in processing
Reply #1 - May 21st, 2008, 10:16pm
 
I've never seen any ready-to-use library, but you can do it easily using Java Collections, especially HashMaps, I think (since they are sort of associative arrays).

http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html
Page Index Toggle Pages: 1