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

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

Methods in org.vectomatic.dom.svg that return OMSVGAngle
 OMSVGAngle OMSVGSVGElement.createSVGAngle()
          Creates an OMSVGAngle object outside of any document trees.
 OMSVGAngle OMSVGSVGElement.createSVGAngle(OMSVGAngle a)
          Creates an OMSVGAngle object outside of any document trees.
 OMSVGAngle OMSVGSVGElement.createSVGAngle(short unitType, float valueInSpecifiedUnits)
          Creates an OMSVGAngle object outside of any document trees.
 OMSVGAngle OMSVGAnimatedAngle.getAnimVal()
          A read only OMSVGAngle representing the current animated value of the given attribute.
 OMSVGAngle OMSVGAnimatedAngle.getBaseVal()
          The base value of the given attribute before applying any animations.
 

Methods in org.vectomatic.dom.svg with parameters of type OMSVGAngle
 OMSVGAngle OMSVGSVGElement.createSVGAngle(OMSVGAngle a)
          Creates an OMSVGAngle object outside of any document trees.
 void OMSVGMarkerElement.setOrientToAngle(OMSVGAngle angle)
          Sets the value of attribute orient to the given angle.
 

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

Methods in org.vectomatic.dom.svg.impl that return OMSVGAngle
 OMSVGAngle SVGSVGElement.createSVGAngle()
          Creates an OMSVGAngle object outside of any document trees.
 

Methods in org.vectomatic.dom.svg.impl with parameters of type OMSVGAngle
 void SVGMarkerElement.setOrientToAngle(OMSVGAngle angle)
          Sets the value of attribute orient to the given angle.
 



Copyright © 2012. All Rights Reserved.