|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGResource
A resource that contains SVG that should be incorporated into the compiled output.
Note that by default SVG resources are validated against the SVG 1.1 XSD schema.
You can opt out of validation by setting the validated="false"
attribute on the annotation.
Nested Class Summary | |
---|---|
static interface |
SVGResource.Validated
Specifies additional options to control how an SVG is bundled. |
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.DataResource |
---|
com.google.gwt.resources.client.DataResource.DoNotEmbed, com.google.gwt.resources.client.DataResource.MimeType |
Method Summary | |
---|---|
OMSVGSVGElement |
getSvg()
Returns the root element of the SVG resource |
Methods inherited from interface com.google.gwt.resources.client.DataResource |
---|
getSafeUri, getUrl |
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype |
---|
getName |
Method Detail |
---|
OMSVGSVGElement getSvg()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |