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
 
activate(int) - Method in class controlP5.CheckBox
activate an individual item of the checkox-item-list.
activate(String) - Method in class controlP5.CheckBox
 
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
 
activateAll() - Method in class controlP5.CheckBox
activate all checkBox items.
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.
add(ControllerInterface) - Method in class controlP5.Controller
 
add(ControllerInterface) - Method in class controlP5.ControllerGroup
 
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.ControlP5
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.ControlP5
a button to controlP5.
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
 
addCheckBox(String, int, int) - Method in class controlP5.ControlP5
 
addChild(ControlP5XMLElement) - Method in class controlP5.ControlP5XMLElement
Adds a child element.
addCloseButton() - Method in class controlP5.ControlGroup
add a close button to the controlbar of this controlGroup.
addControlWindow(String, int, int) - Method in class controlP5.ControlP5
create a new ControlWindow.
addControlWindow(String, int, int, int, int) - Method in class controlP5.ControlP5
 
addControlWindow(String, int, int, int, int, int) - Method in class controlP5.ControlP5
 
addControlWindow(String, int, int, int, int, String, int) - Method in class controlP5.ControlP5
create a new ControlWindow.
addDrawable(CDrawable) - Method in class controlP5.ControllerGroup
 
addGroup(String, int, int, int) - Method in class controlP5.ControlP5
add a group to controlP5.
addGroup(String, int, int) - Method in class controlP5.ControlP5
 
addItem(String, int) - Method in class controlP5.ListBox
add an item to the scrollList.
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.ControlP5
add a knob to your controlP5 setup.
addKnob(String, float, float, float, int, int, int) - Method in class controlP5.ControlP5
add a knob to controlP5.
addListBox(String, int, int, int, int) - Method in class controlP5.ControlP5
 
addListener(ControlListener) - Method in class controlP5.Controller
add a listener to the controller.
addMatrix(String, int, int, int, int, int, int) - Method in class controlP5.ControlP5
 
addMultiList(String, int, int, int, int) - Method in class controlP5.ControlP5
 
addNumberbox(String, int, int, int, int) - Method in class controlP5.ControlP5
add a numberbox to controlP5.
addNumberbox(String, float, int, int, int, int) - Method in class controlP5.ControlP5
add a numberbox to controlP5.
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.ControlP5
add a radio list to controlP5.
addRadio(String, int, int, int, int, int) - Method in class controlP5.ControlP5
 
addRadioButton(String, int, int) - Method in class controlP5.ControlP5
 
addRange(String, float, float, float, float, int, int, int, int) - Method in class controlP5.ControlP5
 
addRange(String, float, float, int, int, int, int) - Method in class controlP5.ControlP5
add a slider to controlP5.
addScrollList(String, int, int, int, int) - Method in class controlP5.ControlP5
add a scroll list to controlP5.
addSlider(String, float, float, float, int, int, int, int) - Method in class controlP5.ControlP5
add a slider to controlP5.
addSlider(String, float, float, int, int, int, int) - Method in class controlP5.ControlP5
add a slider to controlP5.
addTab(String) - Method in class controlP5.ControlP5
add a tab to controlP5.
addTab(PApplet, String) - Method in class controlP5.ControlP5
 
addTab(ControlWindow, String) - Method in class controlP5.ControlP5
 
addTab(String) - Method in class controlP5.ControlWindow
 
addTextarea(String, String, int, int, int, int) - Method in class controlP5.ControlP5
add a textlabel to controlP5.
addTextfield(String, int, int, int, int) - Method in class controlP5.ControlP5
add a textfield to controlP5.
addTextlabel(String, String, int, int) - Method in class controlP5.ControlP5
 
addToggle(String, boolean, float, float, int, int) - Method in class controlP5.ControlP5
add a toggle to controlP5.
addToggle(String, float, float, int, int) - Method in class controlP5.ControlP5
add a toggle to controlP5.
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Bang
 
addToXMLElement(ControlP5XMLElement) - Method in class controlP5.Button
 
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.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.
ALT - Static variable in interface controlP5.ControlP5Constants
 
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.
behavior() - Method in class controlP5.Controller
get the behavior of the controller.
BitFontRenderer - Class in controlP5
 
BitFontRenderer() - Constructor for class controlP5.BitFontRenderer
 
bitFontRenderer - Static variable in class controlP5.Label
 
BOOLEAN - Static variable in interface controlP5.ControlP5Constants
 
broadcast(ControlEvent, int) - Method in class controlP5.ControlBroadcaster
 
Button - Class in controlP5
a button executes after release and can be applied to methods and functions.
Button() - Constructor for class controlP5.Button
 
Button(ControlP5, String) - Constructor for class controlP5.Button
 

C

captionLabel() - Method in class controlP5.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
 
changeValue(float) - Method in class controlP5.Controller
set the value of the controller without sending the broadcast event.
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.Textfield
clear the current content of the textfield.
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.  
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 can be extended, update() has to be implemented.
ControlBehavior() - Constructor for class controlP5.ControlBehavior
 
