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

Packages that use OMSVGElementInstance
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
org.vectomatic.dom.svg.impl libgwtsvg implementation classes, not to be accessed directly. 
 

Uses of OMSVGElementInstance in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGElementInstance
 OMSVGElementInstance OMSVGUseElement.getAnimatedInstanceRoot()
          If the xlink:href attribute is being animated, contains the current animated root of the "instance tree".
 OMSVGElementInstance OMSVGElementInstance.getFirstChild()
          The first child of this OMSVGElementInstance within the instance tree.
 OMSVGElementInstance OMSVGUseElement.getInstanceRoot()
          The root of the "instance tree".
 OMSVGElementInstance OMSVGElementInstance.getLastChild()
          The last child of this OMSVGElementInstance within the instance tree.
 OMSVGElementInstance OMSVGElementInstance.getNextSibling()
          The OMSVGElementInstance immediately following this OMSVGElementInstance.
 OMSVGElementInstance OMSVGElementInstance.getParentNode()
          The parent of this OMSVGElementInstance within the instance tree.
 OMSVGElementInstance OMSVGElementInstance.getPreviousSibling()
          The OMSVGElementInstance immediately preceding this OMSVGElementInstance.
 OMSVGElementInstance OMSVGElementInstanceList.item(int index)
          Returns the indexth item in the collection.
 

Uses of OMSVGElementInstance in org.vectomatic.dom.svg.impl
 

Methods in org.vectomatic.dom.svg.impl that return OMSVGElementInstance
 OMSVGElementInstance SVGUseElement.getAnimatedInstanceRoot()
          If the xlink:href attribute is being animated, contains the current animated root of the "instance tree".
 OMSVGElementInstance SVGUseElement.getInstanceRoot()
          The root of the "instance tree".
 



Copyright © 2012. All Rights Reserved.