public static interface ParserSample.ParserSampleBundle
extends com.google.gwt.resources.client.ClientBundle
Modifier and Type | Field and Description |
---|---|
static ParserSample.ParserSampleBundle |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
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() |
static final ParserSample.ParserSampleBundle INSTANCE
@ClientBundle.Source(value="tiger.svg") org.vectomatic.dom.svg.ui.ExternalSVGResource tiger()
@ClientBundle.Source(value="lion.svg") org.vectomatic.dom.svg.ui.ExternalSVGResource lion()
@ClientBundle.Source(value="butterfly.svg") org.vectomatic.dom.svg.ui.ExternalSVGResource butterfly()
@ClientBundle.Source(value="notwellformed.svg") @ExternalSVGResource.Validated(validated=false) org.vectomatic.dom.svg.ui.ExternalSVGResource notwellformed()
Copyright © 2018. All Rights Reserved.