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

Packages that use SVGAngle
org.w3c.dom.svg   
 

Uses of SVGAngle in org.w3c.dom.svg
 

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

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