From 867add56a46f66f472addde2c90b36de972ef55d Mon Sep 17 00:00:00 2001 From: Alain Pitiot Date: Sat, 20 Feb 2021 13:02:55 +0100 Subject: [PATCH] updated the documentation --- docs/TextInput.html | 2 +- docs/core_EventManager.js.html | 4 +- docs/core_GUI.js.html | 4 +- docs/core_Keyboard.js.html | 4 +- docs/core_Logger.js.html | 4 +- docs/core_MinimalStim.js.html | 4 +- docs/core_Mouse.js.html | 4 +- docs/core_PsychoJS.js.html | 6 +- docs/core_ServerManager.js.html | 4 +- docs/core_Window.js.html | 4 +- docs/core_WindowMixin.js.html | 4 +- docs/data_ExperimentHandler.js.html | 4 +- docs/data_TrialHandler.js.html | 4 +- docs/index.html | 90 +++++++++++++++++------- docs/module-core.BuilderKeyResponse.html | 2 +- docs/module-core.EventManager.html | 2 +- docs/module-core.GUI.html | 2 +- docs/module-core.KeyPress.html | 2 +- docs/module-core.Keyboard.html | 2 +- docs/module-core.Logger.html | 2 +- docs/module-core.MinimalStim.html | 2 +- docs/module-core.Mouse.html | 2 +- docs/module-core.PsychoJS.html | 2 +- docs/module-core.ServerManager.html | 2 +- docs/module-core.Window.html | 2 +- docs/module-core.WindowMixin.html | 2 +- docs/module-core.html | 2 +- docs/module-data.ExperimentHandler.html | 2 +- docs/module-data.TrialHandler.html | 2 +- docs/module-data.html | 2 +- docs/module-sound.Sound.html | 2 +- docs/module-sound.SoundPlayer.html | 2 +- docs/module-sound.TonePlayer.html | 2 +- docs/module-sound.TrackPlayer.html | 2 +- docs/module-sound.html | 2 +- docs/module-util.Clock.html | 2 +- docs/module-util.Color.html | 2 +- docs/module-util.ColorMixin.html | 2 +- docs/module-util.CountdownTimer.html | 2 +- docs/module-util.EventEmitter.html | 2 +- docs/module-util.MixinBuilder.html | 2 +- docs/module-util.MonotonicClock.html | 2 +- docs/module-util.PsychObject.html | 2 +- docs/module-util.Scheduler.html | 2 +- docs/module-util.html | 2 +- docs/module-visual.Form.html | 2 +- docs/module-visual.ImageStim.html | 2 +- docs/module-visual.MovieStim.html | 2 +- docs/module-visual.Polygon.html | 2 +- docs/module-visual.Rect.html | 2 +- docs/module-visual.ShapeStim.html | 2 +- docs/module-visual.Slider.html | 12 ++-- docs/module-visual.TextBox.html | 2 +- docs/module-visual.TextStim.html | 2 +- docs/module-visual.VisualStim.html | 2 +- docs/module-visual.html | 2 +- docs/sound_Sound.js.html | 4 +- docs/sound_SoundPlayer.js.html | 4 +- docs/sound_TonePlayer.js.html | 4 +- docs/sound_TrackPlayer.js.html | 4 +- docs/util_Clock.js.html | 4 +- docs/util_Color.js.html | 4 +- docs/util_ColorMixin.js.html | 4 +- docs/util_EventEmitter.js.html | 4 +- docs/util_PsychObject.js.html | 4 +- docs/util_Scheduler.js.html | 4 +- docs/util_Util.js.html | 4 +- docs/visual_Form.js.html | 4 +- docs/visual_ImageStim.js.html | 4 +- docs/visual_MovieStim.js.html | 4 +- docs/visual_Polygon.js.html | 4 +- docs/visual_Rect.js.html | 4 +- docs/visual_ShapeStim.js.html | 4 +- docs/visual_Slider.js.html | 5 +- docs/visual_TextBox.js.html | 4 +- docs/visual_TextInput.js.html | 2 +- docs/visual_TextStim.js.html | 4 +- docs/visual_VisualStim.js.html | 4 +- js/visual/Slider.js | 1 + 79 files changed, 182 insertions(+), 142 deletions(-) diff --git a/docs/TextInput.html b/docs/TextInput.html index f401407..3acaa5c 100644 --- a/docs/TextInput.html +++ b/docs/TextInput.html @@ -181,7 +181,7 @@
diff --git a/docs/core_EventManager.js.html b/docs/core_EventManager.js.html index dde5f35..08245f3 100644 --- a/docs/core_EventManager.js.html +++ b/docs/core_EventManager.js.html @@ -30,7 +30,7 @@ * Manager handling the keyboard and mouse/touch events. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -705,7 +705,7 @@ export class BuilderKeyResponse
diff --git a/docs/core_GUI.js.html b/docs/core_GUI.js.html index 8e15e9a..1960f44 100644 --- a/docs/core_GUI.js.html +++ b/docs/core_GUI.js.html @@ -31,7 +31,7 @@ * * @author Alain Pitiot * @author Sijia Zhao - fine-grained resource loading - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -913,7 +913,7 @@ GUI.dialogMargin = [50, 50];
diff --git a/docs/core_Keyboard.js.html b/docs/core_Keyboard.js.html index 17dcc11..ae30759 100644 --- a/docs/core_Keyboard.js.html +++ b/docs/core_Keyboard.js.html @@ -30,7 +30,7 @@ * Manager handling the keyboard events. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -533,7 +533,7 @@ Keyboard.KeyStatus = {
diff --git a/docs/core_Logger.js.html b/docs/core_Logger.js.html index f8179ec..daab44e 100644 --- a/docs/core_Logger.js.html +++ b/docs/core_Logger.js.html @@ -30,7 +30,7 @@ * Logger * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -480,7 +480,7 @@ Logger._ServerLevelValue = {
diff --git a/docs/core_MinimalStim.js.html b/docs/core_MinimalStim.js.html index ffe2221..9fa0b11 100644 --- a/docs/core_MinimalStim.js.html +++ b/docs/core_MinimalStim.js.html @@ -30,7 +30,7 @@ * Base class for all stimuli. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -266,7 +266,7 @@ export class MinimalStim extends PsychObject
diff --git a/docs/core_Mouse.js.html b/docs/core_Mouse.js.html index 8627a80..35b98f1 100644 --- a/docs/core_Mouse.js.html +++ b/docs/core_Mouse.js.html @@ -31,7 +31,7 @@ * * @author Alain Pitiot * @author Sotiri Bakagiannis - isPressedIn - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -403,7 +403,7 @@ export class Mouse extends PsychObject
diff --git a/docs/core_PsychoJS.js.html b/docs/core_PsychoJS.js.html index b0a5010..5af9494 100644 --- a/docs/core_PsychoJS.js.html +++ b/docs/core_PsychoJS.js.html @@ -31,7 +31,7 @@ * Main component of the PsychoJS library. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -197,7 +197,7 @@ export class PsychoJS } this.logger.info('[PsychoJS] Initialised.'); - this.logger.info('[PsychoJS] @version 2020.2'); + this.logger.info('[PsychoJS] @version 2021.1.0'); // Hide #root::after $('#root').addClass('is-ready'); @@ -786,7 +786,7 @@ PsychoJS.Status = {
diff --git a/docs/core_ServerManager.js.html b/docs/core_ServerManager.js.html index 91b9703..53e4ca9 100644 --- a/docs/core_ServerManager.js.html +++ b/docs/core_ServerManager.js.html @@ -30,7 +30,7 @@ * Manager responsible for the communication between the experiment running in the participant's browser and the remote PsychoJS manager running on the remote https://pavlovia.org server. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -913,7 +913,7 @@ ServerManager.Status = {
diff --git a/docs/core_Window.js.html b/docs/core_Window.js.html index 1ebf9da..b02fd3c 100644 --- a/docs/core_Window.js.html +++ b/docs/core_Window.js.html @@ -30,7 +30,7 @@ * Window responsible for displaying the experiment stimuli * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -557,7 +557,7 @@ export class Window extends PsychObject
diff --git a/docs/core_WindowMixin.js.html b/docs/core_WindowMixin.js.html index d156855..2e1c327 100644 --- a/docs/core_WindowMixin.js.html +++ b/docs/core_WindowMixin.js.html @@ -30,7 +30,7 @@ * Mixin implementing various unit-handling measurement methods. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -235,7 +235,7 @@ export let WindowMixin = (superclass) => class extends superclass
diff --git a/docs/data_ExperimentHandler.js.html b/docs/data_ExperimentHandler.js.html index 8c770b3..9ab6eef 100644 --- a/docs/data_ExperimentHandler.js.html +++ b/docs/data_ExperimentHandler.js.html @@ -30,7 +30,7 @@ * Experiment Handler * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -493,7 +493,7 @@ ExperimentHandler.Environment = {
diff --git a/docs/data_TrialHandler.js.html b/docs/data_TrialHandler.js.html index f7b735d..f383128 100644 --- a/docs/data_TrialHandler.js.html +++ b/docs/data_TrialHandler.js.html @@ -32,7 +32,7 @@ * * @author Alain Pitiot * @author Hiroyuki Sogo & Sotiri Bakagiannis - better support for BOM and accented characters - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -733,7 +733,7 @@ TrialHandler.Method = {
diff --git a/docs/index.html b/docs/index.html index 850a896..42436ad 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,30 +17,68 @@
-

Home

- - - - - - - - -

- - - - - - - - - - - - - - +
+

PsychoJS

+

PsychoJS is a JavaScript library that makes it possible to run neuroscience, psychology, and psychophysics experiments in a browser. It is the online counterpart of the PsychoPy Python library. +It is also a git submodule: psychopy/psychojs

+

Motivation

+

Many studies in behavioural sciences (e.g. psychology, neuroscience, linguistics or mental health) use computers to present stimuli and record responses in a precise manner. These studies are still typically conducted on small numbers of people in laboratory environments equipped with dedicated hardware.

+

With high-speed broadband, improved web technologies and smart devices everywhere, studies can now go online without sacrificing too much temporal precision. This is a “game changer”. Data can be collected on larger, more varied, international populations. We can study people in environments they do not find intimidating. Experiments can be run multiple times per day, without data collection becoming impractical.

+

The idea behind PsychoJS is to make PsychoPy experiments available online, from a web page, so participants can run them on any device equipped with a web browser such as desktops, laptops, or tablets. In some circumstance, they can even use their phone!

+

Getting Started

+

Running PsychoPy experiments online requires the generation of an index.html file and of a javascript file that contains the code describing the experiment. Those files need to be hosted on a web server to which participants will point their browser in order to run the experiment. The server will also need to host the PsychoJS library.

+

PsychoPy Builder

+

Starting with PsychoPy version 3.0, PsychoPy Builder can automatically generate the javascript and html files. Many of the existing Builder experiments should "just work", subject to the Components being currently supported by PsychoJS (see below).

+

JavaScript Code

+

We built the PsychoJS library to make the JavaScript experiment files look and behave in very much the same way as to the Builder-generated Python files. PsychoJS offers classes such as Window and ImageStim, with very similar attributes to their Python equivalents. Experiment designers familiar with the PsychoPy library should feel at home with PsychoJS, and can expect the same level of control they have with PsychoPy, from the structure of the trials/loops all the way down to frame-by-frame updates.

+

There are however notable differences between the PsychoJS and PsychoPy libraries, most of which have to do with the way a web browser interprets and runs JavaScript, deals with resources (such as images, sound or videos), or render stimuli. To manage those web-specific aspect, PsychoJS introduces the concept of Scheduler. As the name indicate, Scheduler's offer a way to organise various PsychoJS along a timeline, such as downloading resources, running a loop, checking for keyboard input, saving experiment results, etc. As an illustration, a Flow in PsychoPy can be conceptualised as a Schedule, with various tasks on it. Some of those tasks, such as trial loops, can also schedule further events (i.e. the individual trials to be run).

+

Under the hood PsychoJS relies on PixiJs to present stimuli and collect responses. PixiJs is a multi-platform, accelerated, 2-D renderer, that runs in most modern browsers. It uses WebGL wherever possible and silently falls back to HTML5 canvas where not. WebGL directly addresses the graphic card, thereby considerably improving the rendering performance.

+

Hosting Experiments

+

A convenient way to make experiment available to participants is to host them on pavlovia.org, an open-science server under active development. PsychoPy Builder offers the possibility of uploading the experiment directly to pavlovia.org.

+

Which PsychoPy Components are supported by PsychoJS?

+

PsychoJS currently supports the following Components:

+

Stimuli:

+
    +
  • Form
  • +
  • Image
  • +
  • Rect
  • +
  • Shape (Polygon)
  • +
  • Slider
  • +
  • Sound (tones and tracks)
  • +
  • Text
  • +
  • TextBox
  • +
  • Video
  • +
+

Events:

+
    +
  • Keyboard
  • +
  • Mouse
  • +
+

We are constantly adding new Components and are regularly updating this list.

+

API

+

The full documentation of the PsychoJS API is here.

+

Maintainers

+

Alain Pitiot - @apitiot

+

Contributors

+

The PsychoJS library was initially written by Ilixa with support from the Wellcome Trust. +It is now a collaborative effort, supported by the Chan Zuckerberg Initiative (2020-2021) and Open Science Tools (2020-):

+ +

The PsychoPy Builder's javascript code generator is built and maintained by the creators of PsychoPy at the University of Nottingham, with support from the Wellcome Trust (2017-2019), from the Chan Zuckerberg Initiative (2020-2021), and from Open Science Tools (2020-):

+ +

License

+

This project is licensed under the MIT License - see the LICENSE.md file for details.

+
@@ -56,10 +94,10 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
- \ No newline at end of file + diff --git a/docs/module-core.BuilderKeyResponse.html b/docs/module-core.BuilderKeyResponse.html index bd7cc6c..437a7c8 100644 --- a/docs/module-core.BuilderKeyResponse.html +++ b/docs/module-core.BuilderKeyResponse.html @@ -260,7 +260,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.EventManager.html b/docs/module-core.EventManager.html index 648ef81..396d008 100644 --- a/docs/module-core.EventManager.html +++ b/docs/module-core.EventManager.html @@ -1727,7 +1727,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.GUI.html b/docs/module-core.GUI.html index 5f83594..838e5f5 100644 --- a/docs/module-core.GUI.html +++ b/docs/module-core.GUI.html @@ -1017,7 +1017,7 @@ the dictionary remains unchanged.


- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.KeyPress.html b/docs/module-core.KeyPress.html index 3322119..f6ba1aa 100644 --- a/docs/module-core.KeyPress.html +++ b/docs/module-core.KeyPress.html @@ -256,7 +256,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.Keyboard.html b/docs/module-core.Keyboard.html index f2491f5..5059ffd 100644 --- a/docs/module-core.Keyboard.html +++ b/docs/module-core.Keyboard.html @@ -1377,7 +1377,7 @@ waitRelease = false, key presses without a corresponding key release will have a
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.Logger.html b/docs/module-core.Logger.html index 68d148d..0a9b8ff 100644 --- a/docs/module-core.Logger.html +++ b/docs/module-core.Logger.html @@ -801,7 +801,7 @@ See https://github.com/nodeca/pako for details.


- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.MinimalStim.html b/docs/module-core.MinimalStim.html index b9aa79c..cb37e16 100644 --- a/docs/module-core.MinimalStim.html +++ b/docs/module-core.MinimalStim.html @@ -1089,7 +1089,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.Mouse.html b/docs/module-core.Mouse.html index 0566c3b..009bc4b 100644 --- a/docs/module-core.Mouse.html +++ b/docs/module-core.Mouse.html @@ -1739,7 +1739,7 @@ call to getPos
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.PsychoJS.html b/docs/module-core.PsychoJS.html index 2e7eadc..8caec96 100644 --- a/docs/module-core.PsychoJS.html +++ b/docs/module-core.PsychoJS.html @@ -2877,7 +2877,7 @@ that he or she needs to wait for a bit.


- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.ServerManager.html b/docs/module-core.ServerManager.html index f10f30b..b2d79f1 100644 --- a/docs/module-core.ServerManager.html +++ b/docs/module-core.ServerManager.html @@ -2058,7 +2058,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.Window.html b/docs/module-core.Window.html index c59d447..f7db88b 100644 --- a/docs/module-core.Window.html +++ b/docs/module-core.Window.html @@ -2045,7 +2045,7 @@ Window.
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.WindowMixin.html b/docs/module-core.WindowMixin.html index 2ebf6bb..f065911 100644 --- a/docs/module-core.WindowMixin.html +++ b/docs/module-core.WindowMixin.html @@ -823,7 +823,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-core.html b/docs/module-core.html index 71cecec..6962840 100644 --- a/docs/module-core.html +++ b/docs/module-core.html @@ -120,7 +120,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-data.ExperimentHandler.html b/docs/module-data.ExperimentHandler.html index 4946b5b..be91a75 100644 --- a/docs/module-data.ExperimentHandler.html +++ b/docs/module-data.ExperimentHandler.html @@ -1387,7 +1387,7 @@ will be associated with the next trial.
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-data.TrialHandler.html b/docs/module-data.TrialHandler.html index 8f3a8d9..fda341e 100644 --- a/docs/module-data.TrialHandler.html +++ b/docs/module-data.TrialHandler.html @@ -2727,7 +2727,7 @@ for (const thisTrial of handler) { console.log(thisTrial); }
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-data.html b/docs/module-data.html index cf78b01..6d375c4 100644 --- a/docs/module-data.html +++ b/docs/module-data.html @@ -417,7 +417,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-sound.Sound.html b/docs/module-sound.Sound.html index 0fe8e15..725bdb5 100644 --- a/docs/module-sound.Sound.html +++ b/docs/module-sound.Sound.html @@ -1973,7 +1973,7 @@ Repeat calls to play may results in the sounds being played on top of each other
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-sound.SoundPlayer.html b/docs/module-sound.SoundPlayer.html index 79db068..0ffc912 100644 --- a/docs/module-sound.SoundPlayer.html +++ b/docs/module-sound.SoundPlayer.html @@ -1039,7 +1039,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-sound.TonePlayer.html b/docs/module-sound.TonePlayer.html index 03d85d2..891581f 100644 --- a/docs/module-sound.TonePlayer.html +++ b/docs/module-sound.TonePlayer.html @@ -1519,7 +1519,7 @@ we throw an exception.


- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-sound.TrackPlayer.html b/docs/module-sound.TrackPlayer.html index f1b6a43..0f820fc 100644 --- a/docs/module-sound.TrackPlayer.html +++ b/docs/module-sound.TrackPlayer.html @@ -1489,7 +1489,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-sound.html b/docs/module-sound.html index 58e38a7..ed98aca 100644 --- a/docs/module-sound.html +++ b/docs/module-sound.html @@ -96,7 +96,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.Clock.html b/docs/module-util.Clock.html index 738b0e3..1fea76b 100644 --- a/docs/module-util.Clock.html +++ b/docs/module-util.Clock.html @@ -486,7 +486,7 @@ smaller). As a consequence, getTime() may return a negative number.


- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.Color.html b/docs/module-util.Color.html index e4ecaf3..2e5f68f 100644 --- a/docs/module-util.Color.html +++ b/docs/module-util.Color.html @@ -1957,7 +1957,7 @@ static methods for converting colors from one space to another.


- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.ColorMixin.html b/docs/module-util.ColorMixin.html index 725acda..4fe580d 100644 --- a/docs/module-util.ColorMixin.html +++ b/docs/module-util.ColorMixin.html @@ -678,7 +678,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.CountdownTimer.html b/docs/module-util.CountdownTimer.html index 41328e4..1e7e153 100644 --- a/docs/module-util.CountdownTimer.html +++ b/docs/module-util.CountdownTimer.html @@ -658,7 +658,7 @@ to newTime
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.EventEmitter.html b/docs/module-util.EventEmitter.html index 74b3ab6..e907e6c 100644 --- a/docs/module-util.EventEmitter.html +++ b/docs/module-util.EventEmitter.html @@ -1000,7 +1000,7 @@ observable.emit("change", { a: 1 });
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.MixinBuilder.html b/docs/module-util.MixinBuilder.html index 63b3b88..f12ed51 100644 --- a/docs/module-util.MixinBuilder.html +++ b/docs/module-util.MixinBuilder.html @@ -221,7 +221,7 @@ class NewClass extends mix(BaseClass).with(Mixin1, Mixin2) { ... }
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.MonotonicClock.html b/docs/module-util.MonotonicClock.html index 1c39f68..c4ff3fe 100644 --- a/docs/module-util.MonotonicClock.html +++ b/docs/module-util.MonotonicClock.html @@ -746,7 +746,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.PsychObject.html b/docs/module-util.PsychObject.html index 18edf8d..7a84b4a 100644 --- a/docs/module-util.PsychObject.html +++ b/docs/module-util.PsychObject.html @@ -1022,7 +1022,7 @@ was not previously set)
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-util.Scheduler.html b/docs/module-util.Scheduler.html index 7d6aea8..c915ed5 100644 --- a/docs/module-util.Scheduler.html +++ b/docs/module-util.Scheduler.html @@ -951,7 +951,7 @@ task would be by calling scheduler.add(
diff --git a/docs/module-util.html b/docs/module-util.html index d3d1821..7abc893 100644 --- a/docs/module-util.html +++ b/docs/module-util.html @@ -5203,7 +5203,7 @@ missing the naught prefix, and is able to process several arrays, e.g. "[1,2][3,
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.Form.html b/docs/module-visual.Form.html index 3c6a39f..80386d7 100644 --- a/docs/module-visual.Form.html +++ b/docs/module-visual.Form.html @@ -2198,7 +2198,7 @@ This is typically called in the constructor of a stimulus, when attributes are a
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.ImageStim.html b/docs/module-visual.ImageStim.html index 2aa7cc6..e0e480a 100644 --- a/docs/module-visual.ImageStim.html +++ b/docs/module-visual.ImageStim.html @@ -1297,7 +1297,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.MovieStim.html b/docs/module-visual.MovieStim.html index 61ffc71..a1ac7d0 100644 --- a/docs/module-visual.MovieStim.html +++ b/docs/module-visual.MovieStim.html @@ -1094,7 +1094,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.Polygon.html b/docs/module-visual.Polygon.html index a6f3785..5ec9f26 100644 --- a/docs/module-visual.Polygon.html +++ b/docs/module-visual.Polygon.html @@ -1027,7 +1027,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.Rect.html b/docs/module-visual.Rect.html index 09c878a..eb7d713 100644 --- a/docs/module-visual.Rect.html +++ b/docs/module-visual.Rect.html @@ -1033,7 +1033,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.ShapeStim.html b/docs/module-visual.ShapeStim.html index a878eb1..7a132ea 100644 --- a/docs/module-visual.ShapeStim.html +++ b/docs/module-visual.ShapeStim.html @@ -1249,7 +1249,7 @@ This is overridden in order to provide a finer inclusion test.
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.Slider.html b/docs/module-visual.Slider.html index 2868772..2efe477 100644 --- a/docs/module-visual.Slider.html +++ b/docs/module-visual.Slider.html @@ -1906,7 +1906,7 @@ but does not change the actual rating returned by the slider.

Source:
@@ -1978,7 +1978,7 @@ but does not change the actual rating returned by the slider.

Source:
@@ -2050,7 +2050,7 @@ but does not change the actual rating returned by the slider.

Source:
@@ -2443,7 +2443,7 @@ This is typically called in the constructor of a stimulus, when attributes are a
Source:
@@ -2674,7 +2674,7 @@ This is typically called in the constructor of a stimulus, when attributes are a
Source:
@@ -2726,7 +2726,7 @@ This is typically called in the constructor of a stimulus, when attributes are a
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.TextBox.html b/docs/module-visual.TextBox.html index a1c830c..022e1a8 100644 --- a/docs/module-visual.TextBox.html +++ b/docs/module-visual.TextBox.html @@ -1622,7 +1622,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.TextStim.html b/docs/module-visual.TextStim.html index 5ff82bc..ece50b9 100644 --- a/docs/module-visual.TextStim.html +++ b/docs/module-visual.TextStim.html @@ -1390,7 +1390,7 @@ unlike getSize().
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.VisualStim.html b/docs/module-visual.VisualStim.html index 4f19403..700c57e 100644 --- a/docs/module-visual.VisualStim.html +++ b/docs/module-visual.VisualStim.html @@ -1414,7 +1414,7 @@ This is typically called in the constructor of a stimulus, when attributes are a
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/module-visual.html b/docs/module-visual.html index cb46245..bee41f4 100644 --- a/docs/module-visual.html +++ b/docs/module-visual.html @@ -110,7 +110,7 @@
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:20 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/sound_Sound.js.html b/docs/sound_Sound.js.html index f1f6a27..cf4e830 100644 --- a/docs/sound_Sound.js.html +++ b/docs/sound_Sound.js.html @@ -31,7 +31,7 @@ * Sound stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -266,7 +266,7 @@ export class Sound extends PsychObject
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/sound_SoundPlayer.js.html b/docs/sound_SoundPlayer.js.html index ff6bd31..8c53bd3 100644 --- a/docs/sound_SoundPlayer.js.html +++ b/docs/sound_SoundPlayer.js.html @@ -30,7 +30,7 @@ * Sound player interface * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -203,7 +203,7 @@ export class SoundPlayer extends PsychObject
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/sound_TonePlayer.js.html b/docs/sound_TonePlayer.js.html index 130ff78..6ec0921 100644 --- a/docs/sound_TonePlayer.js.html +++ b/docs/sound_TonePlayer.js.html @@ -30,7 +30,7 @@ * Tone Player. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -428,7 +428,7 @@ TonePlayer.SoundLibrary = {
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/sound_TrackPlayer.js.html b/docs/sound_TrackPlayer.js.html index f3f53ea..d3c7857 100644 --- a/docs/sound_TrackPlayer.js.html +++ b/docs/sound_TrackPlayer.js.html @@ -30,7 +30,7 @@ * Track Player. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -260,7 +260,7 @@ export class TrackPlayer extends SoundPlayer
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_Clock.js.html b/docs/util_Clock.js.html index fcaea25..c45577b 100644 --- a/docs/util_Clock.js.html +++ b/docs/util_Clock.js.html @@ -30,7 +30,7 @@ * Clock component. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -266,7 +266,7 @@ export class CountdownTimer extends Clock
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_Color.js.html b/docs/util_Color.js.html index 4fb8461..eec97af 100644 --- a/docs/util_Color.js.html +++ b/docs/util_Color.js.html @@ -30,7 +30,7 @@ * Color management. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -759,7 +759,7 @@ Color.NAMED_COLORS = {
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_ColorMixin.js.html b/docs/util_ColorMixin.js.html index 979f568..869be12 100644 --- a/docs/util_ColorMixin.js.html +++ b/docs/util_ColorMixin.js.html @@ -30,7 +30,7 @@ * Color Mixin. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -121,7 +121,7 @@ export let ColorMixin = (superclass) => class extends superclass
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_EventEmitter.js.html b/docs/util_EventEmitter.js.html index 97f4fd1..d40e040 100644 --- a/docs/util_EventEmitter.js.html +++ b/docs/util_EventEmitter.js.html @@ -30,7 +30,7 @@ * Event Emitter. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -199,7 +199,7 @@ export class EventEmitter
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_PsychObject.js.html b/docs/util_PsychObject.js.html index 110dc2f..bdfd386 100644 --- a/docs/util_PsychObject.js.html +++ b/docs/util_PsychObject.js.html @@ -31,7 +31,7 @@ * Core Object. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -451,7 +451,7 @@ export class PsychObject extends EventEmitter
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_Scheduler.js.html b/docs/util_Scheduler.js.html index a02cee4..0b594c9 100644 --- a/docs/util_Scheduler.js.html +++ b/docs/util_Scheduler.js.html @@ -30,7 +30,7 @@ * Scheduler. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -362,7 +362,7 @@ Scheduler.Status = {
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/util_Util.js.html b/docs/util_Util.js.html index 6074352..6dd6344 100644 --- a/docs/util_Util.js.html +++ b/docs/util_Util.js.html @@ -30,7 +30,7 @@ * Various utilities. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -1138,7 +1138,7 @@ export function sum(inputMaybe = [])
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_Form.js.html b/docs/visual_Form.js.html index 3d7c492..ed36fb6 100644 --- a/docs/visual_Form.js.html +++ b/docs/visual_Form.js.html @@ -30,7 +30,7 @@ * Form Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -1175,7 +1175,7 @@ Form._defaultItems = {
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_ImageStim.js.html b/docs/visual_ImageStim.js.html index 2102bd1..4c68418 100644 --- a/docs/visual_ImageStim.js.html +++ b/docs/visual_ImageStim.js.html @@ -30,7 +30,7 @@ * Image Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -397,7 +397,7 @@ export class ImageStim extends util.mix(VisualStim).with(ColorMixin)
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_MovieStim.js.html b/docs/visual_MovieStim.js.html index 73241a9..cf7523d 100644 --- a/docs/visual_MovieStim.js.html +++ b/docs/visual_MovieStim.js.html @@ -30,7 +30,7 @@ * Movie Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -487,7 +487,7 @@ export class MovieStim extends VisualStim
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_Polygon.js.html b/docs/visual_Polygon.js.html index f03b0a5..adff13e 100644 --- a/docs/visual_Polygon.js.html +++ b/docs/visual_Polygon.js.html @@ -30,7 +30,7 @@ * Polygonal Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -187,7 +187,7 @@ export class Polygon extends ShapeStim
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_Rect.js.html b/docs/visual_Rect.js.html index 706a193..b33bec5 100644 --- a/docs/visual_Rect.js.html +++ b/docs/visual_Rect.js.html @@ -30,7 +30,7 @@ * Rectangular Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -192,7 +192,7 @@ export class Rect extends ShapeStim
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_ShapeStim.js.html b/docs/visual_ShapeStim.js.html index 16ed785..79dd544 100644 --- a/docs/visual_ShapeStim.js.html +++ b/docs/visual_ShapeStim.js.html @@ -31,7 +31,7 @@ * Basic Shape Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -435,7 +435,7 @@ ShapeStim.KnownShapes = {
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_Slider.js.html b/docs/visual_Slider.js.html index f22da7c..8e4ac85 100644 --- a/docs/visual_Slider.js.html +++ b/docs/visual_Slider.js.html @@ -30,7 +30,7 @@ * Slider Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -434,6 +434,7 @@ export class Slider extends util.mix(VisualStim).with(ColorMixin, WindowMixin) // Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, Number.NEGATIVE_INFINITY // estimate the position of the labels: + this._labelPositions_px = new Array(this._labels.length); const labelTextStyle = this._getTextStyle(); let prevLabelBounds = null; @@ -1403,7 +1404,7 @@ Slider.Skin = {
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_TextBox.js.html b/docs/visual_TextBox.js.html index ca70f46..0b2d340 100644 --- a/docs/visual_TextBox.js.html +++ b/docs/visual_TextBox.js.html @@ -30,7 +30,7 @@ * Editable TextBox Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -563,7 +563,7 @@ TextBox._defaultSizeMap = new Map([
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_TextInput.js.html b/docs/visual_TextInput.js.html index 55a43b6..96fb5e8 100644 --- a/docs/visual_TextInput.js.html +++ b/docs/visual_TextInput.js.html @@ -895,7 +895,7 @@ function DefaultBoxGenerator(styles)
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_TextStim.js.html b/docs/visual_TextStim.js.html index 868ab8f..8895a78 100644 --- a/docs/visual_TextStim.js.html +++ b/docs/visual_TextStim.js.html @@ -30,7 +30,7 @@ * Text Stimulus. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -465,7 +465,7 @@ TextStim._defaultWrapWidthMap = new Map([
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/docs/visual_VisualStim.js.html b/docs/visual_VisualStim.js.html index 3db3304..fad8467 100644 --- a/docs/visual_VisualStim.js.html +++ b/docs/visual_VisualStim.js.html @@ -30,7 +30,7 @@ * Base class for all visual stimuli. * * @author Alain Pitiot - * @version 2020.2 + * @version 2021.1.0 * @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org) * @license Distributed under the terms of the MIT License */ @@ -347,7 +347,7 @@ export class VisualStim extends util.mix(MinimalStim).with(WindowMixin)
- Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 10:19:19 GMT+0100 (Central European Standard Time) + Documentation generated by JSDoc 3.6.6 on Sat Feb 20 2021 13:00:58 GMT+0100 (Central European Standard Time)
diff --git a/js/visual/Slider.js b/js/visual/Slider.js index df09121..1ba00e4 100644 --- a/js/visual/Slider.js +++ b/js/visual/Slider.js @@ -406,6 +406,7 @@ export class Slider extends util.mix(VisualStim).with(ColorMixin, WindowMixin) // Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, Number.NEGATIVE_INFINITY // estimate the position of the labels: + this._labelPositions_px = new Array(this._labels.length); const labelTextStyle = this._getTextStyle(); let prevLabelBounds = null;