public abstract class AbstractTooltipPositioner extends Object implements TooltipPositioner
Modifier | Constructor and Description |
---|---|
protected |
AbstractTooltipPositioner(String name)
Creates the positioner passing the name of tooltip position as argument.
If the name is one of out of the box ones, see TooltipPosition , an exception is launched. |
Modifier and Type | Method and Description |
---|---|
CustomTooltipPosition |
getName()
Returns the name of tooltip position which must be used in chart options.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
computePosition, isValid
protected AbstractTooltipPositioner(String name)
TooltipPosition
, an exception is launched.name
- of tooltip position.public final CustomTooltipPosition getName()
TooltipPositioner
getName
in interface TooltipPositioner
Tooltips.setPosition(org.pepstock.charba.client.enums.IsTooltipPosition)