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

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

Methods in org.vectomatic.dom.svg that return OMSVGAnimatedNumberList
 OMSVGAnimatedNumberList OMSVGFEConvolveMatrixElement.getKernelMatrix()
          Corresponds to attribute OMSVGFEConvolveMatrixElement.getKernelMatrix() on the given feConvolveMatrix element.
 OMSVGAnimatedNumberList OMSVGTextPositioningElement.getRotate()
          Corresponds to attribute 'rotate' on the given element.
 OMSVGAnimatedNumberList OMSVGComponentTransferFunctionElement.getTableValues()
          Corresponds to attribute OMSVGComponentTransferFunctionElement.getTableValues() on the given element.
 OMSVGAnimatedNumberList OMSVGFEColorMatrixElement.getValues()
          Corresponds to attribute OMSVGFEColorMatrixElement.getValues() on the given feColorMatrix element.
 

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

Methods in org.vectomatic.dom.svg.impl that return OMSVGAnimatedNumberList
 OMSVGAnimatedNumberList SVGFEConvolveMatrixElement.getKernelMatrix()
          Corresponds to attribute SVGFEConvolveMatrixElement.getKernelMatrix() on the given feConvolveMatrix element.
 OMSVGAnimatedNumberList SVGTextPositioningElement.getRotate()
          Corresponds to attribute 'rotate' on the given element.
 OMSVGAnimatedNumberList SVGComponentTransferFunctionElement.getTableValues()
          Corresponds to attribute SVGComponentTransferFunctionElement.getTableValues() on the given element.
 OMSVGAnimatedNumberList SVGFEColorMatrixElement.getValues()
          Corresponds to attribute SVGFEColorMatrixElement.getValues() on the given feColorMatrix element.
 



Copyright © 2012. All Rights Reserved.