Uses of Class
org.vectomatic.dom.svg.OMAttr

Packages that use OMAttr
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
 

Uses of OMAttr in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMAttr
 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.
 

Methods in org.vectomatic.dom.svg that return types with arguments of type OMAttr
 OMNamedNodeMap<OMAttr> OMElement.getAttributes()
          Returns a OMNamedNodeMap containing the attributes of the specified element.
 

Methods in org.vectomatic.dom.svg with parameters of type OMAttr
 OMAttr OMElement.setAttributeNode(OMAttr attr)
          Adds a new attribute node to the specified element.
 



Copyright © 2012. All Rights Reserved.