what does init() do in processing 2.2.1? (See Description)

edited April 2017 in Programming Questions

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

Tagged:

Answers

Sign In or Register to comment.