public class ControlP5Legacy
extends java.lang.Object
Constructor and Description |
---|
ControlP5Legacy() |
Modifier and Type | Method and Description |
---|---|
Accordion |
addAccordion(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Accordion |
addAccordion(java.lang.String theName,
int theX,
int theY,
int theWidth) |
Bang |
addBang(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Bang |
addBang(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight) |
Bang |
addBang(java.lang.String theName,
int theX,
int theY)
Deprecated.
|
Bang |
addBang(java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight)
Deprecated.
|
BoundingBox |
addBoundingBox(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
BoundingBox |
addBoundingBox(java.lang.String theName) |
Button |
addButton(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Button |
addButton(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theValue) |
Button |
addButton(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theValue,
int theX,
int theY,
int theW,
int theH) |
Button |
addButton(java.lang.String theName,
float theValue) |
Button |
addButton(java.lang.String theName,
float theValue,
int theX,
int theY,
int theW,
int theH)
Deprecated.
|
Chart |
addChart(java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
CheckBox |
addCheckBox(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY) |
CheckBox |
addCheckBox(java.lang.String theName,
int theX,
int theY) |
ColorPicker |
addColorPicker(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
ColorPicker |
addColorPicker(java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
ColorWheel |
addColorWheel(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW) |
ColorWheel |
addColorWheel(java.lang.String theName,
int theX,
int theY,
int theW) |
<C> C |
addController(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
java.lang.Class<C> theClass,
int theX,
int theY)
Adds Controllers by Object reference, currently
supports Slider, Bang, Button, Knob, Numberbox,
Toggle, Textlabel, Textfield, Range, Slider2D.
|
<C> C |
addController(java.lang.String theName,
java.lang.Class<C> theClass,
int theX,
int theY) |
ControlWindow |
addControlWindow(java.lang.String theName) |
ControlWindow |
addControlWindow(java.lang.String theWindowName,
int theWidth,
int theHeight)
Deprecated.
|
ControlWindow |
addControlWindow(java.lang.String theWindowName,
int theX,
int theY,
int theWidth,
int theHeight)
Deprecated.
|
ControlWindow |
addControlWindow(java.lang.String theWindowName,
int theX,
int theY,
int theWidth,
int theHeight,
int theFrameRate)
Deprecated.
|
ControlWindow |
addControlWindow(java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight,
java.lang.String theRenderer,
int theFrameRate)
Deprecated.
|
DropdownList |
addDropdownList(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
DropdownList |
addDropdownList(java.lang.String theName) |
DropdownList |
addDropdownList(java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
Group |
addGroup(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
<C> C |
addGroup(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
java.lang.Class<C> theClass,
int theX,
int theY,
int theW,
int theH)
Use with caution, only for internal use.
|
Group |
addGroup(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY) |
Group |
addGroup(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW) |
Group |
addGroup(java.lang.String theName,
int theX,
int theY) |
Group |
addGroup(java.lang.String theName,
int theX,
int theY,
int theW) |
Knob |
addKnob(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Knob |
addKnob(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax,
float theDefaultValue,
int theX,
int theY,
int theDiameter) |
Knob |
addKnob(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax,
int theX,
int theY,
int theDiameter) |
Knob |
addKnob(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theMin,
int theMax) |
Knob |
addKnob(java.lang.String theName,
float theMin,
float theMax,
float theDefaultValue,
int theX,
int theY,
int theDiameter) |
Knob |
addKnob(java.lang.String theName,
float theMin,
float theMax,
int theX,
int theY,
int theDiameter) |
Knob |
addKnob(java.lang.String theName,
int theMin,
int theMax) |
ListBox |
addListBox(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
ListBox |
addListBox(java.lang.String theName)
A list box is a list of items a user can choose from.
|
ListBox |
addListBox(java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
Matrix |
addMatrix(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theCellX,
int theCellY,
int theX,
int theY,
int theWidth,
int theHeight) |
Matrix |
addMatrix(java.lang.String theName,
int theCellX,
int theCellY,
int theX,
int theY,
int theWidth,
int theHeight) |
MultiList |
addMultiList(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight) |
MultiList |
addMultiList(java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight) |
Numberbox |
addNumberbox(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Numberbox |
addNumberbox(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theDefaultValue,
int theX,
int theY,
int theWidth,
int theHeight) |
Numberbox |
addNumberbox(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight) |
Numberbox |
addNumberbox(java.lang.String theName,
float theDefaultValue,
int theX,
int theY,
int theWidth,
int theHeight) |
Numberbox |
addNumberbox(java.lang.String theName,
int theX,
int theY,
int theWidth,
int theHeight) |
RadioButton |
addRadio(java.lang.String theName)
Use radio buttons for multiple choice options.
|
RadioButton |
addRadio(java.lang.String theName,
int theX,
int theY) |
RadioButton |
addRadioButton(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY) |
RadioButton |
addRadioButton(java.lang.String theName,
int theX,
int theY) |
Range |
addRange(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax,
float theDefaultMinValue,
float theDefaultMaxValue,
int theX,
int theY,
int theW,
int theH) |
Range |
addRange(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax,
int theX,
int theY,
int theWidth,
int theHeight) |
Range |
addRange(java.lang.String theName,
float theMin,
float theMax,
float theDefaultMinValue,
float theDefaultMaxValue,
int theX,
int theY,
int theW,
int theH) |
Range |
addRange(java.lang.String theName,
float theMin,
float theMax,
int theX,
int theY,
int theWidth,
int theHeight) |
ScrollableList |
addScrollableList(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
ScrollableList |
addScrollableList(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
ScrollableList |
addScrollableList(java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
Slider |
addSlider(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Slider |
addSlider(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax) |
Slider |
addSlider(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax,
float theDefaultValue,
int theX,
int theY,
int theW,
int theH) |
Slider |
addSlider(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMin,
float theMax,
int theX,
int theY,
int theW,
int theH) |
Slider |
addSlider(java.lang.String theName,
float theMin,
float theMax) |
Slider |
addSlider(java.lang.String theName,
float theMin,
float theMax,
float theDefaultValue,
int theX,
int theY,
int theW,
int theH) |
Slider |
addSlider(java.lang.String theName,
float theMin,
float theMax,
int theX,
int theY,
int theWidth,
int theHeight) |
Slider2D |
addSlider2D(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theMinX,
float theMaxX,
float theMinY,
float theMaxY,
float theDefaultValueX,
float theDefaultValueY,
int theX,
int theY,
int theW,
int theH) |
Slider2D |
addSlider2D(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH)
Deprecated.
|
Slider2D |
addSlider2D(java.lang.String theName,
float theMinX,
float theMaxX,
float theMinY,
float theMaxY,
float theDefaultValueX,
float theDefaultValueY,
int theX,
int theY,
int theW,
int theH)
Deprecated.
|
Slider2D |
addSlider2D(java.lang.String theName,
int theX,
int theY,
int theW,
int theH)
Deprecated.
|
Tab |
addTab(ControlWindow theWindow,
java.lang.String theName)
Deprecated.
|
Tab |
addTab(processing.core.PApplet theWindow,
java.lang.String theName)
Deprecated.
|
Textarea |
addTextarea(java.lang.String theName,
java.lang.String theText,
int theX,
int theY,
int theW,
int theH) |
Textfield |
addTextfield(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Textfield |
addTextfield(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
Textfield |
addTextfield(java.lang.String theName,
int theX,
int theY,
int theW,
int theH) |
Textlabel |
addTextlabel(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
java.lang.String theText) |
Textlabel |
addTextlabel(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
java.lang.String theText,
int theX,
int theY) |
Textlabel |
addTextlabel(java.lang.String theName,
java.lang.String theText) |
Textlabel |
addTextlabel(java.lang.String theName,
java.lang.String theText,
int theX,
int theY) |
Toggle |
addToggle(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName) |
Toggle |
addToggle(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
boolean theValue) |
Toggle |
addToggle(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
boolean theDefaultValue,
float theX,
float theY,
int theWidth,
int theHeight) |
Toggle |
addToggle(java.lang.Object theObject,
java.lang.String theIndex,
java.lang.String theName,
float theX,
float theY,
int theWidth,
int theHeight)
Deprecated.
|
Toggle |
addToggle(java.lang.String theName,
boolean theValue) |
Toggle |
addToggle(java.lang.String theName,
boolean theDefaultValue,
float theX,
float theY,
int theWidth,
int theHeight)
Deprecated.
|
Toggle |
addToggle(java.lang.String theName,
float theX,
float theY,
int theWidth,
int theHeight)
Deprecated.
|
Tooltip |
addTooltip() |
Controller<?> |
getController(java.lang.String theName,
java.lang.Object theObject)
Deprecated.
|
Textlabel |
getTextlabel() |
Textlabel |
getTextlabel(java.lang.String theText,
int theX,
int theY) |
public Accordion addAccordion(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Accordion addAccordion(java.lang.String theName, int theX, int theY, int theWidth)
public Bang addBang(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Bang addBang(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theWidth, int theHeight)
@Deprecated public Bang addBang(java.lang.String theName, int theX, int theY)
@Deprecated public Bang addBang(java.lang.String theName, int theX, int theY, int theWidth, int theHeight)
public BoundingBox addBoundingBox(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
public BoundingBox addBoundingBox(java.lang.String theName)
public Button addButton(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Button addButton(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theValue)
public Button addButton(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theValue, int theX, int theY, int theW, int theH)
public Button addButton(java.lang.String theName, float theValue)
@Deprecated public Button addButton(java.lang.String theName, float theValue, int theX, int theY, int theW, int theH)
public Chart addChart(java.lang.String theName, int theX, int theY, int theW, int theH)
public CheckBox addCheckBox(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY)
public CheckBox addCheckBox(java.lang.String theName, int theX, int theY)
public ColorPicker addColorPicker(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
public ColorPicker addColorPicker(java.lang.String theName, int theX, int theY, int theW, int theH)
public ColorWheel addColorWheel(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW)
public ColorWheel addColorWheel(java.lang.String theName, int theX, int theY, int theW)
public <C> C addController(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, java.lang.Class<C> theClass, int theX, int theY)
public <C> C addController(java.lang.String theName, java.lang.Class<C> theClass, int theX, int theY)
public ControlWindow addControlWindow(java.lang.String theName)
@Deprecated public ControlWindow addControlWindow(java.lang.String theWindowName, int theWidth, int theHeight)
@Deprecated public ControlWindow addControlWindow(java.lang.String theWindowName, int theX, int theY, int theWidth, int theHeight)
@Deprecated public ControlWindow addControlWindow(java.lang.String theWindowName, int theX, int theY, int theWidth, int theHeight, int theFrameRate)
@Deprecated public ControlWindow addControlWindow(java.lang.String theName, int theX, int theY, int theWidth, int theHeight, java.lang.String theRenderer, int theFrameRate)
public DropdownList addDropdownList(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
public DropdownList addDropdownList(java.lang.String theName)
public DropdownList addDropdownList(java.lang.String theName, int theX, int theY, int theW, int theH)
public Group addGroup(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public <C> C addGroup(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, java.lang.Class<C> theClass, int theX, int theY, int theW, int theH)
public Group addGroup(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY)
public Group addGroup(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW)
public Group addGroup(java.lang.String theName, int theX, int theY)
public Group addGroup(java.lang.String theName, int theX, int theY, int theW)
public Knob addKnob(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Knob addKnob(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax, float theDefaultValue, int theX, int theY, int theDiameter)
public Knob addKnob(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax, int theX, int theY, int theDiameter)
public Knob addKnob(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theMin, int theMax)
public Knob addKnob(java.lang.String theName, float theMin, float theMax, float theDefaultValue, int theX, int theY, int theDiameter)
public Knob addKnob(java.lang.String theName, float theMin, float theMax, int theX, int theY, int theDiameter)
public Knob addKnob(java.lang.String theName, int theMin, int theMax)
public ListBox addListBox(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
public ListBox addListBox(java.lang.String theName)
public ListBox addListBox(java.lang.String theName, int theX, int theY, int theW, int theH)
public Matrix addMatrix(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theCellX, int theCellY, int theX, int theY, int theWidth, int theHeight)
public Matrix addMatrix(java.lang.String theName, int theCellX, int theCellY, int theX, int theY, int theWidth, int theHeight)
public MultiList addMultiList(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theWidth, int theHeight)
public MultiList addMultiList(java.lang.String theName, int theX, int theY, int theWidth, int theHeight)
public Numberbox addNumberbox(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Numberbox addNumberbox(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theDefaultValue, int theX, int theY, int theWidth, int theHeight)
public Numberbox addNumberbox(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theWidth, int theHeight)
public Numberbox addNumberbox(java.lang.String theName, float theDefaultValue, int theX, int theY, int theWidth, int theHeight)
public Numberbox addNumberbox(java.lang.String theName, int theX, int theY, int theWidth, int theHeight)
public RadioButton addRadio(java.lang.String theName)
public RadioButton addRadio(java.lang.String theName, int theX, int theY)
public RadioButton addRadioButton(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY)
public RadioButton addRadioButton(java.lang.String theName, int theX, int theY)
public Range addRange(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax, float theDefaultMinValue, float theDefaultMaxValue, int theX, int theY, int theW, int theH)
public Range addRange(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax, int theX, int theY, int theWidth, int theHeight)
public Range addRange(java.lang.String theName, float theMin, float theMax, float theDefaultMinValue, float theDefaultMaxValue, int theX, int theY, int theW, int theH)
public Range addRange(java.lang.String theName, float theMin, float theMax, int theX, int theY, int theWidth, int theHeight)
public ScrollableList addScrollableList(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public ScrollableList addScrollableList(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
public ScrollableList addScrollableList(java.lang.String theName, int theX, int theY, int theW, int theH)
public Slider addSlider(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Slider addSlider(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax)
public Slider addSlider(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax, float theDefaultValue, int theX, int theY, int theW, int theH)
public Slider addSlider(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMin, float theMax, int theX, int theY, int theW, int theH)
public Slider addSlider(java.lang.String theName, float theMin, float theMax)
public Slider addSlider(java.lang.String theName, float theMin, float theMax, float theDefaultValue, int theX, int theY, int theW, int theH)
public Slider addSlider(java.lang.String theName, float theMin, float theMax, int theX, int theY, int theWidth, int theHeight)
public Slider2D addSlider2D(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theMinX, float theMaxX, float theMinY, float theMaxY, float theDefaultValueX, float theDefaultValueY, int theX, int theY, int theW, int theH)
@Deprecated public Slider2D addSlider2D(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
@Deprecated public Slider2D addSlider2D(java.lang.String theName, float theMinX, float theMaxX, float theMinY, float theMaxY, float theDefaultValueX, float theDefaultValueY, int theX, int theY, int theW, int theH)
@Deprecated public Slider2D addSlider2D(java.lang.String theName, int theX, int theY, int theW, int theH)
@Deprecated public Tab addTab(ControlWindow theWindow, java.lang.String theName)
@Deprecated public Tab addTab(processing.core.PApplet theWindow, java.lang.String theName)
public Textarea addTextarea(java.lang.String theName, java.lang.String theText, int theX, int theY, int theW, int theH)
public Textfield addTextfield(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Textfield addTextfield(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, int theX, int theY, int theW, int theH)
public Textfield addTextfield(java.lang.String theName, int theX, int theY, int theW, int theH)
public Textlabel addTextlabel(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, java.lang.String theText)
public Textlabel addTextlabel(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, java.lang.String theText, int theX, int theY)
public Textlabel addTextlabel(java.lang.String theName, java.lang.String theText)
public Textlabel addTextlabel(java.lang.String theName, java.lang.String theText, int theX, int theY)
public Toggle addToggle(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName)
public Toggle addToggle(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, boolean theValue)
public Toggle addToggle(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, boolean theDefaultValue, float theX, float theY, int theWidth, int theHeight)
@Deprecated public Toggle addToggle(java.lang.Object theObject, java.lang.String theIndex, java.lang.String theName, float theX, float theY, int theWidth, int theHeight)
public Toggle addToggle(java.lang.String theName, boolean theValue)
@Deprecated public Toggle addToggle(java.lang.String theName, boolean theDefaultValue, float theX, float theY, int theWidth, int theHeight)
@Deprecated public Toggle addToggle(java.lang.String theName, float theX, float theY, int theWidth, int theHeight)
public Tooltip addTooltip()
@Deprecated public Controller<?> getController(java.lang.String theName, java.lang.Object theObject)
public Textlabel getTextlabel()
public Textlabel getTextlabel(java.lang.String theText, int theX, int theY)
processing library controlP5 by Andreas Schlegel. (c) 2006-2014