mirror of
https://github.com/sojamo/controlp5
synced 2024-11-26 07:34:55 +01:00
1044 lines
45 KiB
HTML
1044 lines
45 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_51) on Sun Apr 27 21:39:47 SGT 2014 -->
|
|
<title>ControllerInterface (Javadocs: controlP5)</title>
|
|
<meta name="date" content="2014-04-27">
|
|
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="ControllerInterface (Javadocs: controlP5)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../controlP5/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../index-all.html">Index</a></li>
|
|
<li><a href="../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../controlP5/ControllerGroup.html" title="class in controlP5"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../controlP5/ControllerList.html" title="class in controlP5"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../index.html?controlP5/ControllerInterface.html" target="_top">Frames</a></li>
|
|
<li><a href="ControllerInterface.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li>Field | </li>
|
|
<li>Constr | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li>Field | </li>
|
|
<li>Constr | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<div class="header">
|
|
<div class="subTitle">controlP5</div>
|
|
<h2 title="Interface ControllerInterface" class="title">Interface ControllerInterface<T></h2>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<dl>
|
|
<dt>All Known Implementing Classes:</dt>
|
|
<dd><a href="../controlP5/Accordion.html" title="class in controlP5">Accordion</a>, <a href="../controlP5/Bang.html" title="class in controlP5">Bang</a>, <a href="../controlP5/BoundingBox.html" title="class in controlP5">BoundingBox</a>, <a href="../controlP5/Button.html" title="class in controlP5">Button</a>, <a href="../controlP5/Chart.html" title="class in controlP5">Chart</a>, <a href="../controlP5/CheckBox.html" title="class in controlP5">CheckBox</a>, <a href="../controlP5/ColorPicker.html" title="class in controlP5">ColorPicker</a>, <a href="../controlP5/ColorWheel.html" title="class in controlP5">ColorWheel</a>, <a href="../controlP5/ControlGroup.html" title="class in controlP5">ControlGroup</a>, <a href="../controlP5/Controller.html" title="class in controlP5">Controller</a>, <a href="../controlP5/ControllerGroup.html" title="class in controlP5">ControllerGroup</a>, <a href="../controlP5/DropdownList.html" title="class in controlP5">DropdownList</a>, <a href="../controlP5/FrameRate.html" title="class in controlP5">FrameRate</a>, <a href="../controlP5/Group.html" title="class in controlP5">Group</a>, <a href="../controlP5/Knob.html" title="class in controlP5">Knob</a>, <a href="../controlP5/ListBox.html" title="class in controlP5">ListBox</a>, <a href="../controlP5/Matrix.html" title="class in controlP5">Matrix</a>, <a href="../controlP5/MultiList.html" title="class in controlP5">MultiList</a>, <a href="../controlP5/MultiListButton.html" title="class in controlP5">MultiListButton</a>, <a href="../controlP5/Numberbox.html" title="class in controlP5">Numberbox</a>, <a href="../controlP5/Radio.html" title="class in controlP5">Radio</a>, <a href="../controlP5/RadioButton.html" title="class in controlP5">RadioButton</a>, <a href="../controlP5/Range.html" title="class in controlP5">Range</a>, <a href="../controlP5/ScrollableList.html" title="class in controlP5">ScrollableList</a>, <a href="../controlP5/Slider.html" title="class in controlP5">Slider</a>, <a href="../controlP5/Slider2D.html" title="class in controlP5">Slider2D</a>, <a href="../controlP5/Tab.html" title="class in controlP5">Tab</a>, <a href="../controlP5/Textarea.html" title="class in controlP5">Textarea</a>, <a href="../controlP5/Textfield.html" title="class in controlP5">Textfield</a>, <a href="../controlP5/Textlabel.html" title="class in controlP5">Textlabel</a>, <a href="../controlP5/Toggle.html" title="class in controlP5">Toggle</a></dd>
|
|
</dl>
|
|
<hr>
|
|
<br>
|
|
<pre>public interface <span class="strong">ControllerInterface<T></span></pre>
|
|
<div class="block">The ControllerInterface is inherited by all ControllerGroup and Controller classes.</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Method and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#add(controlP5.ControllerInterface)">add</a></strong>(<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theElement)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#addListener(controlP5.ControlListener)">addListener</a></strong>(<a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a> theListener)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#bringToFront()">bringToFront</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#bringToFront(controlP5.ControllerInterface)">bringToFront</a></strong>(<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theController)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#continuousUpdateEvents()">continuousUpdateEvents</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#draw(processing.core.PGraphics)">draw</a></strong>(processing.core.PGraphics theGraphics)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>processing.core.PVector</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getAbsolutePosition()">getAbsolutePosition</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getAddress()">getAddress</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>float[]</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getArrayValue()">getArrayValue</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getArrayValue(int)">getArrayValue</a></strong>(int theIndex)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/CColor.html" title="class in controlP5">CColor</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getColor()">getColor</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getHeight()">getHeight</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getId()">getId</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getName()">getName</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getParent()">getParent</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getPickingColor()">getPickingColor</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>processing.core.PVector</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getPosition()">getPosition</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerProperty.html" title="class in controlP5">ControllerProperty</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getProperty(java.lang.String)">getProperty</a></strong>(java.lang.String thePropertyName)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerProperty.html" title="class in controlP5">ControllerProperty</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getProperty(java.lang.String, java.lang.String)">getProperty</a></strong>(java.lang.String theSetter,
|
|
java.lang.String theGetter)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getStringValue()">getStringValue</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Tab.html" title="class in controlP5">Tab</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getTab()">getTab</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getValue()">getValue</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getWidth()">getWidth</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControlWindow.html" title="class in controlP5">ControlWindow</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#getWindow()">getWindow</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#hide()">hide</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#init()">init</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#isMouseOver()">isMouseOver</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#isUpdate()">isUpdate</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#isVisible()">isVisible</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#keyEvent(processing.event.KeyEvent)">keyEvent</a></strong>(processing.event.KeyEvent theEvent)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#moveTo(controlP5.ControllerGroup)">moveTo</a></strong>(<a href="../controlP5/ControllerGroup.html" title="class in controlP5">ControllerGroup</a><?> theGroup)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#moveTo(controlP5.ControllerGroup, controlP5.Tab, controlP5.ControlWindow)">moveTo</a></strong>(<a href="../controlP5/ControllerGroup.html" title="class in controlP5">ControllerGroup</a><?> theGroup,
|
|
<a href="../controlP5/Tab.html" title="class in controlP5">Tab</a> theTab,
|
|
<a href="../controlP5/ControlWindow.html" title="class in controlP5">ControlWindow</a> theWindow)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#parent()">parent</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#registerProperty(java.lang.String)">registerProperty</a></strong>(java.lang.String thePropertyName)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#registerProperty(java.lang.String, java.lang.String)">registerProperty</a></strong>(java.lang.String theSetter,
|
|
java.lang.String theGetter)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#remove()">remove</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#remove(controlP5.ControllerInterface)">remove</a></strong>(<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theElement)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#removeProperty(java.lang.String)">removeProperty</a></strong>(java.lang.String thePropertyName)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#removeProperty(java.lang.String, java.lang.String)">removeProperty</a></strong>(java.lang.String theSetter,
|
|
java.lang.String theGetter)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setAbsolutePosition(processing.core.PVector)">setAbsolutePosition</a></strong>(processing.core.PVector thePVector)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setAddress(java.lang.String)">setAddress</a></strong>(java.lang.String theAddress)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setArrayValue(float[])">setArrayValue</a></strong>(float[] theArray)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setArrayValue(int, float)">setArrayValue</a></strong>(int theIndex,
|
|
float theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setCaptionLabel(java.lang.String)">setCaptionLabel</a></strong>(java.lang.String theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setColor(controlP5.CColor)">setColor</a></strong>(<a href="../controlP5/CColor.html" title="class in controlP5">CColor</a> theColor)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setColorActive(int)">setColorActive</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setColorBackground(int)">setColorBackground</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setColorForeground(int)">setColorForeground</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setColorLabel(int)">setColorLabel</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setColorValue(int)">setColorValue</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setId(int)">setId</a></strong>(int theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setLabel(java.lang.String)">setLabel</a></strong>(java.lang.String theString)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setMouseOver(boolean)">setMouseOver</a></strong>(boolean theFlag)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setMousePressed(boolean)">setMousePressed</a></strong>(boolean theStatus)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setPosition(float, float)">setPosition</a></strong>(float theX,
|
|
float theY)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setPosition(processing.core.PVector)">setPosition</a></strong>(processing.core.PVector thePVector)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setStringValue(java.lang.String)">setStringValue</a></strong>(java.lang.String theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setUpdate(boolean)">setUpdate</a></strong>(boolean theFlag)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#setValue(float)">setValue</a></strong>(float theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#show()">show</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#update()">update</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#updateAbsolutePosition()">updateAbsolutePosition</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#updateEvents()">updateEvents</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/ControllerInterface.html#updateInternalEvents(processing.core.PApplet)">updateInternalEvents</a></strong>(processing.core.PApplet theApplet)</code>
|
|
<div class="block">a method for putting input events like e.g.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="details">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Detail</h3>
|
|
<a name="add(controlP5.ControllerInterface)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>add</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> add(<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theElement)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="addListener(controlP5.ControlListener)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>addListener</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> addListener(<a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a> theListener)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="bringToFront()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>bringToFront</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> bringToFront()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="bringToFront(controlP5.ControllerInterface)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>bringToFront</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> bringToFront(<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theController)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="continuousUpdateEvents()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>continuousUpdateEvents</h4>
|
|
<pre>void continuousUpdateEvents()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="draw(processing.core.PGraphics)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>draw</h4>
|
|
<pre>void draw(processing.core.PGraphics theGraphics)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getAbsolutePosition()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getAbsolutePosition</h4>
|
|
<pre>processing.core.PVector getAbsolutePosition()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getAddress()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getAddress</h4>
|
|
<pre>java.lang.String getAddress()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getArrayValue()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getArrayValue</h4>
|
|
<pre>float[] getArrayValue()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getArrayValue(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getArrayValue</h4>
|
|
<pre>float getArrayValue(int theIndex)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getColor()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getColor</h4>
|
|
<pre><a href="../controlP5/CColor.html" title="class in controlP5">CColor</a> getColor()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getHeight()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getHeight</h4>
|
|
<pre>int getHeight()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getId()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getId</h4>
|
|
<pre>int getId()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getName()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getName</h4>
|
|
<pre>java.lang.String getName()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getParent()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getParent</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> getParent()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getPickingColor()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getPickingColor</h4>
|
|
<pre>int getPickingColor()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getPosition()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getPosition</h4>
|
|
<pre>processing.core.PVector getPosition()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getProperty(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getProperty</h4>
|
|
<pre><a href="../controlP5/ControllerProperty.html" title="class in controlP5">ControllerProperty</a> getProperty(java.lang.String thePropertyName)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getProperty(java.lang.String, java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getProperty</h4>
|
|
<pre><a href="../controlP5/ControllerProperty.html" title="class in controlP5">ControllerProperty</a> getProperty(java.lang.String theSetter,
|
|
java.lang.String theGetter)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getStringValue()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getStringValue</h4>
|
|
<pre>java.lang.String getStringValue()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getTab()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getTab</h4>
|
|
<pre><a href="../controlP5/Tab.html" title="class in controlP5">Tab</a> getTab()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getValue()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getValue</h4>
|
|
<pre>float getValue()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getWidth()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getWidth</h4>
|
|
<pre>int getWidth()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getWindow()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getWindow</h4>
|
|
<pre><a href="../controlP5/ControlWindow.html" title="class in controlP5">ControlWindow</a> getWindow()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hide()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hide</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> hide()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="init()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>init</h4>
|
|
<pre>void init()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isMouseOver()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isMouseOver</h4>
|
|
<pre>boolean isMouseOver()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isUpdate()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isUpdate</h4>
|
|
<pre>boolean isUpdate()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isVisible()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isVisible</h4>
|
|
<pre>boolean isVisible()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="keyEvent(processing.event.KeyEvent)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>keyEvent</h4>
|
|
<pre>void keyEvent(processing.event.KeyEvent theEvent)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="moveTo(controlP5.ControllerGroup)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>moveTo</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> moveTo(<a href="../controlP5/ControllerGroup.html" title="class in controlP5">ControllerGroup</a><?> theGroup)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="moveTo(controlP5.ControllerGroup, controlP5.Tab, controlP5.ControlWindow)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>moveTo</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> moveTo(<a href="../controlP5/ControllerGroup.html" title="class in controlP5">ControllerGroup</a><?> theGroup,
|
|
<a href="../controlP5/Tab.html" title="class in controlP5">Tab</a> theTab,
|
|
<a href="../controlP5/ControlWindow.html" title="class in controlP5">ControlWindow</a> theWindow)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="parent()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>parent</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> parent()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="registerProperty(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>registerProperty</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> registerProperty(java.lang.String thePropertyName)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="registerProperty(java.lang.String, java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>registerProperty</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> registerProperty(java.lang.String theSetter,
|
|
java.lang.String theGetter)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="remove()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>remove</h4>
|
|
<pre>void remove()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="remove(controlP5.ControllerInterface)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>remove</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> remove(<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theElement)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="removeProperty(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>removeProperty</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> removeProperty(java.lang.String thePropertyName)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="removeProperty(java.lang.String, java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>removeProperty</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> removeProperty(java.lang.String theSetter,
|
|
java.lang.String theGetter)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setAbsolutePosition(processing.core.PVector)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setAbsolutePosition</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setAbsolutePosition(processing.core.PVector thePVector)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setAddress(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setAddress</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setAddress(java.lang.String theAddress)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setArrayValue(float[])">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setArrayValue</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setArrayValue(float[] theArray)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setArrayValue(int, float)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setArrayValue</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setArrayValue(int theIndex,
|
|
float theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setCaptionLabel(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setCaptionLabel</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setCaptionLabel(java.lang.String theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColor(controlP5.CColor)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColor</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setColor(<a href="../controlP5/CColor.html" title="class in controlP5">CColor</a> theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColorActive(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColorActive</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setColorActive(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColorBackground(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColorBackground</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setColorBackground(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColorForeground(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColorForeground</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setColorForeground(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColorLabel(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColorLabel</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setColorLabel(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColorValue(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColorValue</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setColorValue(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setId(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setId</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setId(int theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setLabel(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setLabel</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setLabel(java.lang.String theString)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setMouseOver(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setMouseOver</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setMouseOver(boolean theFlag)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setMousePressed(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setMousePressed</h4>
|
|
<pre>boolean setMousePressed(boolean theStatus)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setPosition(float, float)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setPosition</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setPosition(float theX,
|
|
float theY)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setPosition(processing.core.PVector)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setPosition</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setPosition(processing.core.PVector thePVector)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setStringValue(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setStringValue</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setStringValue(java.lang.String theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setUpdate(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setUpdate</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setUpdate(boolean theFlag)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setValue(float)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setValue</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> setValue(float theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="show()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>show</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> show()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="update()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>update</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> update()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="updateAbsolutePosition()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>updateAbsolutePosition</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> updateAbsolutePosition()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="updateEvents()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>updateEvents</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> updateEvents()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="updateInternalEvents(processing.core.PApplet)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>updateInternalEvents</h4>
|
|
<pre><a href="../controlP5/ControllerInterface.html" title="type parameter in ControllerInterface">T</a> updateInternalEvents(processing.core.PApplet theApplet)</pre>
|
|
<div class="block">a method for putting input events like e.g. mouse or keyboard events and queries. this has
|
|
been taken out of the draw method for better overwriting capability.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../controlP5/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../index-all.html">Index</a></li>
|
|
<li><a href="../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../controlP5/ControllerGroup.html" title="class in controlP5"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../controlP5/ControllerList.html" title="class in controlP5"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../index.html?controlP5/ControllerInterface.html" target="_top">Frames</a></li>
|
|
<li><a href="ControllerInterface.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li>Field | </li>
|
|
<li>Constr | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li>Field | </li>
|
|
<li>Constr | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>processing library controlP5 by Andreas Schlegel. (c) 2006-2014</small></p>
|
|
</body>
|
|
</html>
|