| Package | Description |
|---|---|
| org.pepstock.charba.client.defaults.global | |
| org.pepstock.charba.client.enums | |
| org.pepstock.charba.client.options |
| Modifier and Type | Method and Description |
|---|---|
TooltipPosition |
Tooltips.getPosition()
Returns the mode for positioning the tooltip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tooltips.setPosition(TooltipPosition position)
Sets the mode for positioning the tooltip.
|
| Modifier and Type | Method and Description |
|---|---|
static TooltipPosition |
TooltipPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TooltipPosition[] |
TooltipPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TooltipPosition |
Tooltips.getPosition()
Returns the mode for positioning the tooltip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tooltips.setPosition(TooltipPosition position)
Sets the mode for positioning the tooltip.
|