Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.ui |
UI classes which are part of libgwtsvg public API.
|
Modifier and Type | Class and Description |
---|---|
class |
OMSVGDocument
When an svg element is embedded inline as
a component of a document from another namespace, such as when an svg element is embedded inline within
an XHTML document [XHTML], then an
OMSVGDocument object will not exist; instead, the
root object in the document object hierarchy will be a Document object
of a different type, such as an HTMLDocument object. |
class |
OMSVGSVGElement
A key interface definition is the
OMSVGSVGElement
interface, which is the interface that corresponds to the svg element. |
Modifier and Type | Class and Description |
---|---|
class |
SVGImage
A widget which contains a single
OMSVGSVGElement . |
Copyright © 2018. All Rights Reserved.