Package | Description |
---|---|
com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
com.kitfox.svg.animation |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Desc.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 |
Text.loaderAddText(SVGLoaderHelper helper,
String text)
Called during load process to add text scanned within a tag
|
void |
SVGElement.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 |
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 |
Font.loaderEndElement(SVGLoaderHelper helper) |
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
|
Modifier and Type | Method and Description |
---|---|
void |
AnimationElement.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 |
AnimateTransform.loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent) |
void |
Animate.loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent) |
void |
AnimateXform.loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent) |
void |
AnimateBase.loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent) |
void |
SetSmil.loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent) |
Copyright © 2011-2017 Kitfox Studios. All Rights Reserved.