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.geo
Methods in org.pepstock.charba.client.geo with parameters of type FeatureFindCallback Modifier and Type Method Description static FeatureGeoUtils. feature(String topojson, String featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtils. feature(String topojson, Key featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtils. feature(TopoJson topojson, String featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtils. feature(TopoJson topojson, Key featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtils. feature(AbstractInjectableResource topojson, String featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.static FeatureGeoUtils. feature(AbstractInjectableResource topojson, Key featureProperty, FeatureFindCallback findCallback)Reads the topoJson definition and find a specific feature to enable outline.
-