public class HelloLibrary extends Object
| Constructor and Description |
|---|
HelloLibrary(processing.core.PApplet theParent)
a Constructor, usually called in the setup() method in your sketch to
initialize and start the Library.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getVariable() |
String |
sayHello() |
void |
setVariable(int theA,
int theB) |
static String |
version()
return the version of the Library.
|
public static final String VERSION
public HelloLibrary(processing.core.PApplet theParent)
theParent - public String sayHello()
public static String version()
public void setVariable(int theA,
int theB)
theA - the width of testtheB - the height of testpublic int getVariable()
Processing Library ComputationalGeometry by Mark Collins & Toru Hasegawa. (c) 2015