|
kitfox-svg-core 1.0.0-build001 / 2012-04-07T15:40:49.711-0500 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SVGElement | |
|---|---|
| com.kitfox.svg | Provides the nodes of an SVG scene graph. |
| com.kitfox.svg.animation | |
| Uses of SVGElement in com.kitfox.svg |
|---|
| Subclasses of SVGElement in com.kitfox.svg | |
|---|---|
class |
A
|
class |
Circle
|
class |
ClipPath
|
class |
Defs
|
class |
Desc
Holds title textual information within tree |
class |
Ellipse
|
class |
FeDistantLight
|
class |
FeLight
|
class |
FePointLight
|
class |
FeSpotLight
|
class |
FillElement
|
class |
Filter
|
class |
FilterEffects
|
class |
Font
Implements an embedded font. |
class |
FontFace
Implements an embedded font. |
class |
Glyph
Implements an embedded font. |
class |
Gradient
|
class |
Group
|
class |
Hkern
|
class |
ImageSVG
Implements an embedded font. |
class |
Line
|
class |
LinearGradient
|
class |
Marker
|
class |
Metadata
Does not hold any information. |
class |
MissingGlyph
Implements an embedded font. |
class |
Path
|
class |
PatternSVG
|
class |
Polygon
|
class |
Polyline
|
class |
RadialGradient
|
class |
Rect
|
class |
RenderableElement
Maintains bounding box for this element |
class |
ShapeElement
Parent of shape objects |
class |
Stop
|
class |
Style
Holds title textual information within tree |
class |
SVGRoot
The root element of an SVG tree. |
class |
Symbol
|
class |
Text
|
class |
Title
Holds title textual information within tree |
class |
TransformableElement
Maintains bounding box for this element |
class |
Tspan
|
class |
Use
|
| Fields in com.kitfox.svg declared as SVGElement | |
|---|---|
protected SVGElement |
SVGElement.parent
|
| Methods in com.kitfox.svg that return SVGElement | |
|---|---|
SVGElement |
SVGElement.getChild(int i)
|
SVGElement |
SVGElement.getChild(String id)
|
SVGElement |
SVGElementException.getElement()
|
SVGElement |
SVGDiagram.getElement(String name)
|
SVGElement |
SVGUniverse.getElement(URI path)
Returns the element of the document at the given URI. |
SVGElement |
SVGUniverse.getElement(URI path,
boolean loadIfAbsent)
Looks up a href within our universe. |
SVGElement |
SVGUniverse.getElement(URL path)
|
SVGElement |
SVGElement.getParent()
|
protected SVGElement |
SVGElement.getParentContext()
|
protected SVGElement |
SVGElement.popParentContext()
|
| Methods in com.kitfox.svg with parameters of type SVGElement | |
|---|---|
int |
SVGElement.indexOfChild(SVGElement child)
Searches children for given element. |
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.loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent)
Called during SAX load process to notify that this tag has begun the process of being loaded |
protected void |
SVGElement.pushParentContext(SVGElement context)
Hack to allow nodes to temporarily change their parents. |
void |
SVGElement.removeChild(SVGElement child)
|
void |
SVGDiagram.setElement(String name,
SVGElement node)
|
| Constructors in com.kitfox.svg with parameters of type SVGElement | |
|---|---|
RenderableElement(String id,
SVGElement parent)
|
|
SVGElement(String id,
String cssClass,
SVGElement parent)
|
|
SVGElement(String id,
SVGElement parent)
|
|
SVGElementException(SVGElement element)
Creates a new instance of SVGException without detail message. |
|
SVGElementException(SVGElement element,
String msg)
Constructs an instance of SVGException with the specified detail message. |
|
SVGElementException(SVGElement element,
String msg,
Throwable cause)
|
|
SVGElementException(SVGElement element,
Throwable cause)
|
|
TransformableElement(String id,
SVGElement parent)
|
|
| Uses of SVGElement in com.kitfox.svg.animation |
|---|
| Subclasses of SVGElement in com.kitfox.svg.animation | |
|---|---|
class |
Animate
Animate is a really annoying morphic tag that could represent a real value, a color or a path |
class |
AnimateBase
|
class |
AnimateColor
|
class |
AnimateMotion
|
class |
AnimateTransform
|
class |
AnimateXform
|
class |
AnimationElement
|
class |
SetSmil
Set is used to set a textual value; most likely for a style element. |
| Fields in com.kitfox.svg.animation declared as SVGElement | |
|---|---|
protected SVGElement |
TrackBase.parent
Element we're animating |
| Methods in com.kitfox.svg.animation with parameters of type SVGElement | |
|---|---|
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)
|
| Constructors in com.kitfox.svg.animation with parameters of type SVGElement | |
|---|---|
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)
|
|
|
kitfox-svg-core 1.0.0-build001 / 2012-04-07T15:40:49.711-0500 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||