Interface SVGAnimatedNumber

All Known Implementing Classes:
SVGOMAnimatedNumber

public interface SVGAnimatedNumber
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    void
    setBaseVal(float baseVal)
     
  • Method Details

    • getBaseVal

      float getBaseVal()
    • setBaseVal

      void setBaseVal(float baseVal) throws DOMException
      Throws:
      DOMException
    • getAnimVal

      float getAnimVal()