 |
This section contains the Javadoc
reference for the code from the Processing project. This reference is
intended for advanced programmers who are using processing.core in their
project (i.e. to build Processing sketches with Eclipse or another IDE),
or who want to help fix bugs in the Processing Development Environment
(PDE).
Please note that this reference is not complete, and it probably
won't ever be. The “official” reference of supported functions
will always be here. However,
this version may contain additional technical details that you may find
useful. There has not been an attempt to make real JavaDoc reference while
writing the code, but as Beta approached, more of an attempt was made
to make notes about how some things work and why things are implemented
one way or another. This will improve gradually as we approach 1.0 and
as the API is cleared up and finalized.
The core section is everything from core.jar to
the main classes that are exported with every sketch. This contains things
like PApplet and the different versions of PGraphics. The everything
section contains all classes and all packages of the PDE, Core, and all
the libraries and tools that are distributed with the Processing download.
This reference will be useful for people writing tools, libraries, or fixing
the editor. |