Uses of Interface
org.pepstock.charba.client.geo.callbacks.FeatureLabelCallback
-
Packages that use FeatureLabelCallback Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of FeatureLabelCallback in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo with parameters of type FeatureLabelCallback Modifier and Type Method Description static Labels
GeoUtil. loadLabels(List<Feature> features, FeatureLabelCallback labelCallback)
Creates and loads aLabels
object with the label of feature object by the callback.
-