Uses of Class
org.vectomatic.dom.svg.impl.Attr

Packages that use Attr
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. 
 

Uses of Attr in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return Attr
 Attr OMAttr.getAttr()
          Returns the wrapped Attr
 

Constructors in org.vectomatic.dom.svg with parameters of type Attr
OMAttr(Attr ot)
          Constructor
 

Uses of Attr in org.vectomatic.dom.svg.utils
 

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

Methods in org.vectomatic.dom.svg.utils that return types with arguments of type Attr
static NamedNodeMap<Attr> DOMHelper.getAttributes(com.google.gwt.dom.client.Element elem)
          Returns a NamedNodeMap containing the attributes of the specified element.
 

Methods in org.vectomatic.dom.svg.utils with parameters of type Attr
static Attr DOMHelper.setAttributeNode(com.google.gwt.dom.client.Element elt, Attr attr)
          Adds a new attribute node to the specified element.
 



Copyright © 2012. All Rights Reserved.