Interface SVGNumber

All Known Implementing Classes:
SVGNumberImpl

public interface SVGNumber

SVGNumber interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getValue.
    void
    setValue(float value)
    setValue.
  • Method Details

    • getValue

      float getValue()

      getValue.

      Returns:
      a float.
    • setValue

      void setValue(float value)

      setValue.

      Parameters:
      value - a float.
      Throws:
      DOMException - if any.