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

Packages that use OMSVGAnimatedLengthList
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 OMSVGAnimatedLengthList in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGAnimatedLengthList
 OMSVGAnimatedLengthList OMSVGTextPositioningElement.getDx()
          Corresponds to attribute 'dx' on the given element.
 OMSVGAnimatedLengthList OMSVGTextPositioningElement.getDy()
          Corresponds to attribute 'dy' on the given element.
 OMSVGAnimatedLengthList OMSVGTextPositioningElement.getX()
          Corresponds to attribute 'x' on the given element.
 OMSVGAnimatedLengthList OMSVGTextPositioningElement.getY()
          Corresponds to attribute 'y' on the given element.
 

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

Methods in org.vectomatic.dom.svg.impl that return OMSVGAnimatedLengthList
 OMSVGAnimatedLengthList SVGTextPositioningElement.getDx()
          Corresponds to attribute 'dx' on the given element.
 OMSVGAnimatedLengthList SVGTextPositioningElement.getDy()
          Corresponds to attribute 'dy' on the given element.
 OMSVGAnimatedLengthList SVGTextPositioningElement.getX()
          Corresponds to attribute 'x' on the given element.
 OMSVGAnimatedLengthList SVGTextPositioningElement.getY()
          Corresponds to attribute 'y' on the given element.
 



Copyright © 2012. All Rights Reserved.