|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sketch
This represents a processing sketch.
Method Summary | |
---|---|
void |
draw()
The process draw method. |
String |
getName()
Returns the name of the sketch. |
processing.core.PGraphics |
getPGraphics()
Return the PGraphics associated with this sketch. |
void |
keyEvent(processing.event.KeyEvent event)
This is the keyEvent callback method that will be propagated through the SketchMapper object
and called on this sketch. |
void |
mouseEvent(processing.event.MouseEvent event)
This is the mouseEvent callback method that will be propagated through the SketchMapper object and
called on this sketch. |
void |
setup()
The processing setup method. |
Method Detail |
---|
void draw()
SketchMapper
String getName()
void setup()
processing.core.PGraphics getPGraphics()
void keyEvent(processing.event.KeyEvent event)
SketchMapper
object
and called on this sketch.
event
- the key event.void mouseEvent(processing.event.MouseEvent event)
SketchMapper
object and
called on this sketch.
event
- the mouse event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |