Class SVGOMAnimatedMarkerOrientValue

    • Constructor Detail

      • SVGOMAnimatedMarkerOrientValue

        public SVGOMAnimatedMarkerOrientValue​(AbstractElement elt,
                                              java.lang.String ns,
                                              java.lang.String ln)
        Creates a new SVGOMAnimatedMarkerOrientValue.
        Parameters:
        elt - The associated element.
        ns - The attribute's namespace URI.
        ln - The attribute's local name.
    • Method Detail

      • attrAdded

        public void attrAdded​(org.w3c.dom.Attr node,
                              java.lang.String newv)
        Called when an Attr node has been added.
      • attrModified

        public void attrModified​(org.w3c.dom.Attr node,
                                 java.lang.String oldv,
                                 java.lang.String newv)
        Called when an Attr node has been modified.
      • attrRemoved

        public void attrRemoved​(org.w3c.dom.Attr node,
                                java.lang.String oldv)
        Called when an Attr node has been removed.
      • setAnimatedValueToAngle

        public void setAnimatedValueToAngle​(short unitType,
                                            float value)
        Sets the animated value to the given angle.
      • setAnimatedValueToAuto

        public void setAnimatedValueToAuto()
        Sets the animated value to the "auto" value.
      • resetAnimatedValue

        public void resetAnimatedValue()
        Resets the animated value.
      • getAnimatedAngle

        public org.w3c.dom.svg.SVGAnimatedAngle getAnimatedAngle()
        Returns the SVGAnimatedAngle component of the orient value.
      • getAnimatedEnumeration

        public org.w3c.dom.svg.SVGAnimatedEnumeration getAnimatedEnumeration()
        Returns the SVGAnimatedEnumeration component of the orient value.