Uses of Class
org.pepstock.charba.client.items.ElementProperties
-
Packages that use ElementProperties Package Description org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of ElementProperties in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return ElementProperties Modifier and Type Method Description ElementProperties
ChartElement. getFinalPositionProps(List<Key> keys)
Returns the list of properties of the element, using the final position.ElementProperties
ChartElement. getFinalPositionProps(Key... keys)
Returns the list of properties of the element, using the final position.
-