Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 BackgroundView
com.sekati.thinkgear.ui BackgroundView provides nothing but context menu support to the AIR application.
 DemoBall
com.sekati.thinkgear.ui DemoBall provides the ball object to the DemoView.
 DemoView
com.sekati.thinkgear.ui DemoView provides a visual demostrations of the ThinkGear readings using ForceSprites.
 EEGPower
com.sekati.thinkgear.data EEGPower represents a single unit of EEG Power (amplitude) data for a Band (frequency).
 EEGPowers
com.sekati.thinkgear.data EEGPowers is a Data object that encapsulates EEG Power data being captured from the ThinkGear BCI.
 EEGPowersEvent
com.sekati.thinkgear.events EEGPowersEvent dispatched when EEG Power data is captured by the ThinkGear BCI.
 ESenseData
com.sekati.thinkgear.data ESenseData is a Data object that encapsulates eSense data being captured from the ThinkGear BCI.
 ESenseDataEvent
com.sekati.thinkgear.events ESenseDataEvent dispatched when eSense data is captured by the ThinkGear BCI.
 SignalMeter
com.sekati.thinkgear.ui SignalMeter provides a basic visual meter for the signal quality.
 SignalQuality
com.sekati.thinkgear.data SignalQuality is a Data object that encapsulates the signal quality data being captured from the ThinkGear BCI.
 SignalQualityEvent
com.sekati.thinkgear.events SignalQualityEvent dispatched when signal quality data is captured by the ThinkGear BCI.
 SpinupView
com.sekati.thinkgear.ui SpinupView provides a simple spin-up screen during application initialization.
 ThinkGearByteType
com.sekati.thinkgear.data ThinkGearByteType is a utility class used to determine the type of byte being processed and read from the ThinkGear Connector (TGC).
 ThinkGearConnector
com.sekati.thinkgear.core ThinkGearConnector provides a singleton wrapper to wind-up the ThinkGearSocket and ThinkGearReader.
 ThinkGearMain
Top Level ThinkGearMain provides the main application class to the ThinkGear API.
 ThinkGearReader
com.sekati.thinkgear.reader ThinkGearReader reads raw ByteArray data from the ThinkGear Connector (TGC) buffer & dispatches events as data is received.
 ThinkGearSocket
com.sekati.thinkgear.net ThinkGearSocket communicates with the ThinkGear Connector (TGC) & reads byte data into the reader buffer.