Uses of Interface
org.pepstock.charba.client.geo.callbacks.FeatureFindCallback
- 
Packages that use FeatureFindCallback Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.
- 
- 
Uses of FeatureFindCallback in org.pepstock.charba.client.geoMethods in org.pepstock.charba.client.geo with parameters of type FeatureFindCallback Modifier and Type Method Description static FeatureGeoUtil. feature(String topojson, String featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtil. feature(String topojson, Key featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtil. feature(TopoJson topojson, String featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtil. feature(TopoJson topojson, Key featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtil. feature(AbstractInjectableResource topojson, String featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtil. feature(AbstractInjectableResource topojson, Key featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.
 
-