Class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle

    • Field Summary

      • Fields inherited from interface org.w3c.dom.svg.SVGAngle

        SVG_ANGLETYPE_DEG, SVG_ANGLETYPE_GRAD, SVG_ANGLETYPE_RAD, SVG_ANGLETYPE_UNKNOWN, SVG_ANGLETYPE_UNSPECIFIED
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AnimSVGAngle()  
    • Constructor Detail

      • AnimSVGAngle

        protected AnimSVGAngle()
    • Method Detail

      • getUnitType

        public short getUnitType()
        DOM: Implements SVGAngle.getUnitType().
        Specified by:
        getUnitType in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        getUnitType in class SVGOMAngle
      • getValue

        public float getValue()
        DOM: Implements SVGAngle.getValue().
        Specified by:
        getValue in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        getValue in class SVGOMAngle
      • getValueInSpecifiedUnits

        public float getValueInSpecifiedUnits()
        DOM: Implements SVGAngle.getValueInSpecifiedUnits().
        Specified by:
        getValueInSpecifiedUnits in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        getValueInSpecifiedUnits in class SVGOMAngle
      • getValueAsString

        public java.lang.String getValueAsString()
        DOM: Implements SVGAngle.getValueAsString().
        Specified by:
        getValueAsString in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        getValueAsString in class SVGOMAngle
      • setValue

        public void setValue​(float value)
                      throws org.w3c.dom.DOMException
        DOM: Implements SVGAngle.setValue(float).
        Specified by:
        setValue in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        setValue in class SVGOMAngle
        Throws:
        org.w3c.dom.DOMException
      • setValueInSpecifiedUnits

        public void setValueInSpecifiedUnits​(float value)
                                      throws org.w3c.dom.DOMException
        DOM: Implements SVGAngle.setValueInSpecifiedUnits(float).
        Specified by:
        setValueInSpecifiedUnits in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        setValueInSpecifiedUnits in class SVGOMAngle
        Throws:
        org.w3c.dom.DOMException
      • setValueAsString

        public void setValueAsString​(java.lang.String value)
                              throws org.w3c.dom.DOMException
        DOM: Implements SVGAngle.setValueAsString(String).
        Specified by:
        setValueAsString in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        setValueAsString in class SVGOMAngle
        Throws:
        org.w3c.dom.DOMException
      • newValueSpecifiedUnits

        public void newValueSpecifiedUnits​(short unit,
                                           float value)
        DOM: Implements SVGAngle.newValueSpecifiedUnits(short,float).
        Specified by:
        newValueSpecifiedUnits in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        newValueSpecifiedUnits in class SVGOMAngle
      • convertToSpecifiedUnits

        public void convertToSpecifiedUnits​(short unit)
        DOM: Implements SVGAngle.convertToSpecifiedUnits(short).
        Specified by:
        convertToSpecifiedUnits in interface org.w3c.dom.svg.SVGAngle
        Overrides:
        convertToSpecifiedUnits in class SVGOMAngle
      • setAnimatedValue

        protected void setAnimatedValue​(int type,
                                        float val)
        Sets the animated value.