Uses of Class
org.pepstock.charba.client.EventPoint
-
Packages that use EventPoint Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces. -
-
Uses of EventPoint in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return EventPoint Modifier and Type Method Description EventPoint
Helpers. getRelativePosition(AbstractEvent event)
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.EventPoint
Helpers. getRelativePosition(IsChart chart, NativeBaseEvent event)
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.EventPoint
Helpers. getRelativePosition(IsChart chart, AbstractEvent event)
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
-