Interface SVGAnimatedBoolean


public interface SVGAnimatedBoolean

SVGAnimatedBoolean interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    getAnimVal.
    boolean
    getBaseVal.
    void
    setBaseVal(boolean baseVal)
    setBaseVal.
  • Method Details

    • getBaseVal

      boolean getBaseVal()

      getBaseVal.

      Returns:
      a boolean.
    • setBaseVal

      void setBaseVal(boolean baseVal)

      setBaseVal.

      Parameters:
      baseVal - a boolean.
      Throws:
      DOMException - if any.
    • getAnimVal

      boolean getAnimVal()

      getAnimVal.

      Returns:
      a boolean.