Uses of Class
com.kitfox.svg.SVGElement
-
Packages that use SVGElement Package Description com.kitfox.svg Provides the nodes of an SVG scene graph.com.kitfox.svg.animation com.kitfox.svg.app com.kitfox.svg.util -
-
Uses of SVGElement in com.kitfox.svg
Subclasses of SVGElement in com.kitfox.svg Modifier and Type Class Description class
A
class
Circle
class
ClipPath
class
Defs
class
Desc
Holds title textual information within treeclass
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 image.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 elementclass
ShapeElement
Parent of shape objectsclass
Stop
class
Style
Holds title textual information within treeclass
SVGRoot
The root element of an SVG tree.class
Symbol
class
Text
class
Title
Holds title textual information within treeclass
TransformableElement
Maintains bounding box for this elementclass
Tspan
class
Use
Fields in com.kitfox.svg declared as SVGElement Modifier and Type Field Description private SVGElement
SVGElementException. element
protected SVGElement
SVGElement. parent
Fields in com.kitfox.svg with type parameters of type SVGElement Modifier and Type Field Description (package private) java.util.LinkedList<SVGElement>
SVGLoader. buildStack
protected java.util.ArrayList<SVGElement>
SVGElement. children
(package private) java.util.LinkedList<SVGElement>
SVGElement. contexts
(package private) java.util.ArrayList<SVGElement>
Filter. filterEffects
(package private) java.util.HashMap<java.lang.String,SVGElement>
Font. glyphs
(package private) java.util.HashMap<java.lang.String,SVGElement>
SVGDiagram. idMap
Methods in com.kitfox.svg that return SVGElement Modifier and Type Method Description SVGElement
SVGElement. getChild(int i)
SVGElement
SVGElement. getChild(java.lang.String id)
SVGElement
SVGDiagram. getElement(java.lang.String name)
SVGElement
SVGElementException. getElement()
SVGElement
SVGUniverse. getElement(java.net.URI path)
Returns the element of the document at the given URI.SVGElement
SVGUniverse. getElement(java.net.URI path, boolean loadIfAbsent)
Looks up a href within our universe.SVGElement
SVGUniverse. getElement(java.net.URL path)
SVGElement
SVGElement. getParent()
protected SVGElement
SVGElement. getParentContext()
protected SVGElement
SVGElement. popParentContext()
Methods in com.kitfox.svg that return types with arguments of type SVGElement Modifier and Type Method Description java.util.List<SVGElement>
SVGElement. getChildren(java.util.List<SVGElement> retVec)
java.util.List<SVGElement>
SVGElement. getPath(java.util.List<SVGElement> retVec)
java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Point2D point, java.util.List<java.util.List<SVGElement>> retVec)
Searches thorough the scene graph for all RenderableElements that have shapes that contain the passed point.java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Rectangle2D pickArea, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Rectangle2D pickArea, java.util.List<java.util.List<SVGElement>> retVec)
Methods in com.kitfox.svg with parameters of type SVGElement Modifier and Type Method Description int
SVGElement. indexOfChild(SVGElement child)
Searches children for given element.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 processedvoid
Defs. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
Filter. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
FilterEffects. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
Font. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
Gradient. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
Group. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
MissingGlyph. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
PatternSVG. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
SVGElement. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
Text. loaderAddChild(SVGLoaderHelper helper, SVGElement child)
Called after the start element but before the end element to indicate each child tag that has been processedvoid
SVGElement. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
Called during SAX load process to notify that this tag has begun the process of being loadedprotected void
SVGElement. pushParentContext(SVGElement context)
Hack to allow nodes to temporarily change their parents.void
SVGElement. removeChild(SVGElement child)
void
SVGDiagram. setElement(java.lang.String name, SVGElement node)
(package private) void
SVGElement. setParent(SVGElement parent)
Method parameters in com.kitfox.svg with type arguments of type SVGElement Modifier and Type Method Description java.util.List<SVGElement>
SVGElement. getChildren(java.util.List<SVGElement> retVec)
java.util.List<SVGElement>
SVGElement. getPath(java.util.List<SVGElement> retVec)
(package private) void
Group. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) void
Group. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) void
ImageSVG. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) void
ImageSVG. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) abstract void
RenderableElement. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) abstract void
RenderableElement. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) void
ShapeElement. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
(package private) void
ShapeElement. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Point2D point, java.util.List<java.util.List<SVGElement>> retVec)
Searches thorough the scene graph for all RenderableElements that have shapes that contain the passed point.java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Rectangle2D pickArea, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
java.util.List<java.util.List<SVGElement>>
SVGDiagram. pick(java.awt.geom.Rectangle2D pickArea, java.util.List<java.util.List<SVGElement>> retVec)
void
SVGRoot. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
void
SVGRoot. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)
Constructors in com.kitfox.svg with parameters of type SVGElement Constructor Description RenderableElement(java.lang.String id, SVGElement parent)
SVGElement(java.lang.String id, SVGElement parent)
SVGElement(java.lang.String id, java.lang.String cssClass, SVGElement parent)
SVGElementException(SVGElement element)
Creates a new instance ofSVGException
without detail message.SVGElementException(SVGElement element, java.lang.String msg)
Constructs an instance ofSVGException
with the specified detail message.SVGElementException(SVGElement element, java.lang.String msg, java.lang.Throwable cause)
SVGElementException(SVGElement element, java.lang.Throwable cause)
TransformableElement(java.lang.String id, SVGElement parent)
-
Uses of SVGElement in com.kitfox.svg.animation
Subclasses of SVGElement in com.kitfox.svg.animation Modifier and Type Class Description class
Animate
Animate is a really annoying morphic tag that could represent a real value, a color or a pathclass
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 Modifier and Type Field Description protected SVGElement
TrackBase. parent
Element we're animatingMethods in com.kitfox.svg.animation with parameters of type SVGElement Modifier and Type Method Description void
Animate. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
AnimateBase. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
AnimateColor. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
AnimateMotion. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
AnimateTransform. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
AnimateXform. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
AnimationElement. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
void
SetSmil. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)
Constructors in com.kitfox.svg.animation with parameters of type SVGElement Constructor 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, java.lang.String attribName, int attribType)
-
Uses of SVGElement in com.kitfox.svg.app
Method parameters in com.kitfox.svg.app with type arguments of type SVGElement Modifier and Type Method Description private java.lang.String
SVGPlayer. pathToString(java.util.List<SVGElement> path)
-
Uses of SVGElement in com.kitfox.svg.util
Subclasses of SVGElement in com.kitfox.svg.util Modifier and Type Class Description class
FontSystem
-