Uses of Interface
org.w3c.dom.svg.SVGAngle

Packages that use SVGAngle
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGAngle in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return SVGAngle
 SVGAngle SVGOMSVGElement.createSVGAngle()
           
 

Methods in org.apache.batik.dom.svg with parameters of type SVGAngle
 void SVGOMMarkerElement.setOrientToAngle(SVGAngle angle)
          DOM: Implements SVGMarkerElement.setOrientToAngle(SVGAngle).
 

Uses of SVGAngle in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGAngle
 SVGAngle SVGSVGElement.createSVGAngle()
           
 SVGAngle SVGAnimatedAngle.getBaseVal()
           
 SVGAngle SVGAnimatedAngle.getAnimVal()
           
 

Methods in org.w3c.dom.svg with parameters of type SVGAngle
 void SVGMarkerElement.setOrientToAngle(SVGAngle angle)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.