| Package | Description |
|---|---|
| org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
| org.vectomatic.dom.svg.utils |
Utility classes which are part of libgwtsvg public API.
|
| Modifier and Type | Method and Description |
|---|---|
Attr |
OMAttr.getAttr()
Returns the wrapped
Attr |
| Constructor and Description |
|---|
OMAttr(Attr ot)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Attr |
DOMHelper.getAttributeNode(com.google.gwt.dom.client.Element elt,
String attrName)
Retrieves an attribute node by name on the specified element.
|
static Attr |
DOMHelper.setAttributeNode(com.google.gwt.dom.client.Element elt,
Attr attr)
Adds a new attribute node to the specified element.
|
| Modifier and Type | Method and Description |
|---|---|
static NamedNodeMap<Attr> |
DOMHelper.getAttributes(com.google.gwt.dom.client.Element elem)
Returns a
NamedNodeMap containing the attributes of the
specified element. |
| Modifier and Type | Method and Description |
|---|---|
static Attr |
DOMHelper.setAttributeNode(com.google.gwt.dom.client.Element elt,
Attr attr)
Adds a new attribute node to the specified element.
|
Copyright © 2018. All Rights Reserved.