Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
OMAttr |
OMElement.getAttributeNode(String attrName)
Retrieves an attribute node by name on the specified element.
|
OMAttr |
OMElement.setAttributeNode(OMAttr attr)
Adds a new attribute node to the specified element.
|
Modifier and Type | Method and Description |
---|---|
OMNamedNodeMap<OMAttr> |
OMElement.getAttributes()
Returns a
OMNamedNodeMap containing the attributes of the
specified element. |
Modifier and Type | Method and Description |
---|---|
OMAttr |
OMElement.setAttributeNode(OMAttr attr)
Adds a new attribute node to the specified element.
|
Copyright © 2018. All Rights Reserved.