Hello!
I have to do a presentation about Processing next week. The task is, to show the internal working-process of processing. So I have to understand all the internal processes and the concept of the class and inheritance hierarchy in detail.
I couldn't find any documentation about that (except the comments in the SRC-Files in PGraphics ect, but they didn't help me that much).
Where does PGraphics use Graphics (of AWT)?
I can find "PGraphics g" in the source code of PGraphics.java but i can't find the spot where Processing is using the original "Graphics"-Context of AWT.
I would appreciate your help very much!
I also couldn't find any documentation about the class and inheritance hierarchy. Are there any overview diagramms?
How does the Packages (PGraphics, PImage, ...) work together?
For example, if I want to draw a line. Which steps (in which classes) does Processing perform to translate the Processing Code into real Java (AWT) code?
Can I see the processed/translated Java Code somewhere?
What steps are performed to translate the Processing-Code into Java-Code in detail (which procedures/classes a called, where's / when's the AWT-Graphics context called)?
Thank you very much!
Greetings, jake
I have to do a presentation about Processing next week. The task is, to show the internal working-process of processing. So I have to understand all the internal processes and the concept of the class and inheritance hierarchy in detail.
I couldn't find any documentation about that (except the comments in the SRC-Files in PGraphics ect, but they didn't help me that much).
Where does PGraphics use Graphics (of AWT)?
I can find "PGraphics g" in the source code of PGraphics.java but i can't find the spot where Processing is using the original "Graphics"-Context of AWT.
I would appreciate your help very much!
I also couldn't find any documentation about the class and inheritance hierarchy. Are there any overview diagramms?
How does the Packages (PGraphics, PImage, ...) work together?
For example, if I want to draw a line. Which steps (in which classes) does Processing perform to translate the Processing Code into real Java (AWT) code?
Can I see the processed/translated Java Code somewhere?
What steps are performed to translate the Processing-Code into Java-Code in detail (which procedures/classes a called, where's / when's the AWT-Graphics context called)?
Thank you very much!
Greetings, jake
1