Package | Description |
---|---|
org.pepstock.charba.client.utils |
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
|
Modifier and Type | Method and Description |
---|---|
CTimer.Status |
CTimer.getStatus()
Returns the status of the timer.
|
static CTimer.Status |
CTimer.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CTimer.Status[] |
CTimer.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|