1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
psychojs/docs/module-visual.Slider.html
Alain Pitiot 73cb6f6e40 _
2021-04-27 08:20:15 +02:00

2735 lines
39 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: Slider</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: Slider</h1>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>
<span class="ancestors"><a href="module-visual.html">visual</a>.</span>Slider<span class="signature">(options)</span><span class="type-signature"></span></h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="Slider"><span class="type-signature"></span>new Slider<span class="signature">(options)</span><span class="type-signature"></span></h4>
<div class="description">
Slider stimulus.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>options</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Attributes</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last">the name used when logging messages from this stimulus</td>
</tr>
<tr>
<td class="name"><code>win</code></td>
<td class="type">
<span class="param-type"><a href="module-core.Window.html">module:core.Window</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last">the associated Window</td>
</tr>
<tr>
<td class="name"><code>pos</code></td>
<td class="type">
<span class="param-type">Array.&lt;number></span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
[0, 0]
</td>
<td class="description last">the position of the center of the slider</td>
</tr>
<tr>
<td class="name"><code>size</code></td>
<td class="type">
<span class="param-type">Array.&lt;number></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last">the size of the slider, e.g. [1, 0.1] for an horizontal slider</td>
</tr>
<tr>
<td class="name"><code>ori</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
0.0
</td>
<td class="description last">the orientation (in degrees)</td>
</tr>
<tr>
<td class="name"><code>units</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
'height'
</td>
<td class="description last">the units of the Slider position, and font size</td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">Color</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
Color('LightGray')
</td>
<td class="description last">the color of the slider</td>
</tr>
<tr>
<td class="name"><code>contrast</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last">the contrast of the slider</td>
</tr>
<tr>
<td class="name"><code>opacity</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last">the opacity of the slider</td>
</tr>
<tr>
<td class="name"><code>style</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
[Slider.Style.RATING]
</td>
<td class="description last">the slider style</td>
</tr>
<tr>
<td class="name"><code>ticks</code></td>
<td class="type">
<span class="param-type">Array.&lt;number></span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
[1,2,3,4,5]
</td>
<td class="description last">the array of ticks</td>
</tr>
<tr>
<td class="name"><code>labels</code></td>
<td class="type">
<span class="param-type">Array.&lt;number></span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
[]
</td>
<td class="description last">the array of labels</td>
</tr>
<tr>
<td class="name"><code>granularity</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
0
</td>
<td class="description last">the granularity</td>
</tr>
<tr>
<td class="name"><code>flip</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not to flip the position of the marker, ticks,
and labels with respect to the central bar</td>
</tr>
<tr>
<td class="name"><code>readOnly</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not the slider is read only</td>
</tr>
<tr>
<td class="name"><code>fontFamily</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
'Helvetica'
</td>
<td class="description last">the text font</td>
</tr>
<tr>
<td class="name"><code>bold</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
true
</td>
<td class="description last">whether or not the font of the labels is bold</td>
</tr>
<tr>
<td class="name"><code>italic</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not the font of the labels is italic</td>
</tr>
<tr>
<td class="name"><code>fontSize</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
</td>
<td class="description last">the font size of the labels (in pixels), the default fontSize depends on the
Slider's units: 14 for 'pix', 0.03 otherwise</td>
</tr>
<tr>
<td class="name"><code>compact</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not the slider is compact, i.e. whether all graphical
elements (e.g. labels) fit within its size</td>
</tr>
<tr>
<td class="name"><code>clipMask</code></td>
<td class="type">
<span class="param-type">PIXI.Graphics</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last">the clip mask</td>
</tr>
<tr>
<td class="name"><code>autoDraw</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not the stimulus should be automatically drawn on every
frame flip</td>
</tr>
<tr>
<td class="name"><code>autoLog</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not to log</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="mixes">Mixes In:</dt>
<dd class="mixes"><ul>
<li><a href="module-util.ColorMixin.html">module:util.ColorMixin</a></li>
</ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line20">line 20</a>
</li></ul></dd>
<dt class="tag-todo">To Do:</dt>
<dd class="tag-todo">
<ul>
<li>check that parameters are valid, e.g. ticks are an array of numbers, etc.</li>
<li>readOnly</li>
<li>complete setters, for instance setTicks should change this._isCategorical</li>
<li>flesh out the skin approach</li>
</ul>
</dd>
</dl>
</div>
<h3 class="subsection-title">Extends</h3>
<ul>
<li><a href="module-visual.VisualStim.html">module:visual.VisualStim</a></li>
</ul>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="contains"><span class="type-signature"></span>contains<span class="type-signature"></span></h4>
<div class="description">
Determine whether an object is inside the bounding box of the stimulus.
</div>
<dl class="details">
<dt class="tag-overrides">Overrides:</dt>
<dd class="tag-overrides"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#contains">module:visual.VisualStim#contains</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_VisualStim.js.html">visual/VisualStim.js</a>, <a href="visual_VisualStim.js.html#line190">line 190</a>
</li></ul></dd>
</dl>
<h4 class="name" id="getRating"><span class="type-signature"></span>getRating<span class="type-signature"></span></h4>
<div class="description">
Get the current value of the rating.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line248">line 248</a>
</li></ul></dd>
</dl>
<h4 class="name" id="getRT"><span class="type-signature"></span>getRT<span class="type-signature"></span></h4>
<div class="description">
Get the response time of the most recent change to the rating.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line270">line 270</a>
</li></ul></dd>
</dl>
<h4 class="name" id="refresh"><span class="type-signature"></span>refresh<span class="type-signature"></span></h4>
<div class="description">
Force a refresh of the stimulus.
</div>
<dl class="details">
<dt class="tag-overrides">Overrides:</dt>
<dd class="tag-overrides"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#refresh">module:visual.VisualStim#refresh</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line205">line 205</a>
</li></ul></dd>
</dl>
<h4 class="name" id="reset"><span class="type-signature"></span>reset<span class="type-signature"></span></h4>
<div class="description">
Reset the slider.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line220">line 220</a>
</li></ul></dd>
</dl>
<h4 class="name" id="setMarkerPos"><span class="type-signature"></span>setMarkerPos<span class="type-signature"></span></h4>
<div class="description">
Setter for the markerPos attribute.
<p>Setting markerPos changes the visible position of the marker to the specified rating
but does not change the actual rating returned by the slider.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line325">line 325</a>
</li></ul></dd>
</dl>
<h4 class="name" id="setOri"><span class="type-signature"></span>setOri<span class="type-signature"></span></h4>
<div class="description">
Setter for the orientation attribute.
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#setOri">module:visual.VisualStim#setOri</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_VisualStim.js.html">visual/VisualStim.js</a>, <a href="visual_VisualStim.js.html#line141">line 141</a>
</li></ul></dd>
</dl>
<h4 class="name" id="setPos"><span class="type-signature"></span>setPos<span class="type-signature"></span></h4>
<div class="description">
Setter for the position attribute.
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#setPos">module:visual.VisualStim#setPos</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_VisualStim.js.html">visual/VisualStim.js</a>, <a href="visual_VisualStim.js.html#line165">line 165</a>
</li></ul></dd>
</dl>
<h4 class="name" id="setRating"><span class="type-signature"></span>setRating<span class="type-signature"></span></h4>
<div class="description">
Setter for the rating attribute.
<p>Setting the rating does not change the visible position of the marker.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line352">line 352</a>
</li></ul></dd>
</dl>
<h4 class="name" id="setReadOnly"><span class="type-signature"></span>setReadOnly<span class="type-signature"></span></h4>
<div class="description">
Setter for the readOnly attribute.
<p>Read-only sliders are half-opaque and do not provide responses.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line292">line 292</a>
</li></ul></dd>
</dl>
<h4 class="name" id="setSize"><span class="type-signature"></span>setSize<span class="type-signature"></span></h4>
<div class="description">
Setter for the size attribute.
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#setSize">module:visual.VisualStim#setSize</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_VisualStim.js.html">visual/VisualStim.js</a>, <a href="visual_VisualStim.js.html#line111">line 111</a>
</li></ul></dd>
</dl>
<h4 class="name" id="Shape"><span class="type-signature">(readonly) </span>Shape<span class="type-signature"> :Symbol</span></h4>
<div class="description">
Shape of the marker and of the ticks.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Symbol</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line1305">line 1305</a>
</li></ul></dd>
</dl>
<h4 class="name" id="Skin"><span class="type-signature">(readonly) </span>Skin<span class="type-signature"> :any</span></h4>
<div class="description">
Skin.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">any</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line1339">line 1339</a>
</li></ul></dd>
</dl>
<h4 class="name" id="Style"><span class="type-signature">(readonly) </span>Style<span class="type-signature"> :Symbol</span></h4>
<div class="description">
Styles.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Symbol</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line1321">line 1321</a>
</li></ul></dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id="_estimateBoundingBox"><span class="type-signature">(protected) </span>_estimateBoundingBox<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
Estimate the bounding box.
</div>
<dl class="details">
<dt class="tag-overrides">Overrides:</dt>
<dd class="tag-overrides"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#_estimateBoundingBox">module:visual.VisualStim#_estimateBoundingBox</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line376">line 376</a>
</li></ul></dd>
</dl>
<h4 class="name" id="_onChange"><span class="type-signature">(protected) </span>_onChange<span class="signature">(withPixi<span class="signature-attributes">opt</span>, withBoundingBox<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &rarr; {function}</span></h4>
<div class="description">
Generate a callback that prepares updates to the stimulus.
This is typically called in the constructor of a stimulus, when attributes are added with _addAttribute.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Attributes</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>withPixi</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not the PIXI representation must also be updated</td>
</tr>
<tr>
<td class="name"><code>withBoundingBox</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether or not to immediately estimate the bounding box</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="module-visual.VisualStim.html#_onChange">module:visual.VisualStim#_onChange</a>
</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_VisualStim.js.html">visual/VisualStim.js</a>, <a href="visual_VisualStim.js.html#line278">line 278</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">function</span>
</dd>
</dl>
<h4 class="name" id="_sanitizeAttributes"><span class="type-signature">(protected) </span>_sanitizeAttributes<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
Sanitize the slider attributes: check for attribute conflicts, missing values, etc.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line511">line 511</a>
</li></ul></dd>
</dl>
<h4 class="name" id="recordRating"><span class="type-signature"></span>recordRating<span class="signature">(rating, responseTime<span class="signature-attributes">opt</span>, log<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
<div class="description">
Set the current rating.
<p>Setting the rating does also change the visible position of the marker.</p>
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Attributes</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>rating</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last">the rating</td>
</tr>
<tr>
<td class="name"><code>responseTime</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
</td>
<td class="description last">the reaction time</td>
</tr>
<tr>
<td class="name"><code>log</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="default">
false
</td>
<td class="description last">whether of not to log</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="visual_Slider.js.html">visual/Slider.js</a>, <a href="visual_Slider.js.html#line543">line 543</a>
</li></ul></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-core.html">core</a></li><li><a href="module-data.html">data</a></li><li><a href="module-sound.html">sound</a></li><li><a href="module-util.html">util</a></li><li><a href="module-visual.html">visual</a></li></ul><h3>Classes</h3><ul><li><a href="module-core.BuilderKeyResponse.html">BuilderKeyResponse</a></li><li><a href="module-core.EventManager.html">EventManager</a></li><li><a href="module-core.GUI.html">GUI</a></li><li><a href="module-core.Keyboard.html">Keyboard</a></li><li><a href="module-core.KeyPress.html">KeyPress</a></li><li><a href="module-core.Logger.html">Logger</a></li><li><a href="module-core.MinimalStim.html">MinimalStim</a></li><li><a href="module-core.Mouse.html">Mouse</a></li><li><a href="module-core.PsychoJS.html">PsychoJS</a></li><li><a href="module-core.ServerManager.html">ServerManager</a></li><li><a href="module-core.Window.html">Window</a></li><li><a href="module-data.ExperimentHandler.html">ExperimentHandler</a></li><li><a href="module-data.TrialHandler.html">TrialHandler</a></li><li><a href="module-sound.Sound.html">Sound</a></li><li><a href="module-sound.TonePlayer.html">TonePlayer</a></li><li><a href="module-sound.TrackPlayer.html">TrackPlayer</a></li><li><a href="module-util.Clock.html">Clock</a></li><li><a href="module-util.Color.html">Color</a></li><li><a href="module-util.CountdownTimer.html">CountdownTimer</a></li><li><a href="module-util.EventEmitter.html">EventEmitter</a></li><li><a href="module-util.MixinBuilder.html">MixinBuilder</a></li><li><a href="module-util.MonotonicClock.html">MonotonicClock</a></li><li><a href="module-util.PsychObject.html">PsychObject</a></li><li><a href="module-util.Scheduler.html">Scheduler</a></li><li><a href="module-visual.Form.html">Form</a></li><li><a href="module-visual.ImageStim.html">ImageStim</a></li><li><a href="module-visual.MovieStim.html">MovieStim</a></li><li><a href="module-visual.Polygon.html">Polygon</a></li><li><a href="module-visual.Rect.html">Rect</a></li><li><a href="module-visual.ShapeStim.html">ShapeStim</a></li><li><a href="module-visual.Slider.html">Slider</a></li><li><a href="module-visual.TextBox.html">TextBox</a></li><li><a href="module-visual.TextStim.html">TextStim</a></li><li><a href="module-visual.VisualStim.html">VisualStim</a></li><li><a href="TextInput.html">TextInput</a></li></ul><h3>Interfaces</h3><ul><li><a href="module-sound.SoundPlayer.html">SoundPlayer</a></li></ul><h3>Mixins</h3><ul><li><a href="module-core.WindowMixin.html">WindowMixin</a></li><li><a href="module-util.ColorMixin.html">ColorMixin</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Apr 09 2021 14:03:40 GMT+0200 (Central European Summer Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>