Package | Description |
---|---|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
org.vectomatic.dom.svg.utils |
Utility classes which are part of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static OMSVGSVGElement |
OMSVGParser.parse(String rawSvg)
Parses the supplied SVG text into a document.
|
static OMSVGSVGElement |
OMSVGParser.parse(String rawSvg,
boolean enableScripts)
Parses the supplied SVG text into a document
|
Copyright © 2018. All Rights Reserved.