ControlBroadcaster - Class in controlP5
 
controlbroadcaster() - Method in class controlP5.ControlP5
 
ControlCanvas - Class in controlP5
be warned, for now ControlCanvas and ControlWindowCanvas are EXPERIMENTAL and will undergo changes in the future! use a controlWindowCanvas to draw your own content into a control window.
ControlCanvas() - Constructor for class controlP5.ControlCanvas
 
ControlClassLoader - Class in controlP5
 
ControlClassLoader() - Constructor for class controlP5.ControlClassLoader
 
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
!!! 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
 
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.
ControlGroup - Class in controlP5
ControlGroup extends ControllerGroup, for a list and documentation for available methods see the ControllerGroup documentation.
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() - 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.
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
 
ControllerStyle - Class in controlP5
 
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
 
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 outsource 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
be warned, for now ControlWindowCanvas and ControlCanvas are EXPERIMENTAL and will undergo changes in the future! use a controlWindowCanvas to draw your own content into a control window.
ControlWindowCanvas() - Constructor for class controlP5.ControlWindowCanvas
 
ControlWindowKeyHandler - Class in controlP5
the key control for the ControlWindows is a hassle because when re/loading settings, it takes a bit till the frame of a ControlWindow is closed and disposed.
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.
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(String) - Method in class controlP5.CheckBox
 
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
 
DECREASE - 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
 
disableColorBackground() - Method in class controlP5.Label
 
disableColorBackground() - Method in class controlP5.Textarea
 
disableMask() - Method in class controlP5.ControllerSprite
 
disableSprite() - Method in class controlP5.Controller
 
DOWN - Static variable in interface controlP5.ControlP5Constants
 
DOWN - Static variable in class controlP5.Numberbox
 
draw(PApplet) - Method in class controlP5.Bang
 
draw(PApplet) - Method in class controlP5.Button
 
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
 
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) - Method in class controlP5.Knob
 
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.Matrix
 
draw(PApplet) - Method in class controlP5.MultiList
 
draw(PApplet) - Method in interface controlP5.MultiListInterface
 
draw(PApplet) - Method in class controlP5.Numberbox
 
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.Slider
 
draw(PApplet) - Method in class controlP5.Textfield
 
draw(PApplet) - Method in class controlP5.Textlabel
draw the textlabel.
draw(PApplet) - Method in class controlP5.Toggle
 

E

ECONOMIC - Static variable in class controlP5.ControlWindow
 
ECONOMIC - Static variable in class controlP5.PAppletWindow
 
enableColorBackground() - Method in class controlP5.Label
 
enableColorBackground() - Method in class controlP5.Textarea
 
enableMask() - Method in class controlP5.ControllerSprite
 
enableSprite() - Method in class controlP5.Controller
 
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
 
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.
findClass(String) - Method in class controlP5.ControlClassLoader
 
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
 
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
 
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.
getBackgroundHeight() - Method in class controlP5.ControlGroup
 
getBooleanAttribute(String, String, String, boolean) - Method in class controlP5.ControlP5XMLElement
Returns an attribute of the element.
getChildren() - Method in class controlP5.ControlP5XMLElement
Returns the child elements as a Vector.
getColor() - Method in class controlP5.Controller
 
getColor() - Method in class controlP5.ControllerGroup
 
getColor() - Method in class controlP5.Label
 
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
 
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.
getDrawable(int) - Method in class controlP5.ControllerList
 
getFont() - Method in class controlP5.Label
returns the index of the current bitFont.
getGroup(String) - Method in class controlP5.ControlP5
get a group by name.
getHeight() - Method in class controlP5.Controller
 
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.
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.
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.
getName() - Method in class controlP5.ControlP5XMLElement
Returns the name of the element.
getPFont() - Method in class controlP5.ControlFont
 
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.
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.
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
 
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.
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.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.
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
 
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() - 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
 
hideScrollbar() - Method in class controlP5.ScrollList
 
hideScrollbar() - Method in class controlP5.Textarea
 
highValue() - Method in class controlP5.Range
 
hour() - Method in class controlP5.ControlTimer
Hour position of the timer in international format (0-23).

I

id() - Method in class controlP5.Controller
get the id of the controller.
id() - Method in class controlP5.ControllerGroup
 
id() - Method in interface controlP5.ControllerInterface
 
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.
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
 
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 been pressed.
isMousePressed() - Method in class controlP5.ControlWindow
 
isMoveable() - Method in class controlP5.ControllerGroup
check if the group is moveable.
isOpen() - Method in class controlP5.ControllerGroup
 
isScrollbarVisible() - Method in class controlP5.ListBox
 
isScrollbarVisible() - Method in class controlP5.ScrollList
 
isScrollbarVisible() - Method in class controlP5.Textarea
 
isShiftDown - Variable in class controlP5.ControlWindowKeyHandler
 
isSmooth() - Method in class controlP5.ControlFont
 
