Interface SVGLength

All Known Implementing Classes:
AbstractSVGAnimatedLength.AnimSVGLength, AbstractSVGAnimatedLength.BaseSVGLength, AbstractSVGLength, AbstractSVGLengthList.SVGLengthItem, SVGOMLength

public interface SVGLength
  • Field Details

  • Method Details

    • getUnitType

      short getUnitType()
    • getValue

      float getValue()
    • setValue

      void setValue(float value) throws DOMException
      Throws:
      DOMException
    • getValueInSpecifiedUnits

      float getValueInSpecifiedUnits()
    • setValueInSpecifiedUnits

      void setValueInSpecifiedUnits(float valueInSpecifiedUnits) throws DOMException
      Throws:
      DOMException
    • getValueAsString

      String getValueAsString()
    • setValueAsString

      void setValueAsString(String valueAsString) throws DOMException
      Throws:
      DOMException
    • newValueSpecifiedUnits

      void newValueSpecifiedUnits(short unitType, float valueInSpecifiedUnits)
    • convertToSpecifiedUnits

      void convertToSpecifiedUnits(short unitType)