mirror of
https://github.com/sojamo/controlp5
synced 2024-11-19 12:37:57 +01:00
453 lines
20 KiB
HTML
453 lines
20 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:46 SGT 2014 -->
|
||
|
<title>ControlBroadcaster (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="ControlBroadcaster (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/ControlBehavior.html" title="class in controlP5"><span class="strong">Prev Class</span></a></li>
|
||
|
<li><a href="../controlP5/ControlElement.html" title="annotation in controlP5"><span class="strong">Next Class</span></a></li>
|
||
|
</ul>
|
||
|
<ul class="navList">
|
||
|
<li><a href="../index.html?controlP5/ControlBroadcaster.html" target="_top">Frames</a></li>
|
||
|
<li><a href="ControlBroadcaster.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="Class ControlBroadcaster" class="title">Class ControlBroadcaster</h2>
|
||
|
</div>
|
||
|
<div class="contentContainer">
|
||
|
<ul class="inheritance">
|
||
|
<li>java.lang.Object</li>
|
||
|
<li>
|
||
|
<ul class="inheritance">
|
||
|
<li>controlP5.ControlBroadcaster</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<div class="description">
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<hr>
|
||
|
<br>
|
||
|
<pre>public class <span class="strong">ControlBroadcaster</span>
|
||
|
extends java.lang.Object</pre>
|
||
|
<div class="block">The ControlBroadcaster handles all controller value changes and distributes them accordingly to
|
||
|
its listeners. The ControlBroadcaster is primarily for internal use only but can be accessed
|
||
|
through an instance of the ControlP5 class. Instead of accessing the ControlBroadcaster directly,
|
||
|
use the convenience methods available from the ControlP5 class.</div>
|
||
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../controlP5/ControlP5.html#getControlBroadcaster()"><code>ControlP5.getControlBroadcaster()</code></a></dd></dl>
|
||
|
</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/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#addCallback(controlP5.CallbackListener...)">addCallback</a></strong>(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a>... theListeners)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#addCallback(controlP5.CallbackListener)">addCallback</a></strong>(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a> theListener)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#addCallback(controlP5.CallbackListener, controlP5.Controller...)">addCallback</a></strong>(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a> theListener,
|
||
|
<a href="../controlP5/Controller.html" title="class in controlP5">Controller</a><?>... theController)</code>
|
||
|
<div class="block">Adds a CallbackListener for a list of controllers.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#addListener(controlP5.ControlListener...)">addListener</a></strong>(<a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a>... theListeners)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#broadcast(controlP5.ControlEvent, int)">broadcast</a></strong>(<a href="../controlP5/ControlEvent.html" title="class in controlP5">ControlEvent</a> theControlEvent,
|
||
|
int theType)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#getListener(int)">getListener</a></strong>(int theIndex)</code>
|
||
|
<div class="block">Returns a ControlListener by index</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>static void</code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#ignoreErrorMessage(boolean)">ignoreErrorMessage</a></strong>(boolean theFlag)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>int</code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#listenerSize()">listenerSize</a></strong>()</code>
|
||
|
<div class="block">Returns the size of the ControlListener list</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#plug(java.lang.Object, controlP5.Controller, java.lang.String)">plug</a></strong>(java.lang.Object theObject,
|
||
|
<a href="../controlP5/Controller.html" title="class in controlP5">Controller</a><?> theController,
|
||
|
java.lang.String theTargetMethod)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#plug(java.lang.Object, java.lang.String, java.lang.String)">plug</a></strong>(java.lang.Object theObject,
|
||
|
java.lang.String theControllerName,
|
||
|
java.lang.String theTargetMethod)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#plug(java.lang.String, java.lang.String)">plug</a></strong>(java.lang.String theControllerName,
|
||
|
java.lang.String theTargetMethod)</code>
|
||
|
<div class="block"><strong>Deprecated.</strong> </div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#removeCallback(controlP5.CallbackListener...)">removeCallback</a></strong>(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a>... theListeners)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#removeCallback(controlP5.CallbackListener)">removeCallback</a></strong>(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a> theListener)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#removeCallback(controlP5.Controller...)">removeCallback</a></strong>(<a href="../controlP5/Controller.html" title="class in controlP5">Controller</a><?>... theControllers)</code>
|
||
|
<div class="block">Removes a CallbackListener for a particular controller</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a></code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#removeListener(controlP5.ControlListener...)">removeListener</a></strong>(<a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a>... theListeners)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>static void</code></td>
|
||
|
<td class="colLast"><code><strong><a href="../controlP5/ControlBroadcaster.html#setPrintStackTrace(boolean)">setPrintStackTrace</a></strong>(boolean theFlag)</code> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Methods inherited from class java.lang.Object</h3>
|
||
|
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||
|
</ul>
|
||
|
</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="addCallback(controlP5.CallbackListener...)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>addCallback</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> addCallback(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a>... theListeners)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="addCallback(controlP5.CallbackListener)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>addCallback</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> addCallback(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a> theListener)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="addCallback(controlP5.CallbackListener, controlP5.Controller...)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>addCallback</h4>
|
||
|
<pre>public void addCallback(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a> theListener,
|
||
|
<a href="../controlP5/Controller.html" title="class in controlP5">Controller</a><?>... theController)</pre>
|
||
|
<div class="block">Adds a CallbackListener for a list of controllers.</div>
|
||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theListener</code> - </dd><dd><code>theController</code> - </dd></dl>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="addListener(controlP5.ControlListener...)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>addListener</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> addListener(<a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a>... theListeners)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="broadcast(controlP5.ControlEvent, int)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>broadcast</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> broadcast(<a href="../controlP5/ControlEvent.html" title="class in controlP5">ControlEvent</a> theControlEvent,
|
||
|
int theType)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="getListener(int)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>getListener</h4>
|
||
|
<pre>public <a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a> getListener(int theIndex)</pre>
|
||
|
<div class="block">Returns a ControlListener by index</div>
|
||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theIndex</code> - </dd>
|
||
|
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="ignoreErrorMessage(boolean)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>ignoreErrorMessage</h4>
|
||
|
<pre>public static void ignoreErrorMessage(boolean theFlag)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="listenerSize()">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>listenerSize</h4>
|
||
|
<pre>public int listenerSize()</pre>
|
||
|
<div class="block">Returns the size of the ControlListener list</div>
|
||
|
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="plug(java.lang.Object, controlP5.Controller, java.lang.String)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>plug</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> plug(java.lang.Object theObject,
|
||
|
<a href="../controlP5/Controller.html" title="class in controlP5">Controller</a><?> theController,
|
||
|
java.lang.String theTargetMethod)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="plug(java.lang.Object, java.lang.String, java.lang.String)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>plug</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> plug(java.lang.Object theObject,
|
||
|
java.lang.String theControllerName,
|
||
|
java.lang.String theTargetMethod)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="plug(java.lang.String, java.lang.String)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>plug</h4>
|
||
|
<pre>@Deprecated
|
||
|
public void plug(java.lang.String theControllerName,
|
||
|
java.lang.String theTargetMethod)</pre>
|
||
|
<div class="block"><span class="strong">Deprecated.</span> </div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="removeCallback(controlP5.CallbackListener...)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>removeCallback</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> removeCallback(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a>... theListeners)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="removeCallback(controlP5.CallbackListener)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>removeCallback</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> removeCallback(<a href="../controlP5/CallbackListener.html" title="interface in controlP5">CallbackListener</a> theListener)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="removeCallback(controlP5.Controller...)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>removeCallback</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> removeCallback(<a href="../controlP5/Controller.html" title="class in controlP5">Controller</a><?>... theControllers)</pre>
|
||
|
<div class="block">Removes a CallbackListener for a particular controller</div>
|
||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theController</code> - </dd></dl>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="removeListener(controlP5.ControlListener...)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>removeListener</h4>
|
||
|
<pre>public <a href="../controlP5/ControlBroadcaster.html" title="class in controlP5">ControlBroadcaster</a> removeListener(<a href="../controlP5/ControlListener.html" title="interface in controlP5">ControlListener</a>... theListeners)</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<a name="setPrintStackTrace(boolean)">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="blockListLast">
|
||
|
<li class="blockList">
|
||
|
<h4>setPrintStackTrace</h4>
|
||
|
<pre>public static void setPrintStackTrace(boolean theFlag)</pre>
|
||
|
</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/ControlBehavior.html" title="class in controlP5"><span class="strong">Prev Class</span></a></li>
|
||
|
<li><a href="../controlP5/ControlElement.html" title="annotation in controlP5"><span class="strong">Next Class</span></a></li>
|
||
|
</ul>
|
||
|
<ul class="navList">
|
||
|
<li><a href="../index.html?controlP5/ControlBroadcaster.html" target="_top">Frames</a></li>
|
||
|
<li><a href="ControlBroadcaster.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>
|