| Package | Description |
|---|---|
| org.pepstock.charba.client.enums | |
| org.pepstock.charba.client.options.scales |
| Modifier and Type | Method and Description |
|---|---|
static TickSource |
TickSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TickSource[] |
TickSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TickSource |
CartesianTimeTick.getSource()
Returns the property controls the ticks generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CartesianTimeTick.setSource(TickSource source)
Sets the property controls the ticks generation.
|