Interface SVGAngle

All Known Implementing Classes:
SVGOMAngle, SVGOMAnimatedMarkerOrientValue.AnimSVGAngle, SVGOMAnimatedMarkerOrientValue.BaseSVGAngle

public interface SVGAngle
  • 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)