Package com.kitfox.svg

Provides the nodes of an SVG scene graph.

See:
          Description

Class Summary
Circle  
ClipPath  
Defs  
Desc Holds title textual information within tree
Ellipse  
FeDistantLight  
FeLight  
FePointLight  
FeSpotLight  
FillElement  
Filter  
FilterEffects  
Font Implements an embedded font.
FontFace Implements an embedded font.
Glyph Implements an embedded font.
Gradient  
Group  
ImageSVG Implements an embedded font.
Line  
LinearGradient  
Metadata Does not hold any information.
MissingGlyph Implements an embedded font.
Path  
PatternSVG  
Polygon  
Polyline  
RadialGradient  
Rect  
RenderableElement Maintains bounding box for this element
ShapeElement Parent of shape objects
Stop  
Style Holds title textual information within tree
SVGCache A convienience singleton for allowing all classes to access a common SVG universe.
SVGDiagram Top level structure in an SVG tree.
SVGDisplayPanel  
SVGElement  
SVGLoader  
SVGLoaderHelper  
SVGRoot The root element of an SVG tree.
SVGUniverse Many SVG files can be loaded at one time.
Symbol  
Text  
Title Holds title textual information within tree
TransformableElement Maintains bounding box for this element
Tspan  
Use  
 

Exception Summary
SVGElementException  
SVGException  
SVGParseException  
 

Package com.kitfox.svg Description

Provides the nodes of an SVG scene graph. This graph can be queried, updated and picked against at runtime. See the online docs for instructions on how to use SVGSalamander

Author:
Mark McKay (C) 2005