Uses of Class
org.pepstock.charba.client.positioner.Point
-
Packages that use Point Package Description org.pepstock.charba.client.positioner Contains all classes to implement a custom tooltip positioner for CHART.JS. -
-
Uses of Point in org.pepstock.charba.client.positioner
Methods in org.pepstock.charba.client.positioner that return Point Modifier and Type Method Description Point
TooltipPositioner. computePosition(IsChart chart, List<DatasetReference> items, Point eventPoint)
Applies own logic to returns the point where the tooltip must be showed.Methods in org.pepstock.charba.client.positioner with parameters of type Point Modifier and Type Method Description Point
TooltipPositioner. computePosition(IsChart chart, List<DatasetReference> items, Point eventPoint)
Applies own logic to returns the point where the tooltip must be showed.
-