Hi again, still noob trying to learn Processing by backwards engineering this:
http://www.openprocessing.org/sketch/73427
This line:
class traceBatch implements WorkItem
in
DistanceFractals.pde
tells me that Processing is told to draw on the included
code/portlib.jar
in which is packed (I renamed to portlib.zip and unzipped)
WorkItem.class
and apparently what I want to edit at this stage of my tweaking and learning, is done in that very class.
Question:
Is there a way to backwards engineer that class, or would I have to ask the author for a copy of a somewhat not assembled version of that class?
Or am I not making sense at all? :)
Point is; I want to learn what the line
class traceBatch implements WorkItem
does, and learn it by changing that code. How?
Thanks!
http://www.openprocessing.org/sketch/73427
This line:
class traceBatch implements WorkItem
in
DistanceFractals.pde
tells me that Processing is told to draw on the included
code/portlib.jar
in which is packed (I renamed to portlib.zip and unzipped)
WorkItem.class
and apparently what I want to edit at this stage of my tweaking and learning, is done in that very class.
Question:
Is there a way to backwards engineer that class, or would I have to ask the author for a copy of a somewhat not assembled version of that class?
Or am I not making sense at all? :)
Point is; I want to learn what the line
class traceBatch implements WorkItem
does, and learn it by changing that code. How?
Thanks!
1