Package | Description |
---|---|
com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
com.kitfox.svg.animation |
Modifier and Type | Method and Description |
---|---|
void |
SVGElement.addAttribute(String name,
int attribType,
String value) |
void |
Text.appendTspan(Tspan tspan) |
boolean |
SVGElement.hasAttribute(String name,
int attribType) |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.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.removeChild(SVGElement child) |
void |
SVGElement.setAttribute(String name,
int attribType,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
TrackManager.addTrackElement(AnimationElement element)
Adds a new animation element to this track
|
Constructor and Description |
---|
TrackBase(SVGElement parent,
AnimationElement ele)
Creates a track that would be valid for the name and type of element
passed in.
|
TrackBase(SVGElement parent,
String attribName,
int attribType) |
TrackColor(AnimationElement ele) |
TrackDouble(AnimationElement ele) |
TrackMotion(AnimationElement ele) |
TrackPath(AnimationElement ele) |
TrackTransform(AnimationElement ele) |
Copyright ?? 2011-2014 Kitfox Studios. All Rights Reserved.