Class SetSmil

  • All Implemented Interfaces:
    java.io.Serializable

    public class SetSmil
    extends AnimationElement
    Set is used to set a textual value; most likely for a style element.
    See Also:
    Serialized Form
    • Field Detail

      • toValue

        private java.lang.String toValue
    • Constructor Detail

      • SetSmil

        public SetSmil()
        Creates a new instance of Set
    • 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
      • getToValue

        public java.lang.String getToValue()
        Returns:
        the toValue
      • setToValue

        public void setToValue​(java.lang.String toValue)
        Parameters:
        toValue - the toValue to set