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 & HelpPrograms › check the actual renderer
Page Index Toggle Pages: 1
check the actual renderer (Read 520 times)
check the actual renderer
Sep 21st, 2008, 10:49pm
 
Is there a way to check whats the name of the actual renderer?
Re: check the actual renderer
Reply #1 - Sep 22nd, 2008, 12:43am
 
println(g.getClass().toString());
Re: check the actual renderer
Reply #2 - Sep 22nd, 2008, 3:20am
 
a minor edit--g.getClass().getName() will be more consistent.
Re: check the actual renderer
Reply #3 - Sep 22nd, 2008, 9:21am
 
Thanks
Page Index Toggle Pages: 1