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 classAclassCircleclassClipPathclassDefsclassDescHolds title textual information within treeclassEllipseclassFeDistantLightclassFeLightclassFePointLightclassFeSpotLightclassFillElementclassFilterclassFilterEffectsclassFontImplements an embedded font.classFontFaceImplements an embedded font.classGlyphImplements an embedded font.classGradientclassGroupclassHkernclassImageSVGImplements an image.classLineclassLinearGradientclassMarkerclassMetadataDoes not hold any information.classMissingGlyphImplements an embedded font.classPathclassPatternSVGclassPolygonclassPolylineclassRadialGradientclassRectclassRenderableElementMaintains bounding box for this elementclassShapeElementParent of shape objectsclassStopclassStyleHolds title textual information within treeclassSVGRootThe root element of an SVG tree.classSymbolclassTextclassTitleHolds title textual information within treeclassTransformableElementMaintains bounding box for this elementclassTspanclassUseFields in com.kitfox.svg declared as SVGElement Modifier and Type Field Description private SVGElementSVGElementException. elementprotected SVGElementSVGElement. parentFields in com.kitfox.svg with type parameters of type SVGElement Modifier and Type Field Description (package private) java.util.LinkedList<SVGElement>SVGLoader. buildStackprotected 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. idMapMethods in com.kitfox.svg that return SVGElement Modifier and Type Method Description SVGElementSVGElement. getChild(int i)SVGElementSVGElement. getChild(java.lang.String id)SVGElementSVGDiagram. getElement(java.lang.String name)SVGElementSVGElementException. getElement()SVGElementSVGUniverse. getElement(java.net.URI path)Returns the element of the document at the given URI.SVGElementSVGUniverse. getElement(java.net.URI path, boolean loadIfAbsent)Looks up a href within our universe.SVGElementSVGUniverse. getElement(java.net.URL path)SVGElementSVGElement. getParent()protected SVGElementSVGElement. getParentContext()protected SVGElementSVGElement. 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 intSVGElement. indexOfChild(SVGElement child)Searches children for given element.voidClipPath. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidDefs. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidFilter. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidFilterEffects. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidFont. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidGradient. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidGroup. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidMissingGlyph. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidPatternSVG. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidSVGElement. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidText. loaderAddChild(SVGLoaderHelper helper, SVGElement child)Called after the start element but before the end element to indicate each child tag that has been processedvoidSVGElement. 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 voidSVGElement. pushParentContext(SVGElement context)Hack to allow nodes to temporarily change their parents.voidSVGElement. removeChild(SVGElement child)voidSVGDiagram. setElement(java.lang.String name, SVGElement node)(package private) voidSVGElement. 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) voidGroup. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) voidGroup. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) voidImageSVG. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) voidImageSVG. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) abstract voidRenderableElement. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) abstract voidRenderableElement. pick(java.awt.geom.Rectangle2D pickArea, java.awt.geom.AffineTransform ltw, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) voidShapeElement. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)(package private) voidShapeElement. 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)voidSVGRoot. pick(java.awt.geom.Point2D point, boolean boundingBox, java.util.List<java.util.List<SVGElement>> retVec)voidSVGRoot. 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 ofSVGExceptionwithout detail message.SVGElementException(SVGElement element, java.lang.String msg)Constructs an instance ofSVGExceptionwith 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 classAnimateAnimate is a really annoying morphic tag that could represent a real value, a color or a pathclassAnimateBaseclassAnimateColorclassAnimateMotionclassAnimateTransformclassAnimateXformclassAnimationElementclassSetSmilSet 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 SVGElementTrackBase. parentElement we're animatingMethods in com.kitfox.svg.animation with parameters of type SVGElement Modifier and Type Method Description voidAnimate. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidAnimateBase. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidAnimateColor. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidAnimateMotion. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidAnimateTransform. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidAnimateXform. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidAnimationElement. loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent)voidSetSmil. 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.StringSVGPlayer. 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 classFontSystem
-