|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectcontrolP5.ControlCanvas
@Deprecated public abstract class ControlCanvas
use the Canvas class instead to draw your custom graphics into the default sketch or a ControlWindow.
| Field Summary | |
|---|---|
static int |
POST
Deprecated. |
static int |
PRE
Deprecated. |
| Constructor Summary | |
|---|---|
ControlCanvas()
Deprecated. |
|
| Method Summary | |
|---|---|
abstract void |
draw(processing.core.PApplet theApplet)
Deprecated. controlCanvas is an abstract class and therefore needs to be extended by your class. |
int |
mode()
Deprecated. get the drawing mode of a ControlWindowCanvas. |
void |
post()
Deprecated. set the drawing mode to POST. |
void |
pre()
Deprecated. set the drawing mode to PRE. |
void |
setMode(int theMode)
Deprecated. |
void |
setup(processing.core.PApplet theApplet)
Deprecated. the setup method can be, but doesnt have to be overwritten by your custom canvas class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int POST
public static final int PRE
| Constructor Detail |
|---|
public ControlCanvas()
| Method Detail |
|---|
public abstract void draw(processing.core.PApplet theApplet)
public final int mode()
public final void post()
public final void pre()
public final void setMode(int theMode)
theMode - public void setup(processing.core.PApplet theApplet)
theApplet -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||