Class AnimateBase

    • Field Detail

      • repeatCount

        private double repeatCount
    • Constructor Detail

      • AnimateBase

        public AnimateBase()
        Creates a new instance of Animate
    • Method Detail

      • loaderStartElement

        public void loaderStartElement​(SVGLoaderHelper helper,
                                       org.xml.sax.Attributes attrs,
                                       SVGElement parent)
                                throws org.xml.sax.SAXException
        Description copied from class: SVGElement
        Called during SAX load process to notify that this tag has begun the process of being loaded
        Overrides:
        loaderStartElement in class AnimationElement
        Parameters:
        helper - - An object passed to all SVG elements involved in this build process to aid in sharing information.
        attrs - - Attributes of this tag
        Throws:
        org.xml.sax.SAXException
      • getRepeatCount

        public double getRepeatCount()
        Returns:
        the repeatCount
      • setRepeatCount

        public void setRepeatCount​(double repeatCount)
        Parameters:
        repeatCount - the repeatCount to set
      • getRepeatDur

        public TimeBase getRepeatDur()
        Returns:
        the repeatDur
      • setRepeatDur

        public void setRepeatDur​(TimeBase repeatDur)
        Parameters:
        repeatDur - the repeatDur to set