Uses of Interface
org.pepstock.charba.client.ChartTimerTask
-
Packages that use ChartTimerTask 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. -
-
Uses of ChartTimerTask in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type ChartTimerTask Modifier and Type Method Description voidAbstractChart. createAndSetTimer(ChartTimerTask task, int interval)Creates aCTimerinstance inside chart.
It can be created only once during the life cycle of the chart.voidIsChart. createAndSetTimer(ChartTimerTask task, int interval)Creates aCTimerinstance inside chart.
It can be created only once during the life cycle of the chart. -
Uses of ChartTimerTask in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets with parameters of type ChartTimerTask Modifier and Type Method Description voidAbstractChartWidget. createAndSetTimer(ChartTimerTask task, int interval)
-