We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am working in java and using processing 2.2.1. I made a class which is extending Papplet and did the drawing stuff for processing..If I declare an object of that class and invoke that_object.init() then what happens in terms of setup() and draw() function of processing..That class may contain other methods which are performing stuff for the purpose of processing sketch..Any Help? TIA
Answers
http://docs.Oracle.com/javase/8/docs/api/java/applet/Applet.html#init--
How can I use redraw() mathod for papplet?
If you have the PApplet's reference, you can call all of its
public
methods.