isTab() - Method in class controlP5.ControlEvent
check if the event was evoked by a tab.
isToUpperCase - Variable in class controlP5.Label
 
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.
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
 

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
 
lineHeight() - Method in class controlP5.Label
Deprecated.  
ListBox - Class in controlP5
 
listenerSize() - Method in class controlP5.Controller
 
load(String) - Method in class controlP5.ControlClassLoader
 
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.ControlP5
lock ControlP5 to disable moving Controllers around.
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
 
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
 
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.MultiListButton
 
mouseReleasedOutside() - Method in class controlP5.Numberbox
 
mouseReleasedOutside() - Method in class controlP5.Range
 
mouseWheelMoved(MouseWheelEvent) - Method in class controlP5.ControlWindow
 
MOVE - Static variable in class controlP5.Controller
 
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(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(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
 
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.Slider
 
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
 

P

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.
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
 
play() - Method in class controlP5.PAppletWindow
 
plug(String, String) - Method in class controlP5.ControlBroadcaster
 
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 class controlP5.Controller
 
PRINT - Static variable in interface controlP5.ControlP5Constants
 

R

Radio - Class in controlP5
Deprecated. use RadioButton or CheckBox instead
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
a radioButton is a list of toggles that can be turned on or off.
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 class controlP5.Controller
 
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(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
remove the close button.
removeItem(String) - Method in class controlP5.ListBox
remove an item from the scroll 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.
removeListener(ControlListener) - Method in class controlP5.Controller
remove a listener from the controller.
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
 
setActive(boolean) - Method in class controlP5.ControlBehavior
(de)activate the behavior.
setActive(boolean) - Method in class controlP5.Tab
 
setArrayValue(float[]) - Method in class controlP5.Controller
 
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.ControlWindow
set the background color of the control window.
setBackgroundColor(int) - Method in class controlP5.ControlGroup
 
setBackgroundHeight(int) - Method in class controlP5.ControlGroup
 
setBarHeight(int) - Method in class controlP5.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(String) - Method in class controlP5.Controller
set or change the content of the caption label of a controller.
setColor(int) - Method in class controlP5.Label
 
setColor(int, boolean) - Method in class controlP5.Label
 
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.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.Radio
Deprecated.  
setColorBackground(int) - Method in class controlP5.Textarea
 
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.Radio
Deprecated.  
setColorLabel(int) - Method in class controlP5.Controller
set the color of the text label of the controller.
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.Radio
Deprecated.  
setColorValue(int) - Method in class controlP5.Controller
set the color of the value label of the controller.
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.
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
 
setControlFontSize(int) - Method in class controlP5.Label
 
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.Numberbox
 
setDoubleAttribute(String, double) - Method in class controlP5.ControlP5XMLElement
Adds or modifies an attribute.
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.
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.Label
 
setHeight(int) - Method in class controlP5.ListBox
 
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
 
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(long) - Method in class controlP5.Matrix
set the speed of intervals in millis iterating through the matrix.
setItemHeight(int) - Method in class controlP5.ListBox
 
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.
setLabelVisible(boolean) - Method in class controlP5.Controller
show or hide the labels of a controller.
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.
setLowValue(float) - Method in class controlP5.Range
 
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 level 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.
setMin(float) - Method in class controlP5.Controller
set the minimum level of the Controller.
setMin(float) - Method in class controlP5.Knob
set the minimum level 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.
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
 
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.
setMultiplier(float) - Method in class controlP5.Numberbox
 
setName(String) - Method in class controlP5.ControlP5XMLElement
Changes the name of the element.
setOffset(int, int) - Method in class controlP5.ControllerSprite
 
setOffset(float) - Method in class controlP5.Label
 
setOffsetAngle(float) - Method in class controlP5.Knob
 
setOpen(boolean) - Method in class controlP5.ControllerGroup
 
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.
setSize(int) - Method in class controlP5.ControlFont
 
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
 
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
 
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.
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.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.
setTitle(String) - Method in class controlP5.ControlWindow
set the title of a control window.
setTitle(String) - Method in class controlP5.PAppletWindow
 
setTriggerEvent(int) - Method in class controlP5.Bang
by default a bang is triggered when the mouse is pressed.
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.
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.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 slider.
setValue(float) - Method in class controlP5.Slider
set the value of the slider.
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
 
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.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
 
showScrollbar() - Method in class controlP5.ScrollList
 
showScrollbar() - Method in class controlP5.Textarea
 
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
 
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.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_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() - 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
 
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(String) - Method in class controlP5.CheckBox
 
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.
toString() - Method in class controlP5.CColor
 
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
 
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
 

U

unlock() - Method in class controlP5.ControlP5
unlock ControlP5 to enable moving Controllers around.
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
 
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
 
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
 
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
 
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.Tab
get the value of the tab.
value() - Method in class controlP5.Textarea
 
valueLabel() - Method in class controlP5.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
 
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

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 a label to the display window.
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