Comment #2 on issue 99 by heuermh: PNode.toString refactoring http://code.google.com/p/piccolo2d/issues/detail?id=99
My opinion would be to @deprecate all the paramString methods and remove them in the next released version. I would rather not add the new class PParamStringBuilder to core. It might fit in extras/.../piccolox/util, or we might point to external code like http://commons.apache.org/lang/api/org/apache/commons/lang/builder/ToStringBuilder.html http://commons.apache.org/lang/api/org/apache/commons/lang/builder/ReflectionToStringBuilder.html for those who wish to implement a paramString()-like toString() method in their own subclasses of PNode. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
