Interface NativeLibraryResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface NativeLibraryResources extends com.google.gwt.resources.client.ClientBundle
-
-
Field Summary
Fields Modifier and Type Field Description static NativeLibraryResourcesINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.TextResourcec3js()com.google.gwt.resources.client.TextResourcecountriesgeojson()com.google.gwt.resources.client.TextResourced3geoprojectionjs()
-
-
-
Field Detail
-
INSTANCE
static final NativeLibraryResources INSTANCE
-
-
Method Detail
-
c3js
@Source("js/c3.min.js") com.google.gwt.resources.client.TextResource c3js()
-
d3geoprojectionjs
@Source("js/d3-geo-projection.min.js") com.google.gwt.resources.client.TextResource d3geoprojectionjs()
-
countriesgeojson
@Source("json/countries.geo.json") com.google.gwt.resources.client.TextResource countriesgeojson()
-
-