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 PointTooltipPositioner. computePosition(IsChart chart, List<DatasetReference> items, Point eventPoint)Applies own logic to returns the point where the tooltip must be showed.PointPositioner. invokePositioner(IsTooltipPosition position, IsChart chart, List<DatasetReference> items, Point eventPoint)Invokes an existing positioner to get the point.Methods in org.pepstock.charba.client.positioner with parameters of type Point Modifier and Type Method Description PointTooltipPositioner. computePosition(IsChart chart, List<DatasetReference> items, Point eventPoint)Applies own logic to returns the point where the tooltip must be showed.PointPositioner. invokePositioner(IsTooltipPosition position, IsChart chart, List<DatasetReference> items, Point eventPoint)Invokes an existing positioner to get the point.
-