|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcontrolP5.ControlWindowCanvas
public abstract class ControlWindowCanvas
be warned, for now ControlWindowCanvas and ControlCanvas are EXPERIMENTAL and will undergo changes in the future! use a controlWindowCanvas to draw your own content into a control window.
Field Summary | |
---|---|
static int |
POST
|
static int |
PRE
|
Constructor Summary | |
---|---|
ControlWindowCanvas()
|
Method Summary | |
---|---|
abstract void |
draw(processing.core.PApplet theApplet)
controlWindowCanvas is an abstract class and therefore needs to be extended by your class. |
int |
mode()
get the drawing mode of a ControlWindowCanvas. |
void |
moveTo(ControlWindow theControlWindow)
move a canvas to another controlWindow |
void |
post()
set the drawing mode to POST. |
void |
pre()
set the drawing mode to PRE. |
void |
setMode(int theMode)
|
ControlWindow |
window()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PRE
public static final int POST
Constructor Detail |
---|
public ControlWindowCanvas()
Method Detail |
---|
public abstract void draw(processing.core.PApplet theApplet)
public void moveTo(ControlWindow theControlWindow)
theControlWindow
- public final int mode()
public final void pre()
public final void post()
public final void setMode(int theMode)
theMode
- public final ControlWindow window()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |