Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
Constructor and Description |
---|
OMSVGSVGElement(SVGSVGElement ot) |
Modifier and Type | Method and Description |
---|---|
protected static SVGSVGElement |
SVGParserImpl.enableScriptElements(SVGSVGElement svg)
Re-enables scripts disabled by the DOMParser.parseFromString method.
|
SVGSVGElement |
SVGElement.getOwnerSVGElement()
The nearest ancestor svg element.
|
SVGSVGElement |
SVGDocument.getRootElement()
The root svg in the document hierarchy.
|
SVGSVGElement |
SVGParserImplMozilla.parse(String rawSvg,
boolean enableScripts)
Parses the supplied SVG text into a document
|
SVGSVGElement |
SVGParserImpl.parse(String rawSvg,
boolean enableScripts)
Parses the supplied SVG text into a document
|
SVGSVGElement |
SVGParserImplWebkit.parse(String rawSvg,
boolean enableScripts)
Parses the supplied SVG text into a document
|
SVGSVGElement |
SVGParserImpl.parseIE(String rawSvg,
boolean enableScripts) |
Modifier and Type | Method and Description |
---|---|
protected static SVGSVGElement |
SVGParserImpl.enableScriptElements(SVGSVGElement svg)
Re-enables scripts disabled by the DOMParser.parseFromString method.
|
Copyright © 2018. All Rights Reserved.