Interface SVGLength


  • public interface SVGLength
    • Method Detail

      • getUnitType

        short getUnitType()
      • getValue

        float getValue()
      • getValueInSpecifiedUnits

        float getValueInSpecifiedUnits()
      • setValueInSpecifiedUnits

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

        java.lang.String getValueAsString()
      • newValueSpecifiedUnits

        void newValueSpecifiedUnits​(short unitType,
                                    float valueInSpecifiedUnits)
      • convertToSpecifiedUnits

        void convertToSpecifiedUnits​(short unitType)