public class PicturePS extends Picture
Constructor and Description |
---|
PicturePS()
Default constructor - use this constructor if the child class is to be a
local class in the sketch.
|
PicturePS(processing.core.PApplet papp)
Use this constructor if the child class is to be a top level class (either
in its own .java tab or declared as static in a .pde tab) in the sketch.
|
Modifier and Type | Method and Description |
---|---|
void |
setApplet(processing.core.PApplet app)
This method allows the user to specify the PApplet object responsible
for drawing this picture.
|
addHints, draw, draw, getHints, removeAllHints, removeHints, showHints
public PicturePS()
public PicturePS(processing.core.PApplet papp)
papp
- public void setApplet(processing.core.PApplet app)
app
- Processing library AI_for_2D_Games by Peter Lager. (C) 2013