Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChart.createAndSetTimer(ChartTimerTask task,
int interval)
Creates a
CTimer instance inside chart.It can be created only once during the life cycle of the chart. |
void |
IsChart.createAndSetTimer(ChartTimerTask task,
int interval)
Creates a
CTimer instance inside chart.It can be created only once during the life cycle of the chart. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChartWidget.createAndSetTimer(ChartTimerTask task,
int interval) |