| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.commons | 
 Core classes to manage the inter-operations with java script code. 
 | 
| org.pepstock.charba.client.gwt.widgets | 
 Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. 
 | 
| org.pepstock.charba.client.utils | 
 Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging. 
 | 
| Class and Description | 
|---|
| CTimer
 Simple utility to execute repeatedly calls a  
Runnable with a fixed time delay between each call. | 
| Class and Description | 
|---|
| RegExp
 Regular expressions are patterns used to match character combinations in strings. 
In JavaScript, regular expressions are also objects.  | 
| Class and Description | 
|---|
| CTimer
 Simple utility to execute repeatedly calls a  
Runnable with a fixed time delay between each call. | 
| Class and Description | 
|---|
| CScheduler
 This class provides asynchronous and delayed task scheduling, based
 setTimeout java script method. 
 | 
| CSchedulerRegistration
 Registration objects returned when a task has been scheduled, used to cancel the scheduling. 
 | 
| CTimer.Status
 Enumerates the possible status of the timer. 
 | 
| JSON.Replacer
 A function that alters the behavior of the stringification process. 
 | 
| RegExpResult
 Array object which maps the java script object. 
A simple wrapper around a homogeneous native array of string values.  |