org.vectomatic.svg.samples.client.parser
Interface ParserSample.ParserSampleBundle
- All Superinterfaces:
- com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- ParserSample
public static interface ParserSample.ParserSampleBundle
- extends com.google.gwt.resources.client.ClientBundle
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
com.google.gwt.resources.client.ClientBundle.Source |
Method Summary |
org.vectomatic.dom.svg.ui.ExternalSVGResource |
butterfly()
|
org.vectomatic.dom.svg.ui.ExternalSVGResource |
lion()
|
org.vectomatic.dom.svg.ui.ExternalSVGResource |
notwellformed()
|
org.vectomatic.dom.svg.ui.ExternalSVGResource |
tiger()
|
INSTANCE
static final ParserSample.ParserSampleBundle INSTANCE
tiger
@ClientBundle.Source(value="tiger.svg")
org.vectomatic.dom.svg.ui.ExternalSVGResource tiger()
lion
@ClientBundle.Source(value="lion.svg")
org.vectomatic.dom.svg.ui.ExternalSVGResource lion()
butterfly
@ClientBundle.Source(value="butterfly.svg")
org.vectomatic.dom.svg.ui.ExternalSVGResource butterfly()
notwellformed
@ClientBundle.Source(value="notwellformed.svg")
@ExternalSVGResource.Validated(validated=false)
org.vectomatic.dom.svg.ui.ExternalSVGResource notwellformed()
Copyright © 2011. All Rights Reserved.