org.vectomatic.dom.svg.ui
Interface SVGResource
- All Superinterfaces:
- com.google.gwt.resources.client.ResourcePrototype
public interface SVGResource
- extends com.google.gwt.resources.client.ResourcePrototype
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.
- Author:
- laaglu
Nested Class Summary |
static interface |
SVGResource.Validated
Specifies additional options to control how an SVG is bundled. |
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype |
getName |
getSvg
OMSVGSVGElement getSvg()
- Returns the root element of the SVG resource
- Returns:
- the root element of the SVG resource
Copyright © 2012. All Rights Reserved.