kitfox-svg-core
1.0.0-build001 / 2012-04-07T15:40:49.711-0500

Uses of Class
com.kitfox.svg.SVGLoaderHelper

Packages that use SVGLoaderHelper
com.kitfox.svg Provides the nodes of an SVG scene graph. 
com.kitfox.svg.animation   
 

Uses of SVGLoaderHelper in com.kitfox.svg
 

Methods in com.kitfox.svg with parameters of type SVGLoaderHelper
 void Gradient.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void MissingGlyph.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void PatternSVG.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void ClipPath.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void Group.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void Font.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void SVGElement.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void FilterEffects.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void Text.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void Defs.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void Filter.loaderAddChild(SVGLoaderHelper helper, SVGElement child)
          Called after the start element but before the end element to indicate each child tag that has been processed
 void SVGElement.loaderAddText(SVGLoaderHelper helper, String text)
          Called during load process to add text scanned within a tag
 void Text.loaderAddText(SVGLoaderHelper helper, String text)
          Called during load process to add text scanned within a tag
 void Title.loaderAddText(SVGLoaderHelper helper, String text)
          Called during load process to add text scanned within a tag
 void Tspan.loaderAddText(SVGLoaderHelper helper, String text)
          Called during load process to add text scanned within a tag
 void Style.loaderAddText(SVGLoaderHelper helper, String text)
          Called during load process to add text scanned within a tag
 void Desc.loaderAddText(SVGLoaderHelper helper, String text)
          Called during load process to add text scanned within a tag
 void Font.loaderEndElement(SVGLoaderHelper helper)
           
 void SVGElement.loaderEndElement(SVGLoaderHelper helper)
          Called to indicate that this tag and the tags it contains have been completely processed, and that it should finish any load processes.
 void SVGElement.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
          Called during SAX load process to notify that this tag has begun the process of being loaded
 

Uses of SVGLoaderHelper in com.kitfox.svg.animation
 

Methods in com.kitfox.svg.animation with parameters of type SVGLoaderHelper
 void AnimateTransform.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void SetSmil.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void AnimateMotion.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void AnimateColor.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void Animate.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void AnimationElement.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void AnimateBase.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 void AnimateXform.loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
           
 


kitfox-svg-core
1.0.0-build001 / 2012-04-07T15:40:49.711-0500

Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.