Class SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue

    • Constructor Detail

      • AnimSVGPARValue

        public AnimSVGPARValue()
    • Method Detail

      • setAttributeValue

        protected void setAttributeValue​(java.lang.String value)
                                  throws org.w3c.dom.DOMException
        Sets the associated DOM attribute. Does nothing, since animated values aren't reflected in the DOM.
        Specified by:
        setAttributeValue in class AbstractSVGPreserveAspectRatio
        Throws:
        org.w3c.dom.DOMException
      • getAlign

        public short getAlign()
        DOM: Implements SVGPreserveAspectRatio.getAlign().
        Specified by:
        getAlign in interface org.w3c.dom.svg.SVGPreserveAspectRatio
        Overrides:
        getAlign in class AbstractSVGPreserveAspectRatio
      • getMeetOrSlice

        public short getMeetOrSlice()
        DOM: Implements SVGPreserveAspectRatio.getMeetOrSlice().
        Specified by:
        getMeetOrSlice in interface org.w3c.dom.svg.SVGPreserveAspectRatio
        Overrides:
        getMeetOrSlice in class AbstractSVGPreserveAspectRatio
      • setAlign

        public void setAlign​(short align)
        DOM: Implements SVGPreserveAspectRatio.setAlign(short).
        Specified by:
        setAlign in interface org.w3c.dom.svg.SVGPreserveAspectRatio
        Overrides:
        setAlign in class AbstractSVGPreserveAspectRatio
      • setMeetOrSlice

        public void setMeetOrSlice​(short meetOrSlice)
        DOM: Implements SVGPreserveAspectRatio.setMeetOrSlice(short).
        Specified by:
        setMeetOrSlice in interface org.w3c.dom.svg.SVGPreserveAspectRatio
        Overrides:
        setMeetOrSlice in class AbstractSVGPreserveAspectRatio
      • setAnimatedValue

        protected void setAnimatedValue​(short align,
                                        short meetOrSlice)
        Updates the animated value.