A B C D E F G H I K L M N O P R S T U V W X Y Z _

A

absolutePosition() - Method in class controlP5.Controller
get the absolute position of a controller.
absolutePosition() - Method in class controlP5.ControllerGroup
 
absolutePosition() - Method in interface controlP5.ControllerInterface
 
acceptClassList - Static variable in interface controlP5.ControlP5Constants
 
actAsPulldownMenu(boolean) - Method in class controlP5.ListBox
Enable a ListBox to act as a pulldown menu.
activate(int) - Method in class controlP5.CheckBox
activate a single checkbox item (by index);
activate(String) - Method in class controlP5.CheckBox
activate a single checkbox item (by name);
activate(String) - Method in class controlP5.Radio
Deprecated. activate a radio button by name.
activate(int) - Method in class controlP5.RadioButton
deactivate the currently active radio button and make a new radio button active.
activate(String) - Method in class controlP5.RadioButton
active an item of the Radio button by name.
activateAll() - Method in class controlP5.CheckBox
activate all checkBox items.
activateBy(int) - Method in class controlP5.Button
A button can be activated by a mouse PRESSED or mouse RELEASE.
activateEvent(boolean) - Method in class controlP5.ControlGroup
activate or deactivate the Event status of a tab.
activateEvent(boolean) - Method in class controlP5.Tab
activate or deactivate the Event status of a tab.
activateTab(String) - Method in class controlP5.ControlWindow
activate a tab of a control window.
ACTIVE - Static variable in interface controlP5.ControlP5Constants
 
add(ControllerInterface) - Method in class controlP5.Controller
 
add(ControllerInterface) - Method in class controlP5.ControllerGroup
add a controller to the group, but use Controller.setGroup() instead.
add(ControllerInterface) - Method in interface controlP5.ControllerInterface
 
add(ControllerInterface) - Method in class controlP5.ControllerList
 
add(Tab) - Method in class controlP5.ControlWindow
add a tab to the control window.
add(CVector3f) - Method in class controlP5.CVector3f
 
add(String, int) - Method in class controlP5.MultiList
add multilist buttons to the multilist.
add(String, float) - Method in class controlP5.MultiListButton
add a new button to the sublist of this multilist button.
add(String, int) - Method in class controlP5.Radio
Deprecated.  
addBang(String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a bang to controlP5.
addBitFont(PImage) - Method in class controlP5.BitFontRenderer
TODO implement addBitFont
addButton(String, float, int, int, int, int) - Method in class controlP5.ControlP5Base
a button to controlP5.
addButton(String) - Method in class controlP5.ControlP5Base
 
addButton(String, float) - Method in class controlP5.ControlP5Base
 
addCanvas(ControlCanvas) - Method in class controlP5.ControllerGroup
add a canvas to a controllerGroup such as a tab or group.
addCanvas(ControlWindowCanvas) - Method in class controlP5.ControlWindow
 
addChart(String, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addCheckBox(String, int, int) - Method in class controlP5.ControlP5Base
 
addChild(ControlP5XMLElement) - Method in class controlP5.ControlP5XMLElement
Adds a child element.
addCloseButton() - Method in class controlP5.ControlGroup
TODO redesign or deprecate add a close button to the controlbar of this controlGroup.
addColorPicker(String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a simple RGB colorpicker.
addControlWindow(String, int, int) - Method in class controlP5.ControlP5Base
create a new ControlWindow.
addControlWindow(String, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addControlWindow(String, int, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addControlWindow(String, int, int, int, int, String, int) - Method in class controlP5.ControlP5Base
create a new ControlWindow.
addControlWindow(String) - Method in class controlP5.ControlP5Base
 
addData(ChartData) - Method in class controlP5.Chart
 
addData(int, ChartData) - Method in class controlP5.Chart
 
addData(float) - Method in class controlP5.Chart
 
addData(int, float) - Method in class controlP5.Chart
 
addData(ChartDataSet, float) - Method in class controlP5.Chart
 
addDataSet() - Method in class controlP5.Chart
 
addDrawable(CDrawable) - Method in class controlP5.ControllerGroup
 
addDropdownList(String, int, int, int, int) - Method in class controlP5.ControlP5Base
adds a pulldown-menu.
addFirst(float) - Method in class controlP5.Chart
 
addFirst(int, float) - Method in class controlP5.Chart
 
addGroup(String, int, int, int) - Method in class controlP5.ControlP5Base
add a group to controlP5.
addGroup(String, int, int) - Method in class controlP5.ControlP5Base
 
addItem(String, int) - Method in class controlP5.ListBox
Adds an item to the ListBox.
addItem(String, int) - Method in class controlP5.Radio
Deprecated. add a new radio button item.
addItem(String, float) - Method in class controlP5.RadioButton
add items to a radioButton/checkBox.
addItem(Toggle, float) - Method in class controlP5.RadioButton
add items to a radioButton/checkBox.
addItem(String, int) - Method in class controlP5.ScrollList
add an item to the scrollList.
addKnob(String, float, float, int, int, int) - Method in class controlP5.ControlP5Base
add a knob to your controlP5 setup.
addKnob(String, float, float, float, int, int, int) - Method in class controlP5.ControlP5Base
add a knob to controlP5.
addListBox(String, int, int, int, int) - Method in class controlP5.ControlP5Base
adds a ListBox.
addListener(ControlListener) - Method in class controlP5.ControlBroadcaster
 
addListener(ControlListener) - Method in class controlP5.Controller
add a listener to the controller.
addListener(ControlListener) - Method in class controlP5.ControlP5
 
addMatrix(String, int, int, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addMultiList(String, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addNumberbox(String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a numberbox to controlP5.
addNumberbox(String, float, int, int, int, int) - Method in class controlP5.ControlP5Base
add a numberbox to controlP5.
addNumberbox(String) - Method in class controlP5.ControlP5Base
 
addProperty(String, Object) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use setAttribute instead.
addProperty(String, int) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use setIntAttribute instead.
addProperty(String, double) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use setDoubleAttribute instead.
addRadio(String, int, int) - Method in class controlP5.ControlP5Base
add a radio list to controlP5.
addRadio(String, int, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addRadioButton(String, int, int) - Method in class controlP5.ControlP5Base
 
addRange(String, float, float, float, float, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addRange(String, float, float, int, int, int, int) - Method in class controlP5.ControlP5Base
add a slider to controlP5.
addScrollList(String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a scroll list to controlP5.
addSlider(String, float, float, float, int, int, int, int) - Method in class controlP5.ControlP5Base
add a slider to controlP5.
addSlider(String, float, float, int, int, int, int) - Method in class controlP5.ControlP5Base
add a slider to controlP5.
addSlider(String, float, float) - Method in class controlP5.ControlP5Base
 
addSlider2D(String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a 2D slider to controlP5.
addSlider2D(String, float, float, float, float, float, float, int, int, int, int) - Method in class controlP5.ControlP5Base
 
addTab(String) - Method in class controlP5.ControlP5Base
add a tab to controlP5.
addTab(PApplet, String) - Method in class controlP5.ControlP5Base
 
addTab(ControlWindow, String) - Method in class controlP5.ControlP5Base
 
addTab(String) - Method in class controlP5.ControlWindow
 
addTextarea(String, String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a textlabel to controlP5.
addTextfield(String, int, int, int, int) - Method in class controlP5.ControlP5Base
add a textfield to controlP5.
addTextlabel(String, String, int, int) - Method in class controlP5.ControlP5Base
 
addToggle(String, boolean, float, float, int, int) - Method in class controlP5.ControlP5Base
add a toggle to controlP5.
addToggle(String, float, float, int, int) - Method in class controlP5.ControlP5Base
add a toggle to controlP5.
addToggle(String) - Method in class controlP5.ControlP5Base
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Bang
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Button
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Chart
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.ControlGroup
 
addToXMLElement(ControlP5XMLElement) - Method in interface controlP5.ControllerInterface
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Knob
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.ListBox
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Matrix
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.MultiList
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.MultiListButton
 
addToXMLElement(ControlP5XMLElement) - Method in interface controlP5.MultiListInterface
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Numberbox
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Radio
Deprecated.  
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Range
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.ScrollList
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Slider
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Slider2D
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Tab
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Textarea
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Textfield
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Textlabel
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Toggle
 
adjust() - Method in class controlP5.Label
work around, fix the issue with cutting off a label when setting a new font for a label.
alignValueLabel - Variable in class controlP5.Range
 
alignValueLabel(int) - Method in class controlP5.Slider
use static variables ControlP5.TOP, ControlP5.CENTER, ControlP5.BOTTOM to align the ValueLabel of a slider.
ALT - Static variable in interface controlP5.ControlP5Constants
 
ARC - Static variable in interface controlP5.ControlP5Constants
 
AREA - Static variable in class controlP5.Chart
 
ARRAY - Static variable in interface controlP5.ControlP5Constants
 
arrayValue() - Method in class controlP5.ControlEvent
returns a float array, apllies for e.g.
arrayValue() - Method in class controlP5.ControlGroup
 
arrayValue() - Method in class controlP5.Controller
 
arrayValue() - Method in class controlP5.ControllerGroup
 
arrayValue() - Method in class controlP5.Range
 

B

background - Variable in class controlP5.ControllerStyle
 
background - Variable in class controlP5.ControlWindow
 
backgroundHeight - Variable in class controlP5.ControllerStyle
 
backgroundWidth - Variable in class controlP5.ControllerStyle
 
BACKSPACE - Static variable in interface controlP5.ControlP5Constants
 
Bang - Class in controlP5
a bang controller triggers an event when pressed.
BAR - Static variable in class controlP5.Chart
 
begin() - Method in class controlP5.ControlP5
 
begin(ControllerGroup) - Method in class controlP5.ControlP5
 
begin(int, int) - Method in class controlP5.ControlP5
 
begin(ControllerGroup, int, int) - Method in class controlP5.ControlP5
 
begin(ControlWindow) - Method in class controlP5.ControlP5
 
begin(ControlWindow, int, int) - Method in class controlP5.ControlP5
 
behavior() - Method in class controlP5.Controller
get the behavior of the controller.
BitFontRenderer - Class in controlP5
The bitfontRenderer is used to draw any text labels used by controlP5 by default.
BitFontRenderer() - Constructor for class controlP5.BitFontRenderer
 
bitFontRenderer - Static variable in class controlP5.Label
 
BOOLEAN - Static variable in interface controlP5.ControlP5Constants
 
booleanValue() - Method in class controlP5.Button
Returns true or false and indicates the switch state of the button.
BOTTOM - Static variable in interface controlP5.ControlP5Constants
 
broadcast(ControlEvent, int) - Method in class controlP5.ControlBroadcaster
 
Button - Class in controlP5
A button triggers an event after it has been release.
Button() - Constructor for class controlP5.Button
 
Button(ControlP5, String) - Constructor for class controlP5.Button
 

C

captionLabel() - Method in class controlP5.Controller
returns the caption label of the controller.
captionLabel() - Method in class controlP5.ControllerGroup
 
CColor - Class in controlP5
 
CColor() - Constructor for class controlP5.CColor
 
CColor(CColor) - Constructor for class controlP5.CColor
 
CDrawable - Interface in controlP5
TODO
CENTER - Static variable in interface controlP5.ControlP5Constants
 
changeValue(float) - Method in class controlP5.Controller
set the value of the controller without sending the broadcast event.
Chart - Class in controlP5
 
ChartData - Class in controlP5
 
ChartData(float) - Constructor for class controlP5.ChartData
 
ChartData(float, String) - Constructor for class controlP5.ChartData
 
ChartDataSet - Class in controlP5
 
ChartDataSet() - Constructor for class controlP5.ChartDataSet
 
CheckBox - Class in controlP5
A checkBox is a multiple-choice radioButton.
CheckBox(ControlP5, ControllerGroup, String, int, int) - Constructor for class controlP5.CheckBox
a CheckBox should only be added to controlP5 by using controlP5.addCheckBox()
clear() - Method in class controlP5.ControlWindow
clear the control window, delete all controllers from a control window.
clear() - Method in class controlP5.ListBox
remove all items from a list box
clear() - Method in class controlP5.Textfield
clear the current content of the textfield.
clone() - Method in class controlP5.ControllerSprite
 
close() - Method in class controlP5.ControllerGroup
set the status of the group to closed.
close(MultiListInterface) - Method in class controlP5.MultiList
 
close() - Method in class controlP5.MultiList
 
close(MultiListInterface) - Method in class controlP5.MultiListButton
 
close() - Method in class controlP5.MultiListButton
 
close() - Method in interface controlP5.MultiListInterface
 
close(MultiListInterface) - Method in interface controlP5.MultiListInterface
 
closeDelay - Variable in class controlP5.MultiList
 
color() - Method in class controlP5.Controller
 
color() - Method in class controlP5.ControllerGroup
 
color() - Method in interface controlP5.ControllerInterface
 
color - Variable in class controlP5.ControllerStyle
 
color - Variable in class controlP5.ControlP5
 
color() - Method in class controlP5.Label
Deprecated.  
ColorPicker - Class in controlP5
controlP5 is a processing gui library.
component() - Method in class controlP5.ControlWindow
 
componentHidden(ComponentEvent) - Method in class controlP5.PAppletWindow
 
componentMoved(ComponentEvent) - Method in class controlP5.PAppletWindow
 
componentResized(ComponentEvent) - Method in class controlP5.PAppletWindow
 
componentShown(ComponentEvent) - Method in class controlP5.PAppletWindow
 
continuousUpdateEvents() - Method in class controlP5.Controller
continuousUpdateEvents is used for internal updates of a controller.
continuousUpdateEvents() - Method in class controlP5.ControllerGroup
 
continuousUpdateEvents() - Method in interface controlP5.ControllerInterface
 
CONTROL - Static variable in interface controlP5.ControlP5Constants
 
ControlBehavior - Class in controlP5
control behavior is an abstract class and must be extended, update() must be implemented in your custom control behavior.
ControlBehavior() - Constructor for class controlP5.ControlBehavior
 
ControlBroadcaster - Class in controlP5
 
controlbroadcaster() - Method in class controlP5.ControlP5
 
ControlCanvas - Class in controlP5
use a controlWindowCanvas to draw your own content into a control window.
ControlCanvas() - Constructor for class controlP5.ControlCanvas
 
controlEvent(ControlEvent) - Method in class controlP5.ColorPicker
 
ControlEvent - Class in controlP5
a controlEvent is sent to a PApplet whenever a controlP5 action has been made.
ControlEvent(Tab) - Constructor for class controlP5.ControlEvent
 
ControlEvent(ControllerGroup) - Constructor for class controlP5.ControlEvent
 
controlEvent(ControlEvent) - Method in class controlP5.ControlGroup
 
controlEvent(ControlEvent) - Method in interface controlP5.ControlListener
ControlListener is an interface that can be implemented by a custom class.
controlEvent(ControlEvent) - Method in class controlP5.ListBox
 
controlEvent(ControlEvent) - Method in class controlP5.MultiList
TODO experimental.
controlEvent(ControlEvent) - Method in class controlP5.RadioButton
controlEvent is called whenever a radioButton item is (de-)activated.
controlEvent(ControlEvent) - Method in class controlP5.ScrollList
 
controlEvent(ControlEvent) - Method in class controlP5.Textarea
 
controlEventClass - Static variable in interface controlP5.ControlP5Constants
 
ControlFont - Class in controlP5
ControlFont is a container for a PFont that can be used for customizing the font of a label.
ControlFont(PFont, int) - Constructor for class controlP5.ControlFont
create a controlFont and pass a reference to a PFont.
ControlFont(PFont) - Constructor for class controlP5.ControlFont
 
ControlGroup - Class in controlP5
use a controlGroup to bundle several controllers, controlGroups can be closed and opened to keep the screen organized.
ControlGroup(ControlP5, ControllerGroup, String, int, int, int, int) - Constructor for class controlP5.ControlGroup
 
controller() - Method in class controlP5.ControlBehavior
returns the controller this behavior is connected to.
CONTROLLER - Static variable in class controlP5.ControlEvent
 
controller() - Method in class controlP5.ControlEvent
returns the instance of the controller.
Controller - Class in controlP5
Controller is an abstract class that is extended by any available controller within controlP5.
controller(String) - Method in class controlP5.ControllerGroup
get a controller of the group.
controller(String) - Method in class controlP5.ControlP5
get a controller by name.
ControllerDisplay - Interface in controlP5
The interface ControllerDisplay can be used to define custom displays for available controllers.
ControllerGroup - Class in controlP5
ControllerGroup is an abstract class and is extended by e.g.
ControllerGroup(ControlP5, ControllerGroup, String, float, float) - Constructor for class controlP5.ControllerGroup
 
ControllerInterface - Interface in controlP5
 
ControllerList - Class in controlP5
 
ControllerList() - Constructor for class controlP5.ControllerList
 
ControllerPlug - Class in controlP5
 
ControllerPlug(Object, String, int, int, Class<?>[]) - Constructor for class controlP5.ControllerPlug
 
ControllerSprite - Class in controlP5
 
ControllerSprite(ControlP5, PImage, int, int) - Constructor for class controlP5.ControllerSprite
 
ControllerSprite(ControlP5, PImage, int, int, int) - Constructor for class controlP5.ControllerSprite
 
ControllerStyle - Class in controlP5
controlP5 is a processing gui library.
ControllerStyle() - Constructor for class controlP5.ControllerStyle
 
ControlListener - Interface in controlP5
ControlListener is an interface that can be implemented by a custom class.
controlP5 - package controlP5
controlP5
ControlP5 - Class in controlP5
controlP5 is a processing and java library for creating simple control GUIs.
ControlP5(PApplet) - Constructor for class controlP5.ControlP5
instantiate controlP5.
ControlP5(PApplet, ControlFont) - Constructor for class controlP5.ControlP5
 
ControlP5Base - Class in controlP5
 
ControlP5Base() - Constructor for class controlP5.ControlP5Base
 
ControlP5Constants - Interface in controlP5
 
ControlP5IOHandler - Class in controlP5
 
ControlP5IOHandler(ControlP5) - Constructor for class controlP5.ControlP5IOHandler
 
ControlP5XMLElement - Class in controlP5
XMLElement is a representation of an XML object.
ControlP5XMLElement() - Constructor for class controlP5.ControlP5XMLElement
Creates and initializes a new XML element.
ControlP5XMLElement(Hashtable) - Constructor for class controlP5.ControlP5XMLElement
Creates and initializes a new XML element.
ControlP5XMLElement(boolean) - Constructor for class controlP5.ControlP5XMLElement
Creates and initializes a new XML element.
ControlP5XMLElement(Hashtable, boolean) - Constructor for class controlP5.ControlP5XMLElement
Creates and initializes a new XML element.
ControlP5XMLElement(Hashtable, boolean, boolean) - Constructor for class controlP5.ControlP5XMLElement
Creates and initializes a new XML element.
ControlP5XMLParseException - Exception in controlP5
An XMLParseException is thrown when an error occures while parsing an XML string.
ControlP5XMLParseException(String, String) - Constructor for exception controlP5.ControlP5XMLParseException
Creates an exception.
ControlP5XMLParseException(String, int, String) - Constructor for exception controlP5.ControlP5XMLParseException
Creates an exception.
ControlTimer - Class in controlP5
control timer is a timer that can be used e.g.
ControlTimer() - Constructor for class controlP5.ControlTimer
create a new control timer, a timer that counts up in time.
controlWindow() - Method in class controlP5.Controller
 
controlWindow - Variable in class controlP5.ControlP5
 
ControlWindow - Class in controlP5
the purpose of a control window is to out-source controllers so that they dont need to be drawn into the actual processing window.
ControlWindow(ControlP5, PApplet) - Constructor for class controlP5.ControlWindow
 
ControlWindowCanvas - Class in controlP5
use a controlWindowCanvas to draw your custom content into a control window.
ControlWindowCanvas() - Constructor for class controlP5.ControlWindowCanvas
 
ControlWindowKeyHandler - Class in controlP5
 
ControlWindowKeyHandler(ControlP5) - Constructor for class controlP5.ControlWindowKeyHandler
 
ControlWindowKeyListener - Class in controlP5
 
ControlWindowKeyListener(ControlWindow) - Constructor for class controlP5.ControlWindowKeyListener
 
ControlWindowKeyListener(ControlP5) - Constructor for class controlP5.ControlWindowKeyListener
 
countChildren() - Method in class controlP5.ControlP5XMLElement
Returns the number of child elements of the element.
CRect - Class in controlP5
 
CRect() - Constructor for class controlP5.CRect
 
CRect(float, float, float, float) - Constructor for class controlP5.CRect
 
CRect(CRect) - Constructor for class controlP5.CRect
 
current(Radio.RadioToggle) - Method in class controlP5.Radio
Deprecated. set current radio button.
current() - Method in class controlP5.Radio
Deprecated. get current radio button.
currentTab() - Method in class controlP5.ControlWindow
get the current active tab of a control window.
CUSTOM - Static variable in interface controlP5.ControlP5Constants
 
CVector3f - Class in controlP5
 
CVector3f() - Constructor for class controlP5.CVector3f
 
CVector3f(float, float, float) - Constructor for class controlP5.CVector3f
 
CVector3f(CVector3f) - Constructor for class controlP5.CVector3f
 

D

day() - Method in class controlP5.ControlTimer
day position of the timer.
deactivate(int) - Method in class controlP5.CheckBox
deactivate a single checkbox item (by index);
deactivate(String) - Method in class controlP5.CheckBox
deactivate a single checkbox item (by name);
deactivate(String) - Method in class controlP5.Radio
Deprecated. deactivate a RadioButton and set the value of the radio controller to the default value.
deactivate(int) - Method in class controlP5.RadioButton
deactivate a radio button.
deactivate(String) - Method in class controlP5.RadioButton
deactivate a RadioButton and set the value of the radio controller to the default value (-1).
deactivateAll() - Method in class controlP5.Radio
Deprecated.  
deactivateAll() - Method in class controlP5.RadioButton
deactivate all radioButton items.
DEBUG - Static variable in class controlP5.ControlP5
use this static variable to turn DEBUG on or off.
DECREASE - Static variable in interface controlP5.ControlP5Constants
 
DEFAULT - Static variable in interface controlP5.ControlP5Constants
 
defaultValue() - Method in class controlP5.Controller
returns the default value.
defaultValue - Variable in class controlP5.Radio
Deprecated.  
DELETE - Static variable in interface controlP5.ControlP5Constants
 
disableCollapse() - Method in class controlP5.ControllerGroup
 
disableColorBackground() - Method in class controlP5.Label
 
disableColorBackground() - Method in class controlP5.Textarea
 
disableKeys() - Method in class controlP5.ControlP5
Deprecated. use disableShortcuts()
disableMask() - Method in class controlP5.ControllerSprite
 
disableShortcuts() - Method in class controlP5.ControlP5
disable shortcuts such as alt-h for hiding/showing controllers
disableSprite() - Method in class controlP5.Controller
 
display(PApplet, Controller) - Method in interface controlP5.ControllerDisplay
draw your custom controllers.
dispose() - Method in class controlP5.ControlP5
disposes and clears all controlP5 elements.
DOWN - Static variable in interface controlP5.ControlP5Constants
 
DOWN - Static variable in class controlP5.Numberbox
 
draw(PApplet) - Method in interface controlP5.CDrawable
 
draw(PApplet) - Method in class controlP5.ControlCanvas
controlCanvas is an abstract class and therefore needs to be extended by your class.
draw(PApplet) - Method in class controlP5.Controller
the default draw function for each controller extending superclass Controller.
draw(PApplet) - Method in class controlP5.ControllerGroup
 
draw(PApplet) - Method in interface controlP5.ControllerInterface
 
draw(PApplet) - Method in class controlP5.ControllerSprite
 
draw() - Method in class controlP5.ControlP5
 
draw() - Method in class controlP5.ControlWindow
 
draw(PApplet) - Method in class controlP5.ControlWindowCanvas
controlWindowCanvas is an abstract class and therefore needs to be extended by your class.
draw(PApplet, int, int) - Method in class controlP5.Label
draw a textlabel at a given location xy.
draw(PApplet) - Method in class controlP5.Label
draw a textlabel.
draw(PApplet) - Method in class controlP5.MultiList
 
draw(PApplet) - Method in interface controlP5.MultiListInterface
 
draw() - Method in class controlP5.PAppletWindow
 
draw(PApplet) - Method in class controlP5.Radio
Deprecated.  
draw(PApplet) - Method in class controlP5.Range
 
draw(PApplet) - Method in class controlP5.Textfield
 
draw(PApplet) - Method in class controlP5.Textlabel
draw the textlabel.
draw(PApplet) - Method in class controlP5.TickMark
 
draw(PApplet, int) - Method in class controlP5.TickMark
 
draw(PApplet) - Method in class controlP5.Toggle
 
DropdownList - Class in controlP5
 

E

ECONOMIC - Static variable in class controlP5.ControlWindow
 
ECONOMIC - Static variable in class controlP5.PAppletWindow
 
ELLIPSE - Static variable in interface controlP5.ControlP5Constants
 
enableCollapse() - Method in class controlP5.ControllerGroup
 
enableColorBackground() - Method in class controlP5.Label
 
enableColorBackground() - Method in class controlP5.Textarea
 
enableKeys() - Method in class controlP5.ControlP5
Deprecated. use enableShortcuts()
enableMask() - Method in class controlP5.ControllerSprite
 
enableShortcuts() - Method in class controlP5.ControlP5
 
enableSprite() - Method in class controlP5.Controller
 
end(ControllerGroup) - Method in class controlP5.ControlP5
 
end() - Method in class controlP5.ControlP5
 
ENTER - Static variable in class controlP5.ControlEvent
 
ENTER - Static variable in interface controlP5.ControlP5Constants
 
enumerateAttributeNames() - Method in class controlP5.ControlP5XMLElement
Enumerates the attribute names.
enumerateChildren() - Method in class controlP5.ControlP5XMLElement
Enumerates the child elements.
enumeratePropertyNames() - Method in class controlP5.ControlP5XMLElement
Deprecated. Use enumerateAttributeNames instead.
equals(CColor) - Method in class controlP5.CColor
 
ESCAPE - Static variable in interface controlP5.ControlP5Constants
 
EVENT - Static variable in interface controlP5.ControlP5Constants
 
eventMethod - Static variable in interface controlP5.ControlP5Constants
 

F

FIELD - Static variable in interface controlP5.ControlP5Constants
 
filePath() - Method in class controlP5.ControlP5
get the current file path where your controlP5 setup will be save to on your local disk.
FIX - Static variable in class controlP5.Range
 
FIX - Static variable in class controlP5.Slider
 
fixedSize(boolean) - Method in class controlP5.Label
Deprecated.  
FLEXIBLE - Static variable in class controlP5.Range
 
FLEXIBLE - Static variable in class controlP5.Slider
 
FLOAT - Static variable in interface controlP5.ControlP5Constants
 
forHTMLTag(String) - Static method in class controlP5.ControlP5IOHandler
borrowed from http://www.javapractices.com/Topic96.cjp
forURL(String) - Static method in class controlP5.ControlP5IOHandler
borrowed from http://www.javapractices.com/Topic96.cjp
frameRate(int) - Method in class controlP5.ControlWindow
set the frame rate of the control window.

G

get(int) - Method in class controlP5.ControllerList
 
getActive() - Method in class controlP5.CColor
 
getAlpha() - Method in class controlP5.CColor
 
getAsXML() - Method in class controlP5.Controller
 
getAsXML() - Method in class controlP5.ControllerGroup
 
getAsXML() - Method in interface controlP5.ControllerInterface
 
getAttribute(String) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getAttribute(String, Object) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getAttribute(String, Hashtable, String, boolean) - Method in class controlP5.ControlP5XMLElement
Returns an attribute by looking up a key in a hashtable.
getBackground() - Method in class controlP5.CColor
 
getBackgroundHeight() - Method in class controlP5.ControlGroup
get the height of the controlGroup's background.
getBooleanAttribute(String, String, String, boolean) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getCaptionLabel() - Method in class controlP5.CColor
 
getChildren() - Method in class controlP5.ControlP5XMLElement
Returns the child elements as a Vector.
getColor() - Method in class controlP5.ChartData
 
getColor() - Method in class controlP5.ChartDataSet
 
getColor() - Method in class controlP5.Controller
 
getColor() - Method in class controlP5.ControllerGroup
 
getColor() - Method in class controlP5.Label
 
getColor() - Method in class controlP5.ListBoxItem
 
getColorValue() - Method in class controlP5.ColorPicker
 
getContent() - Method in class controlP5.ControlP5XMLElement
Returns the PCDATA content of the object.
getContents() - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getContent instead.
getControlFont() - Static method in class controlP5.ControlP5
 
getControlFont() - Method in class controlP5.Label
 
getControllerList() - Method in class controlP5.ControlP5
 
getData(int, int) - Method in class controlP5.Chart
 
getData(int) - Method in class controlP5.Chart
 
getDataSet(int) - Method in class controlP5.Chart
 
getDataSet() - Method in class controlP5.Chart
 
getDirection() - Method in class controlP5.MultiList
 
getDirection() - Method in class controlP5.MultiListButton
 
getDirection() - Method in interface controlP5.MultiListInterface
 
getDoubleAttribute(String) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getDoubleAttribute(String, double) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getDoubleAttribute(String, Hashtable, String, boolean) - Method in class controlP5.ControlP5XMLElement
Returns an attribute by looking up a key in a hashtable.
getDragDirection() - Method in class controlP5.Knob
get the drag direction which is either Controller.HORIZONTAL or Controller.VERTICAL.
getDrawable(int) - Method in class controlP5.ControllerList
 
getFont() - Method in class controlP5.Label
returns the index of the current bitFont.
getForeground() - Method in class controlP5.CColor
 
getGroup(String) - Method in class controlP5.ControlP5
get a group by name.
getHeight() - Method in class controlP5.Controller
 
getHeight() - Method in class controlP5.ControllerGroup
 
getHeight() - Method in interface controlP5.ControllerInterface
 
getId() - Method in class controlP5.ListBoxItem
 
getIntAttribute(String) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getIntAttribute(String, int) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getIntAttribute(String, Hashtable, String, boolean) - Method in class controlP5.ControlP5XMLElement
Returns an attribute by looking up a key in a hashtable.
getInterval() - Method in class controlP5.Matrix
 
getIntProperty(String, Hashtable, String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getIntAttribute instead.
getItem(int) - Method in class controlP5.RadioButton
get an item from the list of toggles by index.
getLabel() - Method in class controlP5.TickMark
 
getLineHeight() - Method in class controlP5.Label
 
getLineNr() - Method in class controlP5.ControlP5XMLElement
Returns the line nr in the source data on which the element is found.
getLineNr() - Method in exception controlP5.ControlP5XMLParseException
Where the error occurred, or NO_LINE if the line number is unknown.
getListener(int) - Method in class controlP5.ControlBroadcaster
 
getListener(int) - Method in class controlP5.ControlP5
 
getMaxX() - Method in class controlP5.Slider2D
 
getMaxY() - Method in class controlP5.Slider2D
 
getMinX() - Method in class controlP5.Slider2D
 
getMinY() - Method in class controlP5.Slider2D
 
getName() - Method in class controlP5.ControlP5XMLElement
Returns the name of the element.
getNumberOfTickMarks() - Method in class controlP5.Slider
 
getPFont() - Method in class controlP5.ControlFont
 
getPickingColor() - Method in class controlP5.Controller
 
getPickingColor() - Method in class controlP5.ControllerGroup
 
getPickingColor() - Method in interface controlP5.ControllerInterface
 
getProperty(String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getStringAttribute instead.
getProperty(String, String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getStringAttribute instead.
getProperty(String, int) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getIntAttribute instead.
getProperty(String, double) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getDoubleAttribute instead.
getProperty(String, String, String, boolean) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getBooleanAttribute instead.
getProperty(String, Hashtable, String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getAttribute instead.
getRange() - Method in class controlP5.Knob
get the range value.
getResolution() - Method in class controlP5.Chart
 
getResolution() - Method in class controlP5.Knob
 
getSpecialDoubleProperty(String, Hashtable, String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getDoubleAttribute instead.
getSpecialIntProperty(String, Hashtable, String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getIntAttribute instead.
getSprite() - Method in class controlP5.Controller
 
getStartAngle() - Method in class controlP5.Knob
get the start angle, 0 is at 3 o'clock.
getState() - Method in class controlP5.ControllerSprite
 
getState(int) - Method in class controlP5.RadioButton
get the state of a checkBox item - which can be true (for on) and false (for off).
getState(String) - Method in class controlP5.RadioButton
get the state of a checkBox item - which can be true (for on) and false (for off).
getState() - Method in class controlP5.Toggle
 
getStateCount() - Method in class controlP5.ControllerSprite
 
getStringAttribute(String) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getStringAttribute(String, String) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getStringAttribute(String, Hashtable, String, boolean) - Method in class controlP5.ControlP5XMLElement
Returns an attribute by looking up a key in a hashtable.
getStringProperty(String, Hashtable, String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getStringAttribute instead.
getStrokeWeight() - Method in class controlP5.Chart
 
getStrokeWeight() - Method in class controlP5.ChartDataSet
 
getTab() - Method in class controlP5.Controller
get the instance of the tab the controller belongs to.
getTab() - Method in class controlP5.ControllerGroup
get the instance of the tab this controller belongs to.
getTab() - Method in interface controlP5.ControllerInterface
 
getTab(String) - Method in class controlP5.ControlP5
get a tab by name.
getTab(ControlWindow, String) - Method in class controlP5.ControlP5
get a tab by name from a specific controlwindow.
getTagName() - Method in class controlP5.ControlP5XMLElement
Deprecated. Use getName instead.
getText() - Method in class controlP5.ChartData
 
getText() - Method in class controlP5.Label
 
getText() - Method in class controlP5.Textfield
get the current text of the textfield.
getTextList() - Method in class controlP5.Textfield
returns a string array that lists all text lines that have been confirmed with a return.
getTickMark() - Method in class controlP5.Range
 
getTickMark(int) - Method in class controlP5.Slider
 
getTickMarks() - Method in class controlP5.Slider
 
getValue() - Method in class controlP5.ChartData
 
getValueLabel() - Method in class controlP5.CColor
 
getWidth(Label) - Method in class controlP5.BitFontRenderer
 
getWidth(String, Label) - Method in class controlP5.BitFontRenderer
get the width of a text line based on used bit font.
getWidth() - Method in class controlP5.Controller
 
getWidth() - Method in class controlP5.ControllerGroup
 
getWidth() - Method in interface controlP5.ControllerInterface
 
getWindow() - Method in class controlP5.Controller
get the control window of the controller
getWindow() - Method in class controlP5.ControllerGroup
 
getWindow() - Method in interface controlP5.ControllerInterface
 
getX(int) - Static method in class controlP5.Matrix
 
getX(float) - Static method in class controlP5.Matrix
 
getY(int) - Static method in class controlP5.Matrix
 
getY(float) - Static method in class controlP5.Matrix
 
grixel - Static variable in class controlP5.BitFontRenderer
 
grixel - Static variable in class controlP5.ControlP5
 
GROUP - Static variable in class controlP5.ControlEvent
 
group() - Method in class controlP5.ControlEvent
return the tab that evoked the event.
group(String) - Method in class controlP5.ControlP5
get a group by name

H

HALF_PI - Static variable in interface controlP5.ControlP5Constants
 
height() - Method in class controlP5.ControllerSprite
 
height() - Method in class controlP5.CRect
 
height(float) - Method in class controlP5.CRect
 
height() - Method in class controlP5.Label
 
hide() - Method in class controlP5.Controller
hide the controller, make it invisible.
hide() - Method in class controlP5.ControllerGroup
hide the group.
hide() - Method in interface controlP5.ControllerInterface
 
hide() - Method in class controlP5.ControlP5
hide all controllers and tabs in your sketch.
HIDE - Static variable in interface controlP5.ControlP5Constants
 
hide() - Method in class controlP5.ControlWindow
hide the controllers and tabs of the ControlWindow.
hideBar() - Method in class controlP5.ControlGroup
 
hideCoordinates() - Method in class controlP5.ControlWindow
hide the xy coordinates displayed in the title of a control window.
hideCoordinates() - Method in class controlP5.PAppletWindow
 
hideScrollbar() - Method in class controlP5.ListBox
hide the scrollbar.
hideScrollbar() - Method in class controlP5.ScrollList
 
hideScrollbar() - Method in class controlP5.Textarea
 
HIGHLIGHT - Static variable in interface controlP5.ControlP5Constants
 
highValue() - Method in class controlP5.Range
 
HISTOGRAM - Static variable in class controlP5.Chart
 
HORIZONTAL - Static variable in interface controlP5.ControlP5Constants
 
hour() - Method in class controlP5.ControlTimer
Hour position of the timer in international format (0-23).

I

id() - Method in class controlP5.ControlEvent
 
id() - Method in class controlP5.Controller
get the id of the controller.
id() - Method in class controlP5.ControllerGroup
 
id() - Method in interface controlP5.ControllerInterface
 
IMAGE - Static variable in interface controlP5.ControlP5Constants
 
INCREASE - Static variable in interface controlP5.ControlP5Constants
 
init() - Method in class controlP5.Controller
 
init() - Method in class controlP5.ControllerGroup
 
init() - Method in interface controlP5.ControllerInterface
 
inside(CRect, CVector3f) - Static method in class controlP5.CRect
 
inside(CRect, float, float) - Static method in class controlP5.CRect
 
INTEGER - Static variable in interface controlP5.ControlP5Constants
 
internalValue() - Method in class controlP5.Toggle
 
intToString(int) - Static method in class controlP5.ControlP5IOHandler
 
INVALID - Static variable in interface controlP5.ControlP5Constants
 
isActive() - Method in class controlP5.ControlBehavior
check if the behavior is active or not.
isAltDown - Variable in class controlP5.ControlWindowKeyHandler
 
isApplet - Static variable in class controlP5.ControlP5
 
isAutoClear() - Method in class controlP5.Textfield
returns the current state of the autoClear flag.
isAutoDraw() - Method in class controlP5.ControlP5
check if the autoDraw function for the main window is enabled(true) or disabled(false).
isBarVisible() - Method in class controlP5.ControlGroup
 
isBroadcast() - Method in class controlP5.Controller
check if broadcasting is enabled or disabled for a controller.
isCollapse() - Method in class controlP5.ControllerGroup
 
isController() - Method in class controlP5.ControlEvent
check if the event was evoked by a controller.
isDrawBackground() - Method in class controlP5.ControlWindow
returns a boolean indicating if the background is drawn automatically or not.
isFocus() - Method in class controlP5.Textfield
check if the textfield is active and in focus.
isGroup() - Method in class controlP5.ControlEvent
check if the event was evoked by a controlGroup.
isInit - Static variable in class controlP5.BitFontRenderer
 
isInside() - Method in class controlP5.Controller
returns true or false and indicates if the mouse is inside the area of a controller.
isKeyDown - Variable in class controlP5.ControlWindowKeyHandler
 
isKeyMenu - Variable in class controlP5.ControlWindowKeyHandler
 
isLock() - Method in class controlP5.Controller
checks if a controller is locked or unlocked.
isMouseOver() - Method in class controlP5.ControlWindow
returns true if the mouse is inside a controller.
isMousePressed() - Method in class controlP5.Controller
returns true or false if the mouse has is pressed.
isMousePressed() - Method in class controlP5.ControlWindow
 
isMoveable() - Method in class controlP5.Controller
checks if a controller is moveable.
isMoveable() - Method in class controlP5.ControllerGroup
check if the group is moveable.
isMoveable() - Method in class controlP5.ControlP5
check if controllers are moveable
isOpen() - Method in class controlP5.ControllerGroup
 
isScrollbarVisible() - Method in class controlP5.ListBox
check if the scrollbar is visible.
isScrollbarVisible() - Method in class controlP5.ScrollList
 
isScrollbarVisible() - Method in class controlP5.Textarea
 
isShiftDown - Variable in class controlP5.ControlWindowKeyHandler
 
isSmooth() - Method in class controlP5.ControlFont
Deprecated.  
isTab() - Method in class controlP5.ControlEvent
check if the event was evoked by a tab.
isToUpperCase - Variable in class controlP5.Label
 
isUndecorated() - Method in class controlP5.ControlWindow
 
isUpdate() - Method in class controlP5.Controller
enable the update function for a controller.
isUpdate() - Method in class controlP5.ControllerGroup
check the update status of a controller.
isUpdate() - Method in interface controlP5.ControllerInterface
 
isUpdate() - Method in class controlP5.ControlP5
 
isUpdate() - Method in class controlP5.ControlWindow
check the update status of a control window.
isUserInteraction() - Method in class controlP5.Controller
 
isVisible() - Method in class controlP5.Controller
check if the controller is visible.
isVisible() - Method in class controlP5.ControllerGroup
check if the group is visible.
isVisible() - Method in interface controlP5.ControllerInterface
 
isVisible() - Method in class controlP5.ControlP5
 
isVisible() - Method in class controlP5.ControlWindow
check if the content of the control window is visible.
isXMLsavable() - Method in class controlP5.Controller
 
isXMLsavable() - Method in class controlP5.ControllerGroup
 
isXMLsavable() - Method in interface controlP5.ControllerInterface
 
item(int) - Method in class controlP5.ListBox
returns a listBoxItem by index in the list of items.
item(String) - Method in class controlP5.ListBox
TODO faulty returns a listBoxItem by name.

K

keepFocus(boolean) - Method in class controlP5.Textfield
use true as parameter to force the textfield to stay in focus.
KEYCONTROL - Static variable in interface controlP5.ControlP5Constants
 
keyEvent(KeyEvent) - Method in class controlP5.Controller
 
keyEvent(KeyEvent) - Method in class controlP5.ControllerGroup
 
keyEvent(KeyEvent) - Method in interface controlP5.ControllerInterface
 
keyEvent(KeyEvent) - Method in class controlP5.ControlWindow
 
keyEvent(KeyEvent, ControlWindow, boolean) - Method in class controlP5.ControlWindowKeyHandler
 
keyEvent(KeyEvent) - Method in class controlP5.ControlWindowKeyListener
 
keyEvent(KeyEvent) - Method in class controlP5.Textfield
flip throught the texfield history with cursor keys UP and DOWN.
keyHandler - Static variable in class controlP5.ControlP5
 
keyPressed(KeyEvent) - Method in class controlP5.PAppletWindow
 
keyReleased(KeyEvent) - Method in class controlP5.PAppletWindow
 
keyTyped(KeyEvent) - Method in class controlP5.PAppletWindow
 
Knob - Class in controlP5
a knob.
Knob(ControlP5, ControllerGroup, String, float, float, float, int, int, int) - Constructor for class controlP5.Knob
 

L

label() - Method in class controlP5.ControlEvent
get the label of the controller that evoked the event.
label() - Method in class controlP5.Controller
get the label of the controller.
Label - Class in controlP5
Label description tbd.
Label(PApplet, String, int, int, int) - Constructor for class controlP5.Label
 
Label(PApplet, String, int, int) - Constructor for class controlP5.Label
 
LABEL_WIDTH_OFFSET - Static variable in class controlP5.Label
 
LEAVE - Static variable in class controlP5.ControlEvent
 
LEFT - Static variable in interface controlP5.ControlP5Constants
 
LEFT - Static variable in class controlP5.Numberbox
 
LINE - Static variable in class controlP5.Chart
 
LINE - Static variable in interface controlP5.ControlP5Constants
 
linebreak() - Method in class controlP5.Controller
 
linebreak() - Method in class controlP5.Numberbox
 
linebreak() - Method in class controlP5.Slider
 
linebreak() - Method in class controlP5.Toggle
 
lineHeight() - Method in class controlP5.Label
Deprecated.  
ListBox - Class in controlP5
scrollList, a list of selectable and scrollable items.
ListBoxItem - Class in controlP5
controlP5 is a processing gui library.
listenerSize() - Method in class controlP5.ControlBroadcaster
 
listenerSize() - Method in class controlP5.Controller
 
load(String) - Method in class controlP5.ControlP5
load an xml file, containing a controlP5 setup
LOAD - Static variable in interface controlP5.ControlP5Constants
 
loadImage(URL) - Static method in class controlP5.ControlP5IOHandler
 
loadImage(Component, URL) - Static method in class controlP5.ControlP5IOHandler
load an image with MediaTracker to prevent nullpointers e.g.
lock() - Method in class controlP5.Controller
disables the controller to be moved, changed and controlled by the user.
lock() - Method in class controlP5.ControlP5
Deprecated.  
logger() - Static method in class controlP5.ControlP5
 
lowValue() - Method in class controlP5.Range
 

M

margin(int) - Method in class controlP5.ControllerStyle
 
margin(int, int, int, int) - Method in class controlP5.ControllerStyle
 
marginBottom - Variable in class controlP5.ControllerStyle
 
marginLeft - Variable in class controlP5.ControllerStyle
 
marginRight - Variable in class controlP5.ControllerStyle
 
marginTop - Variable in class controlP5.ControllerStyle
 
Matrix - Class in controlP5
a matrix is a 2d array with one pointer that traverses through the matrix with a timed interval.
Matrix(ControlP5, ControllerGroup, String, int, int, int, int, int, int) - Constructor for class controlP5.Matrix
 
max() - Method in class controlP5.Controller
get the minmum value of the controller.
MENU - Static variable in interface controlP5.ControlP5Constants
 
METHOD - Static variable in interface controlP5.ControlP5Constants
 
millis() - Method in class controlP5.ControlTimer
Get the milliseconds of the timer.
min() - Method in class controlP5.Controller
get the maximum value of the controller.
minute() - Method in class controlP5.ControlTimer
Minutes position of the timer.
mode() - Method in class controlP5.ControlCanvas
get the drawing mode of a ControlWindowCanvas.
mode() - Method in class controlP5.ControlWindowCanvas
get the drawing mode of a ControlWindowCanvas.
mouseEvent(MouseEvent) - Method in class controlP5.ControlWindow
 
mousePressed() - Method in class controlP5.Button
mousePressed() - Method in class controlP5.ControlGroup
 
mousePressed() - Method in class controlP5.Knob
 
mousePressed() - Method in class controlP5.Matrix
 
mousePressed() - Method in class controlP5.Numberbox
 
mousePressed() - Method in class controlP5.Tab
 
mousePressed() - Method in class controlP5.Toggle
 
mouseReleased() - Method in class controlP5.Button
mouseReleased() - Method in class controlP5.Knob
 
mouseReleased() - Method in class controlP5.Matrix
 
mouseReleased() - Method in class controlP5.MultiList
 
mouseReleased() - Method in class controlP5.Numberbox
 
mouseReleased() - Method in class controlP5.Range
 
mouseReleasedOutside() - Method in class controlP5.Button
mouseReleasedOutside() - Method in class controlP5.Knob
 
mouseReleasedOutside() - Method in class controlP5.MultiListButton
 
mouseReleasedOutside() - Method in class controlP5.Numberbox
 
mouseReleasedOutside() - Method in class controlP5.Range
 
mouseWheelMoved(MouseWheelEvent) - Method in class controlP5.ControlWindow
 
MOVE - Static variable in interface controlP5.ControlP5Constants
 
moveMargin(int, int, int, int) - Method in class controlP5.ControllerStyle
 
movePadding(int, int, int, int) - Method in class controlP5.ControllerStyle
 
moveTo(String) - Method in class controlP5.Controller
move a controller to another tab.
moveTo(Tab) - Method in class controlP5.Controller
move a controller to another tab indicated by parameter theTab.
moveTo(PApplet) - Method in class controlP5.Controller
move a controller to the default tab inside the main window.
moveTo(PApplet, String) - Method in class controlP5.Controller
move a controller to a defined tab inside the main window.
moveTo(ControlWindow) - Method in class controlP5.Controller
move a controller to the default tab of a control window - other than the main window.
moveTo(ControlWindow, String) - Method in class controlP5.Controller
 
moveTo(ControlGroup, Tab, ControlWindow) - Method in class controlP5.Controller
 
moveTo(ControlGroup) - Method in class controlP5.Controller
 
moveTo(ControllerGroup) - Method in class controlP5.Controller
 
moveTo(ControlGroup, Tab, ControlWindow) - Method in class controlP5.ControllerGroup
move the group.
moveTo(ControlGroup) - Method in class controlP5.ControllerGroup
 
moveTo(Tab) - Method in class controlP5.ControllerGroup
 
moveTo(ControlWindow) - Method in class controlP5.ControllerGroup
 
moveTo(String) - Method in class controlP5.ControllerGroup
 
moveTo(String, ControlWindow) - Method in class controlP5.ControllerGroup
 
moveTo(ControlWindow, String) - Method in class controlP5.ControllerGroup
 
moveTo(Tab, ControlWindow) - Method in class controlP5.ControllerGroup
 
moveTo(ControlGroup, Tab, ControlWindow) - Method in interface controlP5.ControllerInterface
 
moveTo(ControlWindow) - Method in class controlP5.ControlWindowCanvas
move a canvas to another controlWindow
moveTo(ControlWindow) - Method in class controlP5.Tab
 
multiline(boolean) - Method in class controlP5.Label
 
MultiList - Class in controlP5
multilist has the effect of a menu-tree.
MultiList(ControlP5, Tab, String, int, int, int, int) - Constructor for class controlP5.MultiList
 
MultiListButton - Class in controlP5
 
MultiListInterface - Interface in controlP5
 
multiplier() - Method in class controlP5.Numberbox
 
multitouch(int[][]) - Method in class controlP5.ControlWindow
 

N

name() - Method in class controlP5.ControlEvent
 
name() - Method in class controlP5.Controller
returns the name of the controller.
name() - Method in class controlP5.ControllerGroup
get the name of the group.
name() - Method in interface controlP5.ControllerInterface
 
name() - Method in class controlP5.ControlWindow
get the name of the control window.
name() - Method in interface controlP5.MultiListInterface
 
name() - Method in class controlP5.PAppletWindow
 
NANOXML_MAJOR_VERSION - Static variable in class controlP5.ControlP5XMLElement
Major version of NanoXML.
NANOXML_MINOR_VERSION - Static variable in class controlP5.ControlP5XMLElement
Minor version of NanoXML.
NO_LINE - Static variable in exception controlP5.ControlP5XMLParseException
Indicates that no line number has been associated with this exception.
NORMAL - Static variable in class controlP5.ControlWindow
 
NORMAL - Static variable in class controlP5.PAppletWindow
 
Numberbox - Class in controlP5
press the mouse inside a numberbox and move up and down to change the values of a numberbox.
Numberbox(ControlP5, Tab, String, float, int, int, int, int) - Constructor for class controlP5.Numberbox
 

O

observe() - Method in class controlP5.MultiList
 
observe() - Method in class controlP5.MultiListButton
 
observe() - Method in interface controlP5.MultiListInterface
 
occupied(boolean) - Method in class controlP5.MultiList
 
offset() - Method in class controlP5.Label
 
onEnter() - Method in class controlP5.Chart
 
onEnter() - Method in class controlP5.Slider
 
onLeave() - Method in class controlP5.Chart
 
onLeave() - Method in class controlP5.Range
 
onLeave() - Method in class controlP5.Slider
 
open() - Method in class controlP5.ControllerGroup
set the status of the group to open.
open() - Method in class controlP5.MultiList
 
open() - Method in class controlP5.MultiListButton
 
open() - Method in interface controlP5.MultiListInterface
 
OVER - Static variable in interface controlP5.ControlP5Constants
 

P

Pad - Class in controlP5
 
Pad() - Constructor for class controlP5.Pad
 
padding(int) - Method in class controlP5.ControllerStyle
 
padding(int, int, int, int) - Method in class controlP5.ControllerStyle
 
paddingBottom - Variable in class controlP5.ControllerStyle
 
paddingLeft - Variable in class controlP5.ControllerStyle
 
paddingRight - Variable in class controlP5.ControllerStyle
 
paddingTop - Variable in class controlP5.ControllerStyle
 
papplet - Static variable in class controlP5.ControlP5
 
papplet() - Method in class controlP5.ControlWindow
get the papplet instance of the ControlWindow.
PAppletWindow - Class in controlP5
PAppletWIndow description.
PAppletWindow() - Constructor for class controlP5.PAppletWindow
 
PAppletWindow(String, int, int) - Constructor for class controlP5.PAppletWindow
 
PAppletWindow(String, int, int, String, int) - Constructor for class controlP5.PAppletWindow
 
PAppletWindow(String, int, int, int, int) - Constructor for class controlP5.PAppletWindow
 
PAppletWindow(String, int, int, int, int, String, int) - Constructor for class controlP5.PAppletWindow
 
parent() - Method in class controlP5.Controller
get the parent of a controller.
parent() - Method in class controlP5.ControllerGroup
 
parent() - Method in interface controlP5.ControllerInterface
 
parseCharArray(char[], int, int) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a char array and parses it.
parseCharArray(char[], int, int, int) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a char array and parses it.
parseFromReader(Reader) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a java.io.Reader and parses it.
parseFromReader(Reader, int) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a java.io.Reader and parses it.
parseHex(String) - Static method in class controlP5.ControlP5IOHandler
convert a hex number into an int
parseString(String) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a String and parses it.
parseString(String, int) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a String and parses it.
parseString(String, int, int) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a String and parses it.
parseString(String, int, int, int) - Method in class controlP5.ControlP5XMLElement
Reads one XML element from a String and parses it.
pause() - Method in class controlP5.PAppletWindow
 
PI - Static variable in interface controlP5.ControlP5Constants
 
PIE - Static variable in class controlP5.Chart
 
play() - Method in class controlP5.PAppletWindow
 
plug(String, String) - Method in class controlP5.ControlBroadcaster
Deprecated. 
plug(Object, String, String) - Method in class controlP5.ControlBroadcaster
 
plug(Object, Controller, String) - Method in class controlP5.ControlBroadcaster
 
plugTo(Object[]) - Method in class controlP5.Controller
 
plugTo(Object) - Method in class controlP5.Controller
 
position() - Method in class controlP5.Controller
get the position of a controller.
position() - Method in class controlP5.ControllerGroup
 
position() - Method in interface controlP5.ControllerInterface
 
position - Variable in class controlP5.Label
 
POST - Static variable in class controlP5.ControlCanvas
 
post() - Method in class controlP5.ControlCanvas
set the drawing mode to POST.
POST - Static variable in class controlP5.ControlWindowCanvas
 
post() - Method in class controlP5.ControlWindowCanvas
set the drawing mode to POST.
PRE - Static variable in class controlP5.ControlCanvas
 
pre() - Method in class controlP5.ControlCanvas
set the drawing mode to PRE.
pre() - Method in class controlP5.ControlWindow
 
PRE - Static variable in class controlP5.ControlWindowCanvas
 
pre() - Method in class controlP5.ControlWindowCanvas
set the drawing mode to PRE.
PRESSED - Static variable in class controlP5.ControlEvent
 
PRESSED - Static variable in interface controlP5.ControlP5Constants
 
PRINT - Static variable in interface controlP5.ControlP5Constants
 
push(float) - Method in class controlP5.Chart
 
push(int, float) - Method in class controlP5.Chart
 

R

Radio - Class in controlP5
Deprecated. use RadioButton or CheckBox instead ControlP5 Bang Button Knob Numberbox Radio Slider Tab Textfield Toggle
Radio(ControlP5, ControllerGroup, String, float, float) - Constructor for class controlP5.Radio
Deprecated.  
Radio(ControlP5, ControllerGroup, String, float, float, int, int, int) - Constructor for class controlP5.Radio
Deprecated.  
RadioButton - Class in controlP5
a radio button implementation.
RadioButton(ControlP5, ControllerGroup, String, int, int) - Constructor for class controlP5.RadioButton
 
Range - Class in controlP5
a slider.
Range(ControlP5, ControllerGroup, String, float, float, float, float, int, int, int, int) - Constructor for class controlP5.Range
 
register(ControllerInterface) - Method in class controlP5.ControlP5
 
RELEASE - Static variable in interface controlP5.ControlP5Constants
 
RELEASED - Static variable in class controlP5.ControlEvent
 
RELEASEDOUTSIDE - Static variable in class controlP5.ControlEvent
 
remove(ControllerInterface) - Method in class controlP5.Controller
 
remove() - Method in class controlP5.Controller
remove a controller from controlP5.
remove(ControllerInterface) - Method in class controlP5.ControllerGroup
remove a controller from the group, but use Controller.setGroup() instead.
remove(CDrawable) - Method in class controlP5.ControllerGroup
 
remove() - Method in class controlP5.ControllerGroup
remove the controller from controlP5.
remove(ControllerInterface) - Method in interface controlP5.ControllerInterface
 
remove() - Method in interface controlP5.ControllerInterface
 
remove(String) - Method in class controlP5.ControlP5
remove a controlP5 element such as a controller, group, or tab by name.
remove() - Method in class controlP5.ControlWindow
remove a control window from controlP5.
remove() - Method in class controlP5.MultiList
remove a multilist.
remove() - Method in class controlP5.MultiListButton
 
removeAttribute(String) - Method in class controlP5.ControlP5XMLElement
Removes an attribute.
removeBehavior() - Method in class controlP5.Controller
remove the behavior from the controller.
removeCanvas(ControlCanvas) - Method in class controlP5.ControllerGroup
remove a canvas from a controller group.
removeCanvas(ControlWindowCanvas) - Method in class controlP5.ControlWindow
 
removeChild(ControlP5XMLElement) - Method in class controlP5.ControlP5XMLElement
Removes a child element.
removeChild(String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use removeAttribute instead.
removeCloseButton() - Method in class controlP5.ControlGroup
TODO redesign or deprecate remove the close button.
removeData(ChartData) - Method in class controlP5.Chart
 
removeData(int, ChartData) - Method in class controlP5.Chart
 
removeData(int) - Method in class controlP5.Chart
 
removeData(int, int) - Method in class controlP5.Chart
 
removeDataSet(ChartDataSet) - Method in class controlP5.Chart
 
removeDataSet(int) - Method in class controlP5.Chart
 
removeItem(String) - Method in class controlP5.ListBox
Removes an item from the ListBox using the unique name of the item given when added to the list.
removeItem(String) - Method in class controlP5.Radio
Deprecated.  
removeItem(String) - Method in class controlP5.RadioButton
remove an item from the radioButton/checkBox list.
removeItem(String) - Method in class controlP5.ScrollList
remove an item from the scroll list.
removeLast() - Method in class controlP5.Chart
 
removeLast(int) - Method in class controlP5.Chart
 
removeListener(ControlListener) - Method in class controlP5.ControlBroadcaster
 
removeListener(ControlListener) - Method in class controlP5.Controller
remove a listener from the controller.
removeListener(ControlListener) - Method in class controlP5.ControlP5
 
removeProperty(String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use removeAttribute instead.
removeTab(Tab) - Method in class controlP5.ControlWindow
remove a tab from a control window.
replace(String, String, String) - Static method in class controlP5.ControlP5IOHandler
 
RESET - Static variable in interface controlP5.ControlP5Constants
 
reset() - Method in class controlP5.ControlTimer
reset the timer.
RIGHT - Static variable in interface controlP5.ControlP5Constants
 
RIGHT - Static variable in class controlP5.Numberbox
 

S

save(String) - Method in class controlP5.ControlP5
save controlP5 settings to your local disk or to a remote server.
save() - Method in class controlP5.ControlP5
save controlP5 settings to your local disk or to a remote server.
SAVE - Static variable in interface controlP5.ControlP5Constants
 
scroll(float) - Method in class controlP5.ListBox
scroll the scrollList remotely.
scroll(float) - Method in class controlP5.ScrollList
scroll the scrollList remotely.
scroll(float) - Method in class controlP5.Textarea
scroll the Textarea remotely.
ScrollList - Class in controlP5
 
second() - Method in class controlP5.ControlTimer
Seconds position of the timer.
set(Object, String, int, int, Class<?>[]) - Method in class controlP5.ControllerPlug
 
set(float, float) - Method in class controlP5.CVector3f
 
set(CVector3f) - Method in class controlP5.CVector3f
 
set(float, float, float) - Method in class controlP5.CVector3f
 
set(String) - Method in class controlP5.Label
set the text of the label.
set(String, int) - Method in class controlP5.Label
 
set(String, boolean) - Method in class controlP5.Label
 
set(String, int, boolean) - Method in class controlP5.Label
 
set(int, int, boolean) - Method in class controlP5.Matrix
set the state of a particular cell in a matrix.
setActive(int) - Method in class controlP5.CColor
 
setActive(boolean) - Method in class controlP5.ControlBehavior
(de)activate the behavior.
setActive(boolean) - Method in class controlP5.Tab
 
setAlpha(int) - Method in class controlP5.CColor
 
setArrayValue(float[]) - Method in class controlP5.ColorPicker
 
setArrayValue(float[]) - Method in class controlP5.ControlGroup
 
setArrayValue(float[]) - Method in class controlP5.Controller
 
setArrayValue(float[]) - Method in class controlP5.Slider2D
 
setAttribute(String, Object) - Method in class controlP5.ControlP5XMLElement
Adds or modifies an attribute.
setAutoClear(boolean) - Method in class controlP5.Textfield
use setAutoClear(false) to not clear the content of the textfield after confirming with return.
setAutoDraw(boolean) - Method in class controlP5.ControlP5
by default controlP5 draws any controller on top of any drawing done in the draw() function (this doesnt apply to P3D where controlP5.draw() has to be called manually in the sketch's draw() function ).
setAutoInitialization(boolean) - Method in class controlP5.ControlP5
autoInitialization can be very handy when it comes to initializing values, e.g.
setBackground(int) - Method in class controlP5.CColor
 
setBackground(int) - Method in class controlP5.ControlWindow
set the background color of the control window.
setBackgroundColor(int) - Method in class controlP5.ControlGroup
set the background color of a controlGroup.
setBackgroundHeight(int) - Method in class controlP5.ControlGroup
set the height of the controlGroup's background.
setBarHeight(int) - Method in class controlP5.ControlGroup
set the height of the top bar (used to open/close and move a controlGroup).
setBehavior(ControlBehavior) - Method in class controlP5.Controller
with setBehavior you can add a ControlBehavior to a controller.
setBroadcast(boolean) - Method in class controlP5.Controller
Use setBroadcast to enable and disable the broadcasting of changes in a controller's value.
setCaptionLabel(int) - Method in class controlP5.CColor
 
setCaptionLabel(String) - Method in class controlP5.Controller
set or change the content of the caption label of a controller.
setColor(int) - Method in class controlP5.ChartData
 
setColor(int) - Method in class controlP5.ChartDataSet
 
setColor(CColor) - Method in class controlP5.Controller
 
setColor(int) - Method in class controlP5.Label
 
setColor(int, boolean) - Method in class controlP5.Label
 
setColor(CColor) - Method in class controlP5.ListBoxItem
 
setColor(int) - Method in class controlP5.Textarea
set the text color of the textarea.
setColorActive(int) - Method in class controlP5.Controller
set the color for the controller while active.
setColorActive(int) - Method in class controlP5.ControllerGroup
set the color for the group when active.
setColorActive(int) - Method in interface controlP5.ControllerInterface
 
setColorActive(int) - Method in class controlP5.ControlP5
set the active state color of tabs and controllers.
setColorActive(int) - Method in class controlP5.ControlWindow
set the color for the controller while active.
setColorActive(int) - Method in class controlP5.ListBox
set the color for the group when active.
setColorActive(int) - Method in class controlP5.ListBoxItem
 
setColorActive(int) - Method in class controlP5.Radio
Deprecated.  
setColorBackground(int) - Method in class controlP5.Controller
set the background color of the controller.
setColorBackground(int) - Method in class controlP5.ControllerGroup
set the background color of the group.
setColorBackground(int) - Method in interface controlP5.ControllerInterface
 
setColorBackground(int) - Method in class controlP5.ControlP5
set the backgorund color of tabs and controllers.
setColorBackground(int) - Method in class controlP5.ControlWindow
set the background color of the controller.
setColorBackground(int) - Method in class controlP5.Label
 
setColorBackground(int) - Method in class controlP5.ListBox
set the background color of the group.
setColorBackground(int) - Method in class controlP5.ListBoxItem
 
setColorBackground(int) - Method in class controlP5.Radio
Deprecated.  
setColorBackground(int) - Method in class controlP5.Textarea
 
setColorCaptionLabel(int) - Method in class controlP5.Controller
set the color of the text label of the controller.
setColorForeground(int) - Method in class controlP5.Controller
set the foreground color of the controller.
setColorForeground(int) - Method in class controlP5.ControllerGroup
set the foreground color of the group.
setColorForeground(int) - Method in interface controlP5.ControllerInterface
 
setColorForeground(int) - Method in class controlP5.ControlP5
set the foreground color of tabs and controllers.
setColorForeground(int) - Method in class controlP5.ControlWindow
set the foreground color of the controller.
setColorForeground(int) - Method in class controlP5.ListBox
set the foreground color of the group.
setColorForeground(int) - Method in class controlP5.ListBoxItem
 
setColorForeground(int) - Method in class controlP5.Radio
Deprecated.  
setColorLabel(int) - Method in class controlP5.Controller
Deprecated. use setColorCaptionLabel() instead
setColorLabel(int) - Method in class controlP5.ControllerGroup
set the color of the text label of the group.
setColorLabel(int) - Method in interface controlP5.ControllerInterface
 
setColorLabel(int) - Method in class controlP5.ControlP5
set the label color of tabs and controllers.
setColorLabel(int) - Method in class controlP5.ControlWindow
set the color of the text label of the controller.
setColorLabel(int) - Method in class controlP5.ListBox
set the color of the text label of the group.
setColorLabel(int) - Method in class controlP5.ListBoxItem
 
setColorLabel(int) - Method in class controlP5.Radio
Deprecated.  
setColorValue(int) - Method in class controlP5.ColorPicker
 
setColorValue(int) - Method in class controlP5.Controller
Deprecated. use setColorValueLabel() instead
setColorValue(int) - Method in class controlP5.ControllerGroup
set the color of the value label.
setColorValue(int) - Method in interface controlP5.ControllerInterface
 
setColorValue(int) - Method in class controlP5.ControlP5
set the value color of controllers.
setColorValue(int) - Method in class controlP5.ControlWindow
set the color of the values.
setColorValue(int) - Method in class controlP5.ListBox
set the color of the value label.
setColorValueLabel(int) - Method in class controlP5.Controller
 
setContent(String) - Method in class controlP5.ControlP5XMLElement
Changes the content string.
setContext(CDrawable) - Method in class controlP5.ControlWindow
 
setControlFont(ControlFont) - Method in class controlP5.ControlP5
 
setControlFont(PFont, int) - Method in class controlP5.ControlP5
 
setControlFont(PFont) - Method in class controlP5.ControlP5
 
setControlFont(ControlFont) - Method in class controlP5.Label
 
setControlFont(ControlFont) - Method in class controlP5.Textlabel
 
setControlFontSize(int) - Method in class controlP5.Label
 
setData(int, ChartData) - Method in class controlP5.Chart
 
setData(int, int, ChartData) - Method in class controlP5.Chart
 
setDataSet(ChartDataSet) - Method in class controlP5.Chart
 
setDataSet(int, ChartDataSet) - Method in class controlP5.Chart
 
setDecimalPrecision(int) - Method in class controlP5.Controller
sets the decimal precision of a controller's float value displayed.
setDefaultValue(float) - Method in class controlP5.Controller
set the default value.
setDefaultValue(int) - Method in class controlP5.Radio
Deprecated. set the default value of a Radio controller, in case no radio button is selected.
setDirection(int) - Method in class controlP5.MultiList
 
setDirection(int) - Method in class controlP5.Numberbox
set the direction for changing the numberbox value when dragging the mouse.
setDisplay(ControllerDisplay) - Method in class controlP5.Controller
use setDisplay to customize your controller look.
setDisplay(ControllerDisplay, int) - Method in class controlP5.Controller
 
setDisplayStyle(int) - Method in class controlP5.Knob
set the display style of a know.
setDoubleAttribute(String, double) - Method in class controlP5.ControlP5XMLElement
Adds or modifies an attribute.
setDragDirection(int) - Method in class controlP5.Knob
set the drag direction, when controlling a knob, parameter is either Controller.HORIZONTAL or Controller.VERTICAL.
setDraggable(boolean) - Method in class controlP5.Range
 
setDrawBackground(boolean) - Method in class controlP5.ControlWindow
by default the background of a controlWindow is filled with a backgorund color every frame.
setFilePath(String) - Method in class controlP5.ControlP5
set the path / filename of the xml file your controlP5 setup will be saved to.
setFixedSize(boolean) - Method in class controlP5.Label
 
setFocus(boolean) - Method in class controlP5.Textfield
set the textfield's focus to true or false.
setFont(int) - Method in class controlP5.Label
a textlabel is an image containing text rendered from a bitfont source image.
setFont(int) - Method in class controlP5.Textlabel
a textlabel is an image containing text rendered from a bitfont source image.
setForceState(int) - Method in class controlP5.ControllerSprite
 
setForeground(int) - Method in class controlP5.CColor
 
setGroup(String) - Method in class controlP5.Controller
set the group of the controller.
setGroup(ControllerGroup) - Method in class controlP5.Controller
 
setGroup(ControllerGroup) - Method in class controlP5.ControllerGroup
set the group of the controller.
setGroup(String) - Method in class controlP5.ControllerGroup
 
setHeight(int) - Method in class controlP5.Controller
 
setHeight(int) - Method in class controlP5.ControllerGroup
 
setHeight(int) - Method in class controlP5.Label
 
setHeight(int) - Method in class controlP5.ListBox
set the height of the list box.
setHeight(int) - Method in class controlP5.MultiListButton
set the height of a multlist button.
setHeight(int) - Method in class controlP5.Range
set the height of the slider.
setHeight(int) - Method in class controlP5.Slider
set the height of the slider.
setHeight(int) - Method in class controlP5.Tab
 
setHeight(int) - Method in class controlP5.Textarea
set the height of the textarea.
setHeight(int) - Method in class controlP5.Textlabel
 
setHighValue(float) - Method in class controlP5.Range
 
setId(int) - Method in class controlP5.Controller
set the id of the controller.
setId(int) - Method in class controlP5.ControllerGroup
 
setId(int) - Method in interface controlP5.ControllerInterface
 
setId(int) - Method in class controlP5.ListBoxItem
 
setImage(PImage) - Method in class controlP5.Controller
Controller.DEFAULT (background) Controller.OVER (foreground) Controller.ACTIVE (active)
setImage(PImage, int) - Method in class controlP5.Controller
 
setImage(PImage) - Method in class controlP5.RadioButton
Controller.DEFAULT (background) Controller.OVER (foreground) Controller.ACTIVE (active)
setImage(PImage, int) - Method in class controlP5.RadioButton
 
setImages(PImage, PImage, PImage) - Method in class controlP5.Controller
 
setImages(PImage, PImage, PImage, PImage) - Method in class controlP5.Controller
 
setImages(PImage, PImage, PImage) - Method in class controlP5.RadioButton
 
setIntAttribute(String, int) - Method in class controlP5.ControlP5XMLElement
Adds or modifies an attribute.
setInternalValue(float) - Method in class controlP5.Toggle
by default a toggle returns 0 (for off) and 1 (for on).
setInterval(int) - Method in class controlP5.Matrix
set the speed of intervals in millis iterating through the matrix.
setItemHeight(int) - Method in class controlP5.ListBox
set the height of list box items.
setItemHeight(int) - Method in class controlP5.RadioButton
set the height of a radioButton/checkBox item.
setItemHeight(int) - Method in class controlP5.ScrollList
 
setItemsPerRow(int) - Method in class controlP5.RadioButton
items for a radioButton or a checkBox are organized in columns and rows.
setItemWidth(int) - Method in class controlP5.RadioButton
set the width of a radioButton/checkBox item.
setLabel(String) - Method in class controlP5.Controller
set the label of the controller.
setLabel(String) - Method in class controlP5.ControllerGroup
set the label of the group.
setLabel(String) - Method in interface controlP5.ControllerInterface
 
setLabel(String) - Method in class controlP5.Tab
set the label of the group.
setLabel(String) - Method in class controlP5.TickMark
 
setLabelVisible(boolean) - Method in class controlP5.Controller
show or hide the labels of a controller.
setLength(int) - Method in class controlP5.TickMark
 
setLetterSpacing(int) - Method in class controlP5.Textlabel
set the letter spacing of the font.
setLineHeight(int) - Method in class controlP5.Textarea
set the lineheight of the textarea.
setLocation(int, int) - Method in class controlP5.ControlWindow
 
setLock(boolean) - Method in class controlP5.Controller
 
setLowValue(float) - Method in class controlP5.Range
 
setMargin(int, int, int, int) - Method in class controlP5.ControllerStyle
 
setMarginBottom(int) - Method in class controlP5.ControllerStyle
 
setMarginLeft(int) - Method in class controlP5.ControllerStyle
 
setMarginRight(int) - Method in class controlP5.ControllerStyle
 
setMarginTop(int) - Method in class controlP5.ControllerStyle
 
setMask(PImage) - Method in class controlP5.ControllerSprite
 
setMax(float) - Method in class controlP5.Controller
set the maximum level of the Controller.
setMax(float) - Method in class controlP5.Knob
set the maximum value of the knob.
setMax(float) - Method in class controlP5.Range
set the maximum value of the slider.
setMax(float) - Method in class controlP5.Slider
set the maximum value of the slider.
setMaxX(float) - Method in class controlP5.Slider2D
 
setMaxY(float) - Method in class controlP5.Slider2D
 
setMin(float) - Method in class controlP5.Controller
set the minimum level of the Controller.
setMin(float) - Method in class controlP5.Knob
set the minimum value of the knob.
setMin(float) - Method in class controlP5.Range
set the minimum value of the slider.
setMin(float) - Method in class controlP5.Slider
set the minimum value of the slider.
setMinX(float) - Method in class controlP5.Slider2D
 
setMinY(float) - Method in class controlP5.Slider2D
 
setMode(int) - Method in class controlP5.ControlCanvas
 
setMode(int) - Method in class controlP5.ControlWindow
Deprecated.  
setMode(int) - Method in class controlP5.ControlWindowCanvas
 
setMode(int) - Method in class controlP5.PAppletWindow
set the rendering mode of the PAppletWindow which can either be ControlP5.ECONOMIC or ControlP5.NORMAL.
setMode(int) - Method in class controlP5.Toggle
set the visual mode of a Toggle.
setMousePressed(boolean) - Method in class controlP5.Controller
 
setMousePressed(boolean) - Method in class controlP5.ControllerGroup
 
setMousePressed(boolean) - Method in interface controlP5.ControllerInterface
 
setMoveable(boolean) - Method in class controlP5.Controller
enable or prevent the controller to be moveable.
setMoveable(boolean) - Method in class controlP5.ControllerGroup
set the moveable status of the group.
setMoveable(boolean) - Method in class controlP5.ControlP5
disable Controllers to be moved around.
setMultiplier(float) - Method in class controlP5.Numberbox
 
setName(String) - Method in class controlP5.ControlP5XMLElement
Changes the name of the element.
setNoneSelectedAllowed(boolean) - Method in class controlP5.RadioButton
in order to always have 1 item selected, use setNoneSelectedAllowed(false).
setNumberOfTickMarks(int) - Method in class controlP5.Knob
 
setNumberOfTickMarks(int) - Method in class controlP5.Range
 
setNumberOfTickMarks(int) - Method in class controlP5.Slider
 
setOff() - Method in class controlP5.Button
If the button acts as a switch, setOff will turn off the switch.
setOffset(int, int) - Method in class controlP5.ControllerSprite
 
setOffset(float) - Method in class controlP5.Label
 
setOffsetAngle(float) - Method in class controlP5.Knob
Deprecated.  
setOn() - Method in class controlP5.Button
If the button acts as a switch, setOn will turn on the switch.
setOpen(boolean) - Method in class controlP5.ControllerGroup
 
setPadding(int, int, int, int) - Method in class controlP5.ControllerStyle
 
setPaddingBottom(int) - Method in class controlP5.ControllerStyle
 
setPaddingLeft(int) - Method in class controlP5.ControllerStyle
 
setPaddingRight(int) - Method in class controlP5.ControllerStyle
 
setPaddingTop(int) - Method in class controlP5.ControllerStyle
 
setParent(ControllerInterface) - Method in class controlP5.Controller
set the parent of a parent of a controller.
setParent(ControlP5) - Method in class controlP5.PAppletWindow
 
setPasswordMode(boolean) - Method in class controlP5.Textfield
set the mode of the textfield to password mode, each character is shown as a "*" like e.g.
setPosition(float, float) - Method in class controlP5.Controller
set the position of a controller.
setPosition(float, float) - Method in class controlP5.ControllerGroup
set the position of this controller.
setPosition(float, float) - Method in interface controlP5.ControllerInterface
 
setPosition(float, float) - Method in class controlP5.Textarea
set the position of the textarea.
setPosition(float, float) - Method in class controlP5.Textlabel
set the position of the textlabel.
setRange(float) - Method in class controlP5.Knob
set the range in between which the know operates.
setResolution(int) - Method in class controlP5.Chart
 
setResolution(float) - Method in class controlP5.Knob
resolution is a sensitivity value when dragging a knob.
setSize(int) - Method in class controlP5.ControlFont
 
setSize(PImage) - Method in class controlP5.Controller
 
setSize(int, int) - Method in class controlP5.Controller
 
setSize(PImage) - Method in class controlP5.RadioButton
 
setSize(int, int) - Method in class controlP5.RadioButton
 
setSliderMode(int) - Method in class controlP5.Range
 
setSliderMode(int) - Method in class controlP5.Slider
use the slider mode to set the mode of the slider bar, which can be Slider.FLEXIBLE or Slider.FIX
setSmooth(boolean) - Method in class controlP5.ControlFont
Deprecated.  
setSpacingColumn(int) - Method in class controlP5.RadioButton
set the (pixel) spacing between columns.
setSpacingRow(int) - Method in class controlP5.RadioButton
set the (pixel) spacing between rows.
setSpeedOfTime(float) - Method in class controlP5.ControlTimer
set the speed of time, for slow motion or high speed.
setSprite(ControllerSprite) - Method in class controlP5.Controller
 
setStartAngle(float) - Method in class controlP5.Knob
The start angle is a value between 0 and TWO_PI.
setState(int) - Method in class controlP5.ControllerSprite
 
setState(boolean) - Method in class controlP5.Toggle
set the state of the toggle, which can be true or false.
setStringValue(String) - Method in class controlP5.Tab
set the string value of the tab.
setStrokeWeight(float) - Method in class controlP5.Chart
 
setStrokeWeight(int) - Method in class controlP5.ChartDataSet
 
setSwitch(boolean) - Method in class controlP5.Button
turn a button into a switch, or use toggle instead.
setTab(String) - Method in class controlP5.Controller
set the tab of the controller.
setTab(ControlWindow, String) - Method in class controlP5.Controller
 
setTab(String) - Method in class controlP5.ControllerGroup
set the tab of the controller.
setTab(ControlWindow, String) - Method in class controlP5.ControllerGroup
 
setTab(Tab) - Method in class controlP5.ControllerGroup
set the tab of the controller.
setTabEventsActive(boolean) - Method in class controlP5.ControlP5
 
setTagName(String) - Method in class controlP5.ControlP5XMLElement
Deprecated. Use setName instead.
setText(String) - Method in class controlP5.ChartData
 
setText(String) - Method in class controlP5.Textarea
set the text of the textarea.
setText(String) - Method in class controlP5.Textfield
setText does set the text of a textfield, but will not broadcast its value.
setTickMarkLength(int) - Method in class controlP5.Knob
 
setTickMarkWeight(float) - Method in class controlP5.Knob
 
setTitle(String) - Method in class controlP5.ControlWindow
set the title of a control window.
setTitle(String) - Method in class controlP5.PAppletWindow
 
setTotalStates(int) - Method in class controlP5.ControllerSprite
 
setTriggerEvent(int) - Method in class controlP5.Bang
by default a bang is triggered when the mouse is pressed.
setUndecorated(boolean) - Method in class controlP5.ControlWindow
 
setup() - Method in class controlP5.MultiList
 
setup() - Method in class controlP5.PAppletWindow
 
setUpdate(boolean) - Method in class controlP5.Controller
disable the update function for a controller.
setUpdate(boolean) - Method in class controlP5.ControllerGroup
enable or disable the update function of a controller.
setUpdate(boolean) - Method in interface controlP5.ControllerInterface
 
setUpdate(boolean) - Method in class controlP5.ControlP5
 
setUpdate(boolean) - Method in class controlP5.ControlWindow
enable or disable the update function of a control window.
setUpdateMode(int) - Method in class controlP5.ControlWindow
set the draw mode of a control window.
setUrlPath(String) - Method in class controlP5.ControlP5
you can set an url an e.g.
setUrlPath(String, String) - Method in class controlP5.ControlP5
you can set an url e.g.
setUserInteraction(boolean) - Method in class controlP5.Controller
TODO
setValue(float) - Method in class controlP5.Bang
set the value of the bang controller.
setValue(float) - Method in class controlP5.Button
set the value of the button controller.
setValue(float) - Method in class controlP5.Chart
 
setValue(float) - Method in class controlP5.ChartData
 
setValue(float) - Method in class controlP5.ControlBehavior
set the value of the controller.
setValue(float) - Method in class controlP5.Controller
set the value of the controller.
setValue(float) - Method in class controlP5.Knob
 
setValue(float) - Method in class controlP5.Matrix
 
setValue(float) - Method in class controlP5.MultiList
 
setValue(float) - Method in class controlP5.Numberbox
set the value of the numberbox.
setValue(float) - Method in class controlP5.Radio
Deprecated.  
setValue(float) - Method in class controlP5.Range
set the value of the range-slider.
setValue(float) - Method in class controlP5.Slider
set the value of the slider.
setValue(float) - Method in class controlP5.Slider2D
 
setValue(float) - Method in class controlP5.Tab
set the value of the tab.
setValue(float) - Method in class controlP5.Textfield
 
setValue(String) - Method in class controlP5.Textfield
set the value of the textfield and will broadcast the new string value immediately.
setValue(float) - Method in class controlP5.Textlabel
 
setValue(String) - Method in class controlP5.Textlabel
set the text of the textlabel.
setValue(float) - Method in class controlP5.Toggle
 
setValue(boolean) - Method in class controlP5.Toggle
 
setValueLabel(int) - Method in class controlP5.CColor
 
setValueLabel(String) - Method in class controlP5.Controller
set or change the value of the value label of a controller.
setVisible(boolean) - Method in class controlP5.Controller
set the visibility of a controller.
setVisible(boolean) - Method in class controlP5.ControllerGroup
set the group's visibility.
setVisible(boolean) - Method in class controlP5.Label
 
setWidth(int) - Method in class controlP5.Controller
 
setWidth(int) - Method in class controlP5.ControllerGroup
 
setWidth(int) - Method in class controlP5.Label
 
setWidth(int) - Method in class controlP5.ListBox
 
setWidth(int) - Method in class controlP5.MultiListButton
set the width of a multlist button.
setWidth(int) - Method in class controlP5.Range
set the width of the slider.
setWidth(int) - Method in class controlP5.Slider
set the width of the slider.
setWidth(int) - Method in class controlP5.Tab
 
setWidth(int) - Method in class controlP5.Textarea
set the width of the textarea.
setWidth(int) - Method in class controlP5.Textlabel
 
setWindow(PApplet) - Method in class controlP5.Controller
Deprecated.  
setWindow(ControlWindow) - Method in class controlP5.Controller
Deprecated.  
setWithCursorPosition(String, int) - Method in class controlP5.Label
 
setWithCursorPosition(String, int, int) - Method in class controlP5.Label
 
SHIFT - Static variable in interface controlP5.ControlP5Constants
 
show() - Method in class controlP5.Controller
show the controller.
show() - Method in class controlP5.ControllerGroup
show the group.
show() - Method in interface controlP5.ControllerInterface
 
show() - Method in class controlP5.ControlP5
show all controllers and tabs in your sketch.
show() - Method in class controlP5.ControlWindow
show the controllers and tabs of the ControlWindow.
showBar() - Method in class controlP5.ControlGroup
 
showCoordinates() - Method in class controlP5.ControlWindow
shows the xy coordinates displayed in the title of a control window.
showCoordinates() - Method in class controlP5.PAppletWindow
 
showScrollbar() - Method in class controlP5.ListBox
show the scrollbar.
showScrollbar() - Method in class controlP5.ScrollList
 
showScrollbar() - Method in class controlP5.Textarea
 
showTickMarks(boolean) - Method in class controlP5.Knob
 
showTickMarks(boolean) - Method in class controlP5.Range
 
showTickMarks(boolean) - Method in class controlP5.Slider
 
size() - Method in class controlP5.Chart
 
size() - Method in class controlP5.ControlFont
 
size() - Method in class controlP5.ControllerList
 
sizeDrawable() - Method in class controlP5.ControllerList
 
Slider - Class in controlP5
a slider is either used horizontally or vertically.
Slider(ControlP5, ControllerGroup, String, float, float, float, int, int, int, int) - Constructor for class controlP5.Slider
 
Slider2D - Class in controlP5
 
snapToTickMarks(boolean) - Method in class controlP5.Knob
 
snapToTickMarks(boolean) - Method in class controlP5.Range
 
snapToTickMarks(boolean) - Method in class controlP5.Slider
 
SPRITE - Static variable in interface controlP5.ControlP5Constants
 
standard56 - Static variable in class controlP5.BitFontRenderer
 
standard56 - Static variable in class controlP5.ControlP5
 
standard58 - Static variable in class controlP5.BitFontRenderer
 
standard58 - Static variable in class controlP5.ControlP5
 
STRING - Static variable in interface controlP5.ControlP5Constants
 
stringValue() - Method in class controlP5.ControlEvent
returns a string value if applicable to the controller e.g.
stringValue() - Method in class controlP5.ControlGroup
!!! experimental, see ControllerGroup.value()
stringValue() - Method in class controlP5.Controller
set the current string value of a controller.
stringValue() - Method in class controlP5.ControllerGroup
 
stringValue() - Method in interface controlP5.ControllerInterface
 
stringValue() - Method in class controlP5.DropdownList
 
stringValue() - Method in class controlP5.Tab
get the string value of the tab.
stringValue() - Method in class controlP5.Textarea
returns the content of the textarea's label.
style() - Method in class controlP5.Label
 
sub(CVector3f) - Method in class controlP5.CVector3f
 
subelements() - Method in class controlP5.MultiList
 
subelements() - Method in class controlP5.MultiListButton
 
subelements() - Method in interface controlP5.MultiListInterface
 
submit() - Method in class controlP5.Textfield
make the controller execute a return event.
SWITCH - Static variable in interface controlP5.ControlP5Constants
 
SWITCH_BACK - Static variable in interface controlP5.ControlP5Constants
 
SWITCH_FORE - Static variable in interface controlP5.ControlP5Constants
 
synt24 - Static variable in class controlP5.BitFontRenderer
 
synt24 - Static variable in class controlP5.ControlP5
 

T

TAB - Static variable in class controlP5.ControlEvent
 
tab() - Method in class controlP5.ControlEvent
return the tab that evoked the event.
tab(String) - Method in class controlP5.ControlP5
get a tab by name.
tab(ControlWindow, String) - Method in class controlP5.ControlP5
get a tab by name from a specific controlwindow.
TAB - Static variable in interface controlP5.ControlP5Constants
 
tab(String) - Method in class controlP5.ControlWindow
get a tab by name of a control window
Tab - Class in controlP5
Tab extends ControllerGroup, for more available methods see the ControllerGroup documentation.
Tab(ControlP5, ControlWindow, String) - Constructor for class controlP5.Tab
 
tabs() - Method in class controlP5.ControlWindow
 
text() - Method in class controlP5.Textarea
returns the text content of the textarea .
Textarea - Class in controlP5
 
Textarea(ControlP5, ControllerGroup, String, String, int, int, int, int) - Constructor for class controlP5.Textarea
 
Textarea(String, int, int) - Constructor for class controlP5.Textarea
 
Textfield - Class in controlP5
description for singleline textfield.
Textfield(ControlP5, ControllerGroup, String, String, int, int, int, int) - Constructor for class controlP5.Textfield
 
textHeight() - Method in class controlP5.Label
 
Textlabel - Class in controlP5
a textlabel is an image containing text rendered from a bitfont source image.
Textlabel(PApplet, String, int, int, int, int, int, int) - Constructor for class controlP5.Textlabel
..
Textlabel(PApplet, String, int, int) - Constructor for class controlP5.Textlabel
..
Textlabel(PApplet, String, int, int, int, int) - Constructor for class controlP5.Textlabel
 
TickMark - Class in controlP5
 
time() - Method in class controlP5.ControlTimer
get the time in milliseconds since the timer was started.
title() - Method in class controlP5.PAppletWindow
 
toggle(int) - Method in class controlP5.CheckBox
toggle a single checkbox item (by index);
toggle(String) - Method in class controlP5.CheckBox
deactivate a single checkbox item (by name);
toggle(int) - Method in class controlP5.RadioButton
 
Toggle - Class in controlP5
a toggle can have two states, true and false, where true has the value 1 and false is 0.
Toggle(ControlP5, Tab, String, float, float, float, int, int) - Constructor for class controlP5.Toggle
 
toggle() - Method in class controlP5.Toggle
switch the state of a toggle.
toggleUndecorated() - Method in class controlP5.ControlWindow
 
TOP - Static variable in interface controlP5.ControlP5Constants
 
toString() - Method in class controlP5.Bang
 
toString() - Method in class controlP5.Button
 
toString() - Method in class controlP5.CColor
 
toString() - Method in class controlP5.CheckBox
 
toString() - Method in class controlP5.ColorPicker
 
toString() - Method in class controlP5.ControlGroup
 
toString() - Method in class controlP5.Controller
 
toString() - Method in class controlP5.ControllerGroup
 
toString() - Method in class controlP5.ControlP5XMLElement
Writes the XML element to a string.
toString() - Method in class controlP5.ControlTimer
return a string representation of the current status of the timer.
toString() - Method in class controlP5.CRect
 
toString() - Method in class controlP5.CVector3f
 
toString() - Method in class controlP5.Label
 
toString() - Method in class controlP5.RadioButton
 
toUpperCase(boolean) - Method in class controlP5.Label
set the text of the label to upperCase.
trigger() - Method in class controlP5.Controller
Deprecated.  
trigger() - Method in class controlP5.ControlP5
Deprecated.  
TWO_PI - Static variable in interface controlP5.ControlP5Constants
 
type() - Method in class controlP5.ControlEvent
 

U

UNDEFINDED - Static variable in class controlP5.ControlEvent
 
unlock() - Method in class controlP5.Controller
enables the controller to be moved, changed and controlled by the user.
unlock() - Method in class controlP5.ControlP5
Deprecated.  
unplugFrom(Object[]) - Method in class controlP5.Controller
 
unplugFrom(Object) - Method in class controlP5.Controller
 
UP - Static variable in interface controlP5.ControlP5Constants
 
UP - Static variable in class controlP5.Numberbox
 
update() - Method in class controlP5.Bang
 
update() - Method in class controlP5.Button
updates the value of the controller without having to set the value explicitly.
update() - Method in class controlP5.ControlBehavior
when extending ControlBehavior, update() has to be overwritten.
update() - Method in class controlP5.Controller
updates the value of the controller without having to set the value explicitly.
update() - Method in class controlP5.ControllerGroup
call update if you want to update the value of or function call of a controller.
update() - Method in interface controlP5.ControllerInterface
 
update() - Method in class controlP5.ControllerSprite
 
update() - Method in class controlP5.ControlP5
 
update() - Method in class controlP5.ControlTimer
 
update() - Method in class controlP5.ControlWindow
update all controllers contained in the control window if update is enabled.
update(ControlWindow) - Method in class controlP5.ControlWindowKeyHandler
 
update() - Method in class controlP5.Knob
 
update() - Method in class controlP5.Matrix
 
update(PApplet) - Method in class controlP5.MultiList
 
update() - Method in class controlP5.MultiList
 
update() - Method in class controlP5.Numberbox
 
update() - Method in class controlP5.Radio
Deprecated.  
update() - Method in class controlP5.Range
 
update() - Method in class controlP5.Slider
 
update() - Method in class controlP5.Textfield
 
update() - Method in class controlP5.Textlabel
 
update() - Method in class controlP5.Toggle
 
updateAbsolutePosition() - Method in class controlP5.Controller
 
updateAbsolutePosition() - Method in class controlP5.ControllerGroup
 
updateAbsolutePosition() - Method in interface controlP5.ControllerInterface
 
updateData(float[]) - Method in class controlP5.Chart
 
updateData(int, float[]) - Method in class controlP5.Chart
 
updateDisplayMode(int) - Method in class controlP5.Bang
 
updateDisplayMode(int) - Method in class controlP5.Button
}
updateDisplayMode(int) - Method in class controlP5.Chart
 
updateDisplayMode(int) - Method in class controlP5.Knob
 
updateDisplayMode(int) - Method in class controlP5.Matrix
 
updateDisplayMode(int) - Method in class controlP5.Numberbox
 
updateDisplayMode(int) - Method in class controlP5.Slider
 
updateDisplayMode(int) - Method in class controlP5.Slider2D
 
updateDisplayMode(int) - Method in class controlP5.Toggle
 
updateEvents() - Method in class controlP5.Controller
updateEvents is used for internal updates of a controller.
updateEvents() - Method in class controlP5.ControllerGroup
 
updateEvents() - Method in interface controlP5.ControllerInterface
 
updateEvents() - Method in class controlP5.ControlWindow
 
updateInternalEvents(PApplet) - Method in class controlP5.Controller
TODO
updateInternalEvents(PApplet) - Method in class controlP5.ControllerGroup
 
updateInternalEvents(PApplet) - Method in interface controlP5.ControllerInterface
a method for putting input events like e.g.
updateInternalEvents(PApplet) - Method in class controlP5.Knob
 
updateInternalEvents(PApplet) - Method in class controlP5.Matrix
 
updateInternalEvents(PApplet) - Method in class controlP5.Numberbox
 
updateInternalEvents(PApplet) - Method in class controlP5.Range
 
updateInternalEvents(PApplet) - Method in class controlP5.Slider
 
updateInternalEvents(PApplet) - Method in class controlP5.Slider2D
 
updateLayout() - Method in class controlP5.RadioButton
 
updateLocation(float, float) - Method in class controlP5.MultiList
 
updateLocation(float, float) - Method in class controlP5.MultiListButton
 
updateLocation(float, float) - Method in interface controlP5.MultiListInterface
 
updateRect(float, float, float, float) - Method in class controlP5.MultiListButton
 
updateSize() - Method in class controlP5.Controller
 
urlPath() - Method in class controlP5.ControlP5
get the current url path where your controlP5 setup will be save to a remote server e.g.

V

value() - Method in class controlP5.ControlBehavior
get the value of the controller this behavior is connected to.
value() - Method in class controlP5.ControlEvent
returns the value of the controller as float.
value() - Method in class controlP5.ControlGroup
!!! experimental, see ControllerGroup.value()
value() - Method in class controlP5.Controller
get the current value of the controller.
value() - Method in class controlP5.ControllerGroup
!!! experimental, have to check if this spoils anything.
value() - Method in interface controlP5.ControllerInterface
 
value() - Method in class controlP5.Knob
 
value() - Method in class controlP5.Tab
get the value of the tab.
value() - Method in class controlP5.Textarea
 
valueLabel() - Method in class controlP5.Controller
returns the caption label of the controller.
valueLabel() - Method in class controlP5.ControllerGroup
 
valueLabel() - Method in class controlP5.Textarea
returns the instance of the textarea's label.
valueLabel() - Method in class controlP5.Textlabel
 
valueLabelPositioning - Variable in class controlP5.Range
 
valueLabelPositioning - Variable in class controlP5.Slider
 
values() - Method in class controlP5.ChartDataSet
 
VERBOSE - Static variable in interface controlP5.ControlP5Constants
 
VERSION - Static variable in class controlP5.ControlP5
 
version() - Method in class controlP5.ControlP5
get the current version of controlP5
VERTICAL - Static variable in interface controlP5.ControlP5Constants
 

W

width() - Method in class controlP5.ControllerSprite
 
width() - Method in class controlP5.CRect
 
width(float) - Method in class controlP5.CRect
 
width() - Method in class controlP5.Label
 
window(PApplet) - Method in class controlP5.ControlP5
 
window(String) - Method in class controlP5.ControlP5
get a ControlWindow by name.
window() - Method in class controlP5.ControlWindowCanvas
 
windowActivated(WindowEvent) - Method in class controlP5.PAppletWindow
 
windowClosed(WindowEvent) - Method in class controlP5.PAppletWindow
 
windowClosing(WindowEvent) - Method in class controlP5.PAppletWindow
 
windowDeactivated(WindowEvent) - Method in class controlP5.PAppletWindow
 
windowDeiconified(WindowEvent) - Method in class controlP5.PAppletWindow
 
windowIconified(WindowEvent) - Method in class controlP5.PAppletWindow
 
windowOpened(WindowEvent) - Method in class controlP5.PAppletWindow
 
write(Label) - Method in class controlP5.BitFontRenderer
 
write(Writer) - Method in class controlP5.ControlP5XMLElement
Writes the XML element to a writer.

X

x() - Method in class controlP5.CRect
 
x(float) - Method in class controlP5.CRect
 
x - Variable in class controlP5.CVector3f
 
x() - Method in class controlP5.CVector3f
 
x0() - Method in class controlP5.CRect
 
x0(float) - Method in class controlP5.CRect
 
x1() - Method in class controlP5.CRect
 
x1(float) - Method in class controlP5.CRect
 

Y

y() - Method in class controlP5.CRect
 
y(float) - Method in class controlP5.CRect
 
y - Variable in class controlP5.CVector3f
 
y() - Method in class controlP5.CVector3f
 
y0() - Method in class controlP5.CRect
 
y0(float) - Method in class controlP5.CRect
 
y1() - Method in class controlP5.CRect
 
y1(float) - Method in class controlP5.CRect
 

Z

z - Variable in class controlP5.CVector3f
 
z() - Method in class controlP5.CVector3f
 

_

_myControllerStyle - Variable in class controlP5.Label
 

A B C D E F G H I K L M N O P R S T U V W X Y Z _

processing library controlP5 by Andreas Schlegel. (c) 2010