public class ProcessingTools
extends java.lang.Object
| Constructor and Description |
|---|
ProcessingTools() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getProcessingVersion(processing.core.PApplet parent)
Returns the release number (1, 2, 3) of Processing for the given PApplet
object.
|
static java.lang.String |
getSketchPath(processing.core.PApplet parent)
Returns the sketchPath (the absolute location of the current sketch).
|
public static java.lang.String getSketchPath(processing.core.PApplet parent)
parent - The PApplet object.public static int getProcessingVersion(processing.core.PApplet parent)
parent - The PApplet object.