Skip to content

Core Library Structure

codeanticode edited this page Jun 14, 2016 · 10 revisions

The Android core library follows very closely the structure of the Java core library. It is organized in four main packages:

  • processing.core: Basic Processing classes, including PApplet, PGraphics, PImage, and PFont.
  • processing.data: Data handling classes and utilities: Table, XML, JSONObject, etc.
  • processing.event: All related to event handling: Event, KeyEvent, MouseEvent, and others.
  • processing.opengl: The classes implementing the OpenGL renderer: PGraphicsOpenGL, PGraphics2D, PGraphics3D, PShader, PGL.
Clone this wiki locally