Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

A - Class in com.kitfox.svg
 
A() - Constructor for class com.kitfox.svg.A
Creates a new instance of Stop
AbstractCharStream - Class in com.kitfox.svg.animation.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
AbstractCharStream(int, int, int) - Constructor for class com.kitfox.svg.animation.parser.AbstractCharStream
Constructor.
AC_REPLACE - Static variable in class com.kitfox.svg.animation.AnimationElement
Accumlative state
AC_SUM - Static variable in class com.kitfox.svg.animation.AnimationElement
 
AD_REPLACE - Static variable in class com.kitfox.svg.animation.AnimationElement
Additive state of track
AD_SUM - Static variable in class com.kitfox.svg.animation.AnimationElement
 
addAttribute(String, int, String) - Method in class com.kitfox.svg.SVGElement
 
addElement(AnimationElement) - Method in class com.kitfox.svg.animation.TrackBase
 
addEscapes(String) - Static method in exception com.kitfox.svg.animation.parser.TokenMgrException
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addFileset(FileSet) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
Adds a set of files.
addListener(PlayerThreadListener) - Method in class com.kitfox.svg.app.PlayerThread
 
addNotify() - Method in class com.kitfox.svg.app.beans.ProportionalLayoutPanel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.kitfox.svg.SVGUniverse
 
addStyleRule(StyleSheetRule, String) - Method in class com.kitfox.svg.xml.StyleSheet
 
addTrackElement(AnimationElement) - Method in class com.kitfox.svg.animation.TrackManager
Adds a new animation element to this track
adjustBeginLineColumn(int, int) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
Method to adjust line and column numbers for the start of a token.
AdobeComposite - Class in com.kitfox.svg.composite
 
AdobeComposite(int, float) - Constructor for class com.kitfox.svg.composite.AdobeComposite
Creates a new instance of AdobeComposite
AdobeCompositeContext - Class in com.kitfox.svg.composite
 
AdobeCompositeContext(int, float) - Constructor for class com.kitfox.svg.composite.AdobeCompositeContext
Creates a new instance of AdobeCompositeContext
Animate - Class in com.kitfox.svg.animation
Animate is a really annoying morphic tag that could represent a real value, a color or a path
Animate() - Constructor for class com.kitfox.svg.animation.Animate
Creates a new instance of Animate
AnimateBase - Class in com.kitfox.svg.animation
 
AnimateBase() - Constructor for class com.kitfox.svg.animation.AnimateBase
Creates a new instance of Animate
AnimateColor - Class in com.kitfox.svg.animation
 
AnimateColor() - Constructor for class com.kitfox.svg.animation.AnimateColor
Creates a new instance of Animate
AnimateColorIface - Interface in com.kitfox.svg.animation
 
AnimateMotion - Class in com.kitfox.svg.animation
 
AnimateMotion() - Constructor for class com.kitfox.svg.animation.AnimateMotion
Creates a new instance of Animate
AnimateTransform - Class in com.kitfox.svg.animation
 
AnimateTransform() - Constructor for class com.kitfox.svg.animation.AnimateTransform
Creates a new instance of Animate
AnimateXform - Class in com.kitfox.svg.animation
 
AnimateXform() - Constructor for class com.kitfox.svg.animation.AnimateXform
 
AnimationElement - Class in com.kitfox.svg.animation
 
AnimationElement() - Constructor for class com.kitfox.svg.animation.AnimationElement
Creates a new instance of AnimateEle
animationElementToString(int) - Static method in class com.kitfox.svg.animation.AnimationElement
 
AnimationTimeEval - Class in com.kitfox.svg.animation
 
AnimationTimeEval() - Constructor for class com.kitfox.svg.animation.AnimationTimeEval
Creates a new instance of AnimateTimeEval
AnimTimeParser - Class in com.kitfox.svg.animation.parser
 
AnimTimeParser(InputStream) - Constructor for class com.kitfox.svg.animation.parser.AnimTimeParser
Constructor with InputStream.
AnimTimeParser(InputStream, Charset) - Constructor for class com.kitfox.svg.animation.parser.AnimTimeParser
Constructor with InputStream and supplied encoding
AnimTimeParser(Reader) - Constructor for class com.kitfox.svg.animation.parser.AnimTimeParser
Constructor with InputStream.
AnimTimeParser(AnimTimeParserTokenManager) - Constructor for class com.kitfox.svg.animation.parser.AnimTimeParser
Constructor with generated Token Manager.
animTimeParser - Variable in class com.kitfox.svg.SVGLoaderHelper
Animate nodes use this to parse their time strings
AnimTimeParserConstants - Interface in com.kitfox.svg.animation.parser
Token literal values and constants.
AnimTimeParserTokenManager - Class in com.kitfox.svg.animation.parser
Token Manager.
AnimTimeParserTokenManager(SimpleCharStream) - Constructor for class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Constructor.
AnimTimeParserTokenManager(SimpleCharStream, int) - Constructor for class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Constructor.
AnimTimeParserTreeConstants - Interface in com.kitfox.svg.animation.parser
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.Arc
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.Cubic
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.CubicSmooth
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.Horizontal
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.LineTo
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.MoveTo
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.PathCommand
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.Quadratic
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.QuadraticSmooth
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.Terminal
 
appendPath(GeneralPath, BuildHistory) - Method in class com.kitfox.svg.pathcmd.Vertical
 
appendStop(Stop) - Method in class com.kitfox.svg.Gradient
 
appendText(String) - Method in class com.kitfox.svg.Tspan
 
appendTspan(Tspan) - Method in class com.kitfox.svg.Tspan
 
Arc - Class in com.kitfox.svg.pathcmd
This is a little used SVG function, as most editors will save curves as Beziers.
Arc() - Constructor for class com.kitfox.svg.pathcmd.Arc
Creates a new instance of MoveTo
Arc(boolean, float, float, float, boolean, boolean, float, float) - Constructor for class com.kitfox.svg.pathcmd.Arc
 
arcTo(GeneralPath, float, float, float, boolean, boolean, float, float, float, float) - Method in class com.kitfox.svg.pathcmd.Arc
Adds an elliptical arc, defined by two radii, an angle from the x-axis, a flag to choose the large arc or not, a flag to indicate if we increase or decrease the angles and the final point of the arc.
ASTEventTime - Class in com.kitfox.svg.animation.parser
 
ASTEventTime(int) - Constructor for class com.kitfox.svg.animation.parser.ASTEventTime
 
ASTEventTime(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTEventTime
 
ASTExpr - Class in com.kitfox.svg.animation.parser
 
ASTExpr(int) - Constructor for class com.kitfox.svg.animation.parser.ASTExpr
 
ASTExpr(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTExpr
 
ASTIndefiniteTime - Class in com.kitfox.svg.animation.parser
 
ASTIndefiniteTime(int) - Constructor for class com.kitfox.svg.animation.parser.ASTIndefiniteTime
 
ASTIndefiniteTime(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTIndefiniteTime
 
ASTInteger - Class in com.kitfox.svg.animation.parser
 
ASTInteger(int) - Constructor for class com.kitfox.svg.animation.parser.ASTInteger
 
ASTInteger(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTInteger
 
ASTLiteralTime - Class in com.kitfox.svg.animation.parser
 
ASTLiteralTime(int) - Constructor for class com.kitfox.svg.animation.parser.ASTLiteralTime
 
ASTLiteralTime(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTLiteralTime
 
ASTLookupTime - Class in com.kitfox.svg.animation.parser
 
ASTLookupTime(int) - Constructor for class com.kitfox.svg.animation.parser.ASTLookupTime
 
ASTLookupTime(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTLookupTime
 
ASTNumber - Class in com.kitfox.svg.animation.parser
 
ASTNumber(int) - Constructor for class com.kitfox.svg.animation.parser.ASTNumber
 
ASTNumber(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTNumber
 
ASTParamList - Class in com.kitfox.svg.animation.parser
 
ASTParamList(int) - Constructor for class com.kitfox.svg.animation.parser.ASTParamList
 
ASTParamList(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTParamList
 
ASTSum - Class in com.kitfox.svg.animation.parser
 
ASTSum(int) - Constructor for class com.kitfox.svg.animation.parser.ASTSum
 
ASTSum(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTSum
 
ASTTerm - Class in com.kitfox.svg.animation.parser
 
ASTTerm(int) - Constructor for class com.kitfox.svg.animation.parser.ASTTerm
 
ASTTerm(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.ASTTerm
 
AT_AUTO - Static variable in class com.kitfox.svg.animation.AnimationElement
 
AT_CSS - Static variable in class com.kitfox.svg.animation.AnimationElement
 
AT_REPLACE - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
AT_SUM - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
AT_XML - Static variable in class com.kitfox.svg.animation.AnimationElement
 
attribName - Variable in class com.kitfox.svg.animation.AnimationElement
 
attribName - Variable in class com.kitfox.svg.animation.TrackBase
 
attribType - Variable in class com.kitfox.svg.animation.AnimationElement
 
attribType - Variable in class com.kitfox.svg.animation.TrackBase
 
AUTOSIZE_BESTFIT - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
AUTOSIZE_BESTFIT - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
AUTOSIZE_HORIZ - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
AUTOSIZE_HORIZ - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
AUTOSIZE_NONE - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
AUTOSIZE_NONE - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
AUTOSIZE_STRETCH - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
AUTOSIZE_STRETCH - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
AUTOSIZE_VERT - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
AUTOSIZE_VERT - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
available - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
available() - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
This method returns 1 if we've not reached EOF, 0 if we have.

B

backup(int) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
backup(int) - Method in interface com.kitfox.svg.animation.parser.CharStream
Backs up the input stream by amount steps.
BASE64_CHARS - Static variable in interface com.kitfox.svg.util.Base64Consts
 
Base64Consts - Interface in com.kitfox.svg.util
 
Base64InputStream - Class in com.kitfox.svg.util
 
Base64InputStream(InputStream) - Constructor for class com.kitfox.svg.util.Base64InputStream
Creates a new instance of Base64InputStream
Base64OutputStream - Class in com.kitfox.svg.util
 
Base64OutputStream(OutputStream) - Constructor for class com.kitfox.svg.util.Base64OutputStream
Creates a new instance of Base64OutputSream
beginColumn - Variable in class com.kitfox.svg.animation.parser.Token
The column number of the first character of this Token.
beginLayer(Graphics2D) - Method in class com.kitfox.svg.RenderableElement
Pushes transform stack, transforms to local coordinates and sets up clipping mask.
beginLine - Variable in class com.kitfox.svg.animation.parser.Token
The line number of the first character of this Token.
beginToken() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
beginToken() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
Bezier - Class in com.kitfox.svg.animation
http://mathworld.wolfram.com/BezierCurve.html
Bezier(double, double, double[], int) - Constructor for class com.kitfox.svg.animation.Bezier
 
boundsToParent(Rectangle2D) - Method in class com.kitfox.svg.TransformableElement
 
bufcolumn - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
buffer - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
BufferPainter - Class in com.kitfox.svg
 
BufferPainter() - Constructor for class com.kitfox.svg.BufferPainter
 
BufferPainter.Cache - Class in com.kitfox.svg
 
bufline - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
bufpos - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
Position in buffer.
bufsize - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
build() - Method in class com.kitfox.svg.A
 
build() - Method in class com.kitfox.svg.Circle
 
build() - Method in class com.kitfox.svg.ClipPath
 
build() - Method in class com.kitfox.svg.Ellipse
 
build() - Method in class com.kitfox.svg.FeDistantLight
 
build() - Method in class com.kitfox.svg.FeGaussianBlur
 
build() - Method in class com.kitfox.svg.FePointLight
 
build() - Method in class com.kitfox.svg.FeSpotLight
 
build() - Method in class com.kitfox.svg.Filter
 
build() - Method in class com.kitfox.svg.FilterEffects
 
build() - Method in class com.kitfox.svg.Font
 
build() - Method in class com.kitfox.svg.FontFace
 
build() - Method in class com.kitfox.svg.Glyph
 
build() - Method in class com.kitfox.svg.Gradient
 
build() - Method in class com.kitfox.svg.Hkern
 
build() - Method in class com.kitfox.svg.ImageSVG
 
build() - Method in class com.kitfox.svg.Line
 
build() - Method in class com.kitfox.svg.LinearGradient
 
build() - Method in class com.kitfox.svg.Marker
 
build() - Method in class com.kitfox.svg.MissingGlyph
 
build() - Method in class com.kitfox.svg.Path
 
build() - Method in class com.kitfox.svg.PatternSVG
 
build() - Method in class com.kitfox.svg.Polygon
 
build() - Method in class com.kitfox.svg.Polyline
 
build() - Method in class com.kitfox.svg.RadialGradient
 
build() - Method in class com.kitfox.svg.Rect
 
build() - Method in class com.kitfox.svg.RenderableElement
 
build() - Method in class com.kitfox.svg.Stop
 
build() - Method in class com.kitfox.svg.Style
 
build() - Method in class com.kitfox.svg.SVGElement
Called by internal processes to rebuild the geometry of this node from it's presentation attributes, style attributes and animated tracks.
build() - Method in class com.kitfox.svg.SVGRoot
 
build() - Method in class com.kitfox.svg.Symbol
 
build() - Method in class com.kitfox.svg.Text
 
build() - Method in class com.kitfox.svg.TransformableElement
 
build() - Method in class com.kitfox.svg.Use
 
buildAttributes(StyleAttribute) - Method in class com.kitfox.svg.Text
 
buildAttributes(StyleAttribute) - Method in class com.kitfox.svg.Tspan
 
BuildHistory - Class in com.kitfox.svg.pathcmd
When building a path from command segments, most need to cache information (such as the point finished at) for future commands.
BuildHistory() - Constructor for class com.kitfox.svg.pathcmd.BuildHistory
Creates a new instance of BuildHistory
buildPath() - Method in class com.kitfox.svg.Polygon
 
buildPath() - Method in class com.kitfox.svg.Polyline
 
buildPath(String, int) - Static method in class com.kitfox.svg.SVGElement
 
buildPathString(GeneralPath) - Static method in class com.kitfox.svg.pathcmd.PathUtil
Converts a GeneralPath into an SVG representation
buildShapeInformation() - Method in class com.kitfox.svg.Tspan
 
buildTextShape(Tspan.Cursor) - Method in class com.kitfox.svg.Tspan
 

C

Cache(BufferedImage, Rectangle, AffineTransform) - Constructor for class com.kitfox.svg.BufferPainter.Cache
 
calcBoundingBox() - Method in class com.kitfox.svg.Group
Recalculates the bounding box by taking the union of the bounding boxes of all children.
calcShape() - Method in class com.kitfox.svg.Group
 
calcViewportTransform(Rectangle) - Method in class com.kitfox.svg.SVGRoot
 
characters(char[], int, int) - Method in class com.kitfox.svg.SVGLoader
 
CharStream - Interface in com.kitfox.svg.animation.parser
This interface describes a character stream that maintains line and column number positions of the characters.
checkIfSystemFontExists(String) - Static method in class com.kitfox.svg.util.FontSystem
 
children - Variable in class com.kitfox.svg.animation.parser.SimpleNode
 
children - Variable in class com.kitfox.svg.SVGElement
 
Circle - Class in com.kitfox.svg
 
Circle() - Constructor for class com.kitfox.svg.Circle
Creates a new instance of Rect
cleanUri(URI) - Method in class com.kitfox.svg.SVGUniverse
 
clear() - Method in class com.kitfox.svg.SVGUniverse
Release all loaded SVG document from memory
clearContent() - Method in class com.kitfox.svg.Tspan
Removes all strings and Tspan elements that are children of this element.
clearNodeScope(Node) - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
ClipPath - Class in com.kitfox.svg
 
ClipPath() - Constructor for class com.kitfox.svg.ClipPath
Creates a new instance of Stop
close() - Method in class com.kitfox.svg.util.Base64OutputStream
 
close() - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.kitfox.svg.xml.cpx.CPXOutputStream
Closes this output stream and releases any system resources associated with the stream.
closeNodeScope(Node, int) - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
closeNodeScope(Node, boolean) - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
ColorTable - Class in com.kitfox.svg.xml
 
ColorTable() - Constructor for class com.kitfox.svg.xml.ColorTable
Creates a new instance of ColorTable
column - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
com.kitfox.svg - package com.kitfox.svg
Provides the nodes of an SVG scene graph.
com.kitfox.svg.animation - package com.kitfox.svg.animation
 
com.kitfox.svg.animation.parser - package com.kitfox.svg.animation.parser
 
com.kitfox.svg.app - package com.kitfox.svg.app
 
com.kitfox.svg.app.ant - package com.kitfox.svg.app.ant
 
com.kitfox.svg.app.beans - package com.kitfox.svg.app.beans
 
com.kitfox.svg.app.data - package com.kitfox.svg.app.data
 
com.kitfox.svg.composite - package com.kitfox.svg.composite
 
com.kitfox.svg.pathcmd - package com.kitfox.svg.pathcmd
 
com.kitfox.svg.pattern - package com.kitfox.svg.pattern
 
com.kitfox.svg.util - package com.kitfox.svg.util
 
com.kitfox.svg.xml - package com.kitfox.svg.xml
 
com.kitfox.svg.xml.cpx - package com.kitfox.svg.xml.cpx
 
compose(Raster, Raster, WritableRaster) - Method in class com.kitfox.svg.composite.AdobeCompositeContext
 
computeArc(double, double, double, double, double, boolean, boolean, double, double) - Static method in class com.kitfox.svg.pathcmd.Arc
This constructs an unrotated Arc2D from the SVG specification of an Elliptical arc.
convertUnitsToPixels(int, float) - Static method in class com.kitfox.svg.xml.StyleAttribute
 
CP_OBJECT_BOUNDING_BOX - Static variable in class com.kitfox.svg.ClipPath
 
CP_USER_SPACE_ON_USE - Static variable in class com.kitfox.svg.ClipPath
 
CPXConsts - Interface in com.kitfox.svg.xml.cpx
 
CPXInputStream - Class in com.kitfox.svg.xml.cpx
This class reads/decodes the CPX file format.
CPXInputStream(InputStream) - Constructor for class com.kitfox.svg.xml.cpx.CPXInputStream
Creates a new instance of CPXInputStream
CPXOutputStream - Class in com.kitfox.svg.xml.cpx
 
CPXOutputStream(OutputStream) - Constructor for class com.kitfox.svg.xml.cpx.CPXOutputStream
Creates a new instance of CPXOutputStream
CPXTest - Class in com.kitfox.svg.xml.cpx
 
CPXTest() - Constructor for class com.kitfox.svg.xml.cpx.CPXTest
Creates a new instance of CPXTest
createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.kitfox.svg.composite.AdobeComposite
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com.kitfox.svg.pattern.PatternPaint
 
createFont(String[], int, int, float) - Static method in class com.kitfox.svg.util.FontSystem
 
createInitialCursor() - Method in class com.kitfox.svg.Tspan
 
createMaskComposite() - Method in class com.kitfox.svg.Mask
 
createURLStreamHandler(String) - Method in class com.kitfox.svg.app.data.HandlerFactory
 
cssClass - Variable in class com.kitfox.svg.SVGElement
CSS class.
CT_LAST - Static variable in class com.kitfox.svg.composite.AdobeComposite
 
CT_MULTIPLY - Static variable in class com.kitfox.svg.composite.AdobeComposite
 
CT_NORMAL - Static variable in class com.kitfox.svg.composite.AdobeComposite
 
Cubic - Class in com.kitfox.svg.pathcmd
 
Cubic() - Constructor for class com.kitfox.svg.pathcmd.Cubic
Creates a new instance of MoveTo
Cubic(boolean, float, float, float, float, float, float) - Constructor for class com.kitfox.svg.pathcmd.Cubic
 
CubicSmooth - Class in com.kitfox.svg.pathcmd
 
CubicSmooth() - Constructor for class com.kitfox.svg.pathcmd.CubicSmooth
Creates a new instance of MoveTo
CubicSmooth(boolean, float, float, float, float) - Constructor for class com.kitfox.svg.pathcmd.CubicSmooth
 
curChar - Variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
 
currentToken - Variable in exception com.kitfox.svg.animation.parser.ParseException
This is the last token that has been consumed successfully.
Cursor(float, float) - Constructor for class com.kitfox.svg.Tspan.Cursor
 
curTime - Variable in class com.kitfox.svg.SVGUniverse
Current time in this universe.

D

DEBUG_PAINT - Static variable in class com.kitfox.svg.BufferPainter
 
decryptChunk() - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
Call when inflater indicates that it needs more bytes.
DEFAULT - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
Lexical state.
DEFAULT_BUF_SIZE - Static variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
Defs - Class in com.kitfox.svg
 
Defs() - Constructor for class com.kitfox.svg.Defs
Creates a new instance of Stop
Desc - Class in com.kitfox.svg
Holds title textual information within tree
Desc() - Constructor for class com.kitfox.svg.Desc
Creates a new instance of Stop
diagram - Variable in class com.kitfox.svg.SVGElement
The diagram this element belongs to
diagram - Variable in class com.kitfox.svg.SVGLoaderHelper
This is the diagram which the load process is currently loading
DIGIT - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
disable_tracing() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Disable tracing.
dispose() - Method in class com.kitfox.svg.composite.AdobeCompositeContext
 
dispose() - Method in class com.kitfox.svg.pattern.PatternPaintContext
 
done() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
done() - Method in interface com.kitfox.svg.animation.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
doPick(Point2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.Group
 
doPick(Rectangle2D, AffineTransform, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.Group
 
doPick(Point2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.ImageSVG
 
doPick(Rectangle2D, AffineTransform, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.ImageSVG
 
doPick(Point2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.RenderableElement
 
doPick(Rectangle2D, AffineTransform, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.RenderableElement
 
doPick(Point2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.ShapeElement
 
doPick(Rectangle2D, AffineTransform, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.ShapeElement
 
doPick(Rectangle2D, AffineTransform, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.SVGRoot
 
doPick(Point2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.SVGRoot
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Circle
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Ellipse
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Group
 
doRender(Graphics2D) - Method in class com.kitfox.svg.ImageSVG
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Line
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Marker
 
doRender(Graphics2D) - Method in class com.kitfox.svg.MissingGlyph
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Path
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Polygon
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Polyline
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Rect
 
doRender(Graphics2D) - Method in class com.kitfox.svg.RenderableElement
 
doRender(Graphics2D) - Method in class com.kitfox.svg.ShapeElement
 
doRender(Graphics2D) - Method in class com.kitfox.svg.SVGRoot
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Symbol
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Tspan
 
doRender(Graphics2D) - Method in class com.kitfox.svg.Use
 
DT_COLOR - Static variable in class com.kitfox.svg.animation.Animate
 
DT_PATH - Static variable in class com.kitfox.svg.animation.Animate
 
DT_REAL - Static variable in class com.kitfox.svg.animation.Animate
 
dump(String) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
dumpString(String) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
duplicate() - Method in class com.kitfox.svg.SVGUniverse
Uses serialization to duplicate this universe.

E

Ellipse - Class in com.kitfox.svg
 
Ellipse() - Constructor for class com.kitfox.svg.Ellipse
Creates a new instance of Rect
enable_tracing() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Enable tracing.
endColumn - Variable in class com.kitfox.svg.animation.parser.Token
The column number of the last character of this Token.
endDocument() - Method in class com.kitfox.svg.SVGLoader
 
endElement(String, String, String) - Method in class com.kitfox.svg.SVGLoader
 
endLine - Variable in class com.kitfox.svg.animation.parser.Token
The line number of the last character of this Token.
EOF - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
End of File.
EOL - Static variable in exception com.kitfox.svg.animation.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class com.kitfox.svg.util.FontUtil.FontInfo
 
equals(Object) - Method in class com.kitfox.svg.xml.NumberWithUnits
 
equals(Object) - Method in class com.kitfox.svg.xml.StyleSheetRule
 
eval(double) - Method in class com.kitfox.svg.animation.Animate
Evaluates this animation element for the passed interpolation time.
eval(AffineTransform, double) - Method in class com.kitfox.svg.animation.AnimateMotion
Evaluates this animation element for the passed interpolation time.
eval(AffineTransform, double) - Method in class com.kitfox.svg.animation.AnimateTransform
Evaluates this animation element for the passed interpolation time.
eval(AffineTransform, double) - Method in class com.kitfox.svg.animation.AnimateXform
 
eval(double, Point2D.Double) - Method in class com.kitfox.svg.animation.Bezier
 
evalColor(double) - Method in class com.kitfox.svg.animation.Animate
 
evalColor(double) - Method in class com.kitfox.svg.animation.AnimateColor
Evaluates this animation element for the passed interpolation time.
evalColor(double) - Method in interface com.kitfox.svg.animation.AnimateColorIface
 
evalParametric(AnimationTimeEval, double) - Method in class com.kitfox.svg.animation.AnimateBase
 
evalParametric(AnimationTimeEval, double) - Method in class com.kitfox.svg.animation.AnimationElement
 
evalParametric(AnimationTimeEval, double, double, double) - Method in class com.kitfox.svg.animation.AnimationElement
Compares current time to start and end times and determines what degree of time interpolation this track currently represents.
evalPath(double) - Method in class com.kitfox.svg.animation.Animate
 
evalTime() - Method in class com.kitfox.svg.animation.TimeBase
Calculates the (greater than or equal to 0) time in seconds this time represents.
evalTime() - Method in class com.kitfox.svg.animation.TimeCompound
 
evalTime() - Method in class com.kitfox.svg.animation.TimeDiscrete
 
evalTime() - Method in class com.kitfox.svg.animation.TimeIndefinite
 
evalTime() - Method in class com.kitfox.svg.animation.TimeLookup
 
evalTime() - Method in class com.kitfox.svg.animation.TimeSum
 
EventTime() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
execute() - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
exit() - Method in class com.kitfox.svg.app.PlayerThread
 
expandBuff(boolean) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
expectedTokenSequences - Variable in exception com.kitfox.svg.animation.parser.ParseException
Each entry in this array is an array of integers.
Expr() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Expression structure

F

families - Variable in class com.kitfox.svg.util.FontUtil.FontInfo
 
FeDistantLight - Class in com.kitfox.svg
 
FeDistantLight() - Constructor for class com.kitfox.svg.FeDistantLight
Creates a new instance of FillElement
FeGaussianBlur - Class in com.kitfox.svg
 
FeGaussianBlur() - Constructor for class com.kitfox.svg.FeGaussianBlur
 
FeLight - Class in com.kitfox.svg
 
FeLight() - Constructor for class com.kitfox.svg.FeLight
Creates a new instance of FillElement
FePointLight - Class in com.kitfox.svg
 
FePointLight() - Constructor for class com.kitfox.svg.FePointLight
Creates a new instance of FillElement
FeSpotLight - Class in com.kitfox.svg
 
FeSpotLight() - Constructor for class com.kitfox.svg.FeSpotLight
Creates a new instance of FillElement
fillBuff() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
fillBuff() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
 
FillElement - Class in com.kitfox.svg
 
FillElement() - Constructor for class com.kitfox.svg.FillElement
Creates a new instance of FillElement
Filter - Class in com.kitfox.svg
 
Filter() - Constructor for class com.kitfox.svg.Filter
Creates a new instance of FillElement
FilterEffects - Class in com.kitfox.svg
 
FilterEffects() - Constructor for class com.kitfox.svg.FilterEffects
Creates a new instance of FillElement
FilterEffects.FilterOp - Class in com.kitfox.svg
 
FilterOp(BufferedImageOp, Rectangle) - Constructor for class com.kitfox.svg.FilterEffects.FilterOp
 
filterUnits - Variable in class com.kitfox.svg.Filter
 
findDouble(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Searches the given string for the first floating point number it contains, parses and returns it.
findFloat(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Searches the given string for the first floating point number it contains, parses and returns it.
findInt(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Searches the given string for the first integer point number it contains, parses and returns it.
finishLayer(Graphics2D) - Method in class com.kitfox.svg.RenderableElement
Restores transform and clipping values to the way they were before this layer was drawn.
FLOAT - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
flush() - Method in class com.kitfox.svg.xml.cpx.CPXOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
Font - Class in com.kitfox.svg
Implements an embedded font.
Font() - Constructor for class com.kitfox.svg.Font
Creates a new instance of Font
FontFace - Class in com.kitfox.svg
Implements an embedded font.
FontFace() - Constructor for class com.kitfox.svg.FontFace
Creates a new instance of Font
fontInfo - Variable in class com.kitfox.svg.Tspan
 
FontInfo(String[], float, int, int, float) - Constructor for class com.kitfox.svg.util.FontUtil.FontInfo
 
FontSystem - Class in com.kitfox.svg.util
 
FontUtil - Class in com.kitfox.svg.util
Utility class for parsing font information of an SVGElement.
FontUtil.FontInfo - Class in com.kitfox.svg.util
 
FP_BACKGROUND_ALPHA - Static variable in class com.kitfox.svg.FilterEffects
 
FP_BACKGROUND_IMAGE - Static variable in class com.kitfox.svg.FilterEffects
 
FP_CUSTOM - Static variable in class com.kitfox.svg.FilterEffects
 
FP_FILL_PAINT - Static variable in class com.kitfox.svg.FilterEffects
 
FP_SOURCE_ALPHA - Static variable in class com.kitfox.svg.FilterEffects
 
FP_SOURCE_GRAPHIC - Static variable in class com.kitfox.svg.FilterEffects
 
FP_STROKE_PAINT - Static variable in class com.kitfox.svg.FilterEffects
 
FT_AUTO - Static variable in class com.kitfox.svg.animation.AnimationElement
 
FT_DEFAULT - Static variable in class com.kitfox.svg.animation.AnimationElement
 
FT_FREEZE - Static variable in class com.kitfox.svg.animation.AnimationElement
 
FT_HOLD - Static variable in class com.kitfox.svg.animation.AnimationElement
 
FT_REMOVE - Static variable in class com.kitfox.svg.animation.AnimationElement
FT_TRANSITION - Static variable in class com.kitfox.svg.animation.AnimationElement
 
FU_OBJECT_BOUNDING_BOX - Static variable in class com.kitfox.svg.Filter
 
FU_USER_SPACE_ON_USE - Static variable in class com.kitfox.svg.Filter
 
fullPath - Variable in class com.kitfox.svg.Tspan
 

G

generateParseException() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Generate ParseException.
getAccentHeight() - Method in class com.kitfox.svg.FontFace
 
getAccumulateType() - Method in class com.kitfox.svg.animation.AnimationElement
 
getAdditive() - Method in class com.kitfox.svg.animation.AnimateTransform
 
getAdditiveType() - Method in class com.kitfox.svg.animation.AnimationElement
 
getAntiAlias() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getAntiAlias() - Method in class com.kitfox.svg.app.beans.SVGPanel
 
getAscent() - Method in class com.kitfox.svg.FontFace
 
getAttribBoolean(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Parses the given attribute of this tag and returns it as a boolean.
getAttribDouble(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Parses the given attribute of this tag and returns it as a double.
getAttribFloat(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Parses the given attribute of this tag and returns it as a float
getAttribInt(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Parses the given attribute of this tag and returns it as an int.
getAttribIntHex(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Parses the given attribute of this tag as a hexadecimal encoded string and returns it as an int
getAttribName() - Method in class com.kitfox.svg.animation.AnimationElement
 
getAttribName() - Method in class com.kitfox.svg.animation.TrackBase
 
getAttribString(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Parses the given attribute of this tag and returns it as a String.
getAttribType() - Method in class com.kitfox.svg.animation.AnimationElement
 
getAttribType() - Method in class com.kitfox.svg.animation.TrackBase
 
getAttribURL(Element, String, URL) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
getAutosize() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getAutosize() - Method in class com.kitfox.svg.app.beans.SVGPanel
 
getAzimuth() - Method in class com.kitfox.svg.FeDistantLight
 
getBeginColumn() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getBeginColumn() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getBeginLine() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getBeginLine() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getBeginTime() - Method in class com.kitfox.svg.animation.AnimationElement
 
getBooleanValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getBoundingBox() - Method in class com.kitfox.svg.Circle
 
getBoundingBox() - Method in class com.kitfox.svg.Ellipse
 
getBoundingBox() - Method in class com.kitfox.svg.Group
Retrieves the cached bounding box of this group
getBoundingBox() - Method in class com.kitfox.svg.ImageSVG
 
getBoundingBox() - Method in class com.kitfox.svg.Line
 
getBoundingBox() - Method in class com.kitfox.svg.Marker
 
getBoundingBox() - Method in class com.kitfox.svg.MissingGlyph
 
getBoundingBox() - Method in class com.kitfox.svg.Path
 
getBoundingBox() - Method in class com.kitfox.svg.Polygon
 
getBoundingBox() - Method in class com.kitfox.svg.Polyline
 
getBoundingBox() - Method in class com.kitfox.svg.Rect
 
getBoundingBox() - Method in class com.kitfox.svg.RenderableElement
 
getBoundingBox() - Method in class com.kitfox.svg.SVGRoot
 
getBoundingBox() - Method in class com.kitfox.svg.Symbol
 
getBoundingBox() - Method in class com.kitfox.svg.Tspan
 
getBoundingBox() - Method in class com.kitfox.svg.Use
 
getByValue() - Method in class com.kitfox.svg.animation.Animate
 
getChild(String) - Method in class com.kitfox.svg.SVGElement
 
getChild(int) - Method in class com.kitfox.svg.SVGElement
 
getChildren(List<SVGElement>) - Method in class com.kitfox.svg.SVGElement
 
getClipPathShape() - Method in class com.kitfox.svg.ClipPath
 
getClipPathUnits() - Method in class com.kitfox.svg.ClipPath
 
getColorModel() - Method in class com.kitfox.svg.pattern.PatternPaintContext
 
getColorValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getCompositeType() - Method in class com.kitfox.svg.composite.AdobeComposite
 
getContent() - Method in class com.kitfox.svg.Tspan
 
getCurTime() - Method in class com.kitfox.svg.app.PlayerThread
 
getCurTime() - Method in class com.kitfox.svg.SVGUniverse
Returns the current animation time in milliseconds.
getDataType() - Method in class com.kitfox.svg.animation.Animate
 
getDefaultFont() - Method in class com.kitfox.svg.SVGUniverse
 
getDescent() - Method in class com.kitfox.svg.FontFace
 
getDeviceHeight() - Method in class com.kitfox.svg.SVGRoot
 
getDeviceRect(Rectangle2D) - Method in class com.kitfox.svg.SVGRoot
 
getDeviceViewport() - Method in class com.kitfox.svg.SVGDiagram
 
getDeviceWidth() - Method in class com.kitfox.svg.SVGRoot
 
getDiagram() - Method in class com.kitfox.svg.SVGDisplayPanel
 
getDiagram(URI) - Method in class com.kitfox.svg.SVGUniverse
 
getDiagram(URI, boolean) - Method in class com.kitfox.svg.SVGUniverse
Returns the diagram that has been loaded from this root.
getDoubleList() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getDoubleValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getDurTime() - Method in class com.kitfox.svg.animation.AnimationElement
 
getElement(String) - Method in class com.kitfox.svg.SVGDiagram
 
getElement() - Method in exception com.kitfox.svg.SVGElementException
 
getElement(URI) - Method in class com.kitfox.svg.SVGUniverse
Returns the element of the document at the given URI.
getElement(URL) - Method in class com.kitfox.svg.SVGUniverse
 
getElement(URI, boolean) - Method in class com.kitfox.svg.SVGUniverse
Looks up a href within our universe.
getElement(Class<?>, Element, String, URL) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Returns the first ReadableXMLElement with the given name
getElementArray(Class<?>, Element, String, URL) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
getElementArrayInt(Element, String, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Takes a number of tags of name 'name' that are children of 'root', and looks for attributes of 'attrib' on them.
getElementArrayString(Element, String, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Takes a number of tags of name 'name' that are children of 'root', and looks for attributes of 'attrib' on them.
getElementHashMap(Class<?>, Element, String, String, URL) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Returns a HashMap of nodes that are children of root.
getElementHashSet(Class<?>, Element, String, URL) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
getElementLinkedList(Class<?>, Element, String, URL) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
getElevation() - Method in class com.kitfox.svg.FeDistantLight
 
getEndColumn() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getEndColumn() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getEndLine() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getEndLine() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getEndTime() - Method in class com.kitfox.svg.animation.AnimationElement
 
getFillType() - Method in class com.kitfox.svg.animation.AnimationElement
 
getFinalPoint(Point2D.Double) - Method in class com.kitfox.svg.animation.Bezier
 
getFirstChild(Element, String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Returns the first node that is a direct child of root with the corresponding name.
getFloatList() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getFloatListWithUnits() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getFloatValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getFloatValueWithUnits() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getFont(String) - Method in class com.kitfox.svg.SVGUniverse
 
getFont(FontUtil.FontInfo, SVGDiagram) - Static method in class com.kitfox.svg.util.FontUtil
 
getFontFace() - Method in class com.kitfox.svg.Font
 
getFontFamily() - Method in class com.kitfox.svg.FontFace
 
getFormat() - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
getFromColor() - Method in class com.kitfox.svg.animation.Animate
 
getFromPath() - Method in class com.kitfox.svg.animation.Animate
 
getFromValue() - Method in class com.kitfox.svg.animation.Animate
 
getFromValue() - Method in class com.kitfox.svg.animation.AnimateColor
 
getGaussianBlurFilter(Rectangle, float, boolean) - Method in class com.kitfox.svg.FeGaussianBlur
 
getGlyph(String) - Method in class com.kitfox.svg.Font
 
getGlyph(String) - Method in class com.kitfox.svg.util.FontSystem
 
getHeight() - Method in class com.kitfox.svg.Filter
 
getHeight() - Method in class com.kitfox.svg.FilterEffects
 
getHeight() - Method in class com.kitfox.svg.ImageSVG
 
getHeight() - Method in class com.kitfox.svg.SVGDiagram
 
getHorizAdvX() - Method in class com.kitfox.svg.Font
 
getHorizAdvX() - Method in class com.kitfox.svg.MissingGlyph
 
getHorizOriginX() - Method in class com.kitfox.svg.Font
 
getHorizOriginY() - Method in class com.kitfox.svg.Font
 
getIconHeight() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getIconHeightIgnoreAutosize() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getIconWidth() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getIconWidthIgnoreAutosize() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getId() - Method in interface com.kitfox.svg.animation.parser.Node
 
getId() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
getId() - Method in class com.kitfox.svg.SVGElement
 
getImage() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getImage() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getImage() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getInlineAttributes() - Method in class com.kitfox.svg.SVGElement
 
getInterpolation() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getIntList() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getIntValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getKeyTimes() - Method in class com.kitfox.svg.animation.AnimateTransform
 
getLength() - Method in class com.kitfox.svg.animation.Bezier
Retuns aproximation of the length of the bezier
getLimitingConeAngle() - Method in class com.kitfox.svg.FeSpotLight
 
getLoadedDiagram() - Method in class com.kitfox.svg.SVGLoader
 
getLoadedDocumentURIs() - Method in class com.kitfox.svg.SVGUniverse
Get list of uris of all loaded documents and subdocuments.
getMarkerList() - Method in class com.kitfox.svg.Marker.MarkerLayout
 
getMessage() - Method in exception com.kitfox.svg.animation.parser.TokenMgrException
You can also modify the body of this method to customize your error messages.
getName() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getNextToken() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
getNextToken() - Method in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Get the next Token.
getNumberWithUnits() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getNumChildren() - Method in class com.kitfox.svg.SVGElement
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.Arc
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.Cubic
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.CubicSmooth
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.Horizontal
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.LineTo
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.MoveTo
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.PathCommand
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.Quadratic
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.QuadraticSmooth
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.Terminal
 
getNumKnotsAdded() - Method in class com.kitfox.svg.pathcmd.Vertical
 
getNumTracks() - Method in class com.kitfox.svg.animation.TrackManager
 
getOperations(Rectangle, float, float) - Method in class com.kitfox.svg.FeGaussianBlur
 
getOperations(Rectangle, float, float) - Method in class com.kitfox.svg.FilterEffects
 
getOverlinePosition() - Method in class com.kitfox.svg.FontFace
 
getOverlineThickness() - Method in class com.kitfox.svg.FontFace
 
getPaint(Rectangle2D, AffineTransform) - Method in class com.kitfox.svg.FillElement
Requests the paint defined by this element.
getPaint(Rectangle2D, AffineTransform) - Method in class com.kitfox.svg.LinearGradient
 
getPaint(Rectangle2D, AffineTransform) - Method in class com.kitfox.svg.PatternSVG
 
getPaint(Rectangle2D, AffineTransform) - Method in class com.kitfox.svg.RadialGradient
 
getParent() - Method in class com.kitfox.svg.SVGElement
 
getParentContext() - Method in class com.kitfox.svg.SVGElement
 
getPath() - Method in class com.kitfox.svg.animation.AnimateMotion
 
getPath() - Method in class com.kitfox.svg.MissingGlyph
 
getPath(List<SVGElement>) - Method in class com.kitfox.svg.SVGElement
 
getPlayState() - Method in class com.kitfox.svg.app.PlayerThread
 
getPointsAtX() - Method in class com.kitfox.svg.FeSpotLight
 
getPointsAtY() - Method in class com.kitfox.svg.FeSpotLight
 
getPointsAtZ() - Method in class com.kitfox.svg.FeSpotLight
 
getPreferredScrollableViewportSize() - Method in class com.kitfox.svg.SVGDisplayPanel
 
getPreferredSize() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getPres(StyleAttribute) - Method in class com.kitfox.svg.SVGElement
Copies the presentation attribute into the passed one.
getPresAbsolute(String) - Method in class com.kitfox.svg.SVGElement
 
getPresentationAttributes() - Method in class com.kitfox.svg.SVGElement
 
getRaster(int, int, int, int) - Method in class com.kitfox.svg.pattern.PatternPaintContext
 
getRatioValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getRepeatCount() - Method in class com.kitfox.svg.animation.AnimateBase
 
getRepeatDur() - Method in class com.kitfox.svg.animation.AnimateBase
 
getRoot() - Method in class com.kitfox.svg.SVGDiagram
 
getRoot() - Method in class com.kitfox.svg.SVGElement
 
getRoot() - Method in class com.kitfox.svg.SVGRoot
 
getRotate() - Method in class com.kitfox.svg.animation.AnimateMotion
 
getRotateType() - Method in class com.kitfox.svg.animation.AnimateMotion
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.kitfox.svg.SVGDisplayPanel
 
getScrollableTracksViewportHeight() - Method in class com.kitfox.svg.SVGDisplayPanel
 
getScrollableTracksViewportWidth() - Method in class com.kitfox.svg.SVGDisplayPanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.kitfox.svg.SVGDisplayPanel
 
getShape() - Method in class com.kitfox.svg.Circle
 
getShape() - Method in class com.kitfox.svg.Ellipse
 
getShape() - Method in class com.kitfox.svg.Group
Retrieves the cached bounding box of this group
getShape() - Method in class com.kitfox.svg.Line
 
getShape() - Method in class com.kitfox.svg.Marker
 
getShape() - Method in class com.kitfox.svg.MissingGlyph
 
getShape() - Method in class com.kitfox.svg.Path
 
getShape() - Method in class com.kitfox.svg.Polygon
 
getShape() - Method in class com.kitfox.svg.Polyline
 
getShape() - Method in class com.kitfox.svg.Rect
 
getShape() - Method in class com.kitfox.svg.ShapeElement
 
getShape() - Method in class com.kitfox.svg.SVGRoot
 
getShape() - Method in class com.kitfox.svg.Symbol
 
getShape() - Method in class com.kitfox.svg.Tspan
 
getShape() - Method in class com.kitfox.svg.Use
 
getSpecularComponent() - Method in class com.kitfox.svg.FeSpotLight
 
getStopColors() - Method in class com.kitfox.svg.Gradient
 
getStopFractions() - Method in class com.kitfox.svg.Gradient
 
getStreamBuiltURI(String) - Method in class com.kitfox.svg.SVGUniverse
Synthesize a URI for an SVGDiagram constructed from a stream.
getStrikethroughPosition() - Method in class com.kitfox.svg.FontFace
 
getStrikethroughThickness() - Method in class com.kitfox.svg.FontFace
 
getStringList() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getStringValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getStyle(StyleAttribute) - Method in class com.kitfox.svg.SVGElement
 
getStyle(StyleAttribute, boolean) - Method in class com.kitfox.svg.SVGElement
 
getStyle(StyleAttribute, boolean, boolean) - Method in class com.kitfox.svg.SVGElement
Copies the current style into the passed style attribute.
getStyle(StyleAttribute, String, String) - Method in class com.kitfox.svg.xml.StyleSheet
 
getStyleAbsolute(String) - Method in class com.kitfox.svg.SVGElement
 
getStyleSheet() - Method in class com.kitfox.svg.Defs
 
getStyleSheet() - Method in class com.kitfox.svg.Style
 
getStyleSheet() - Method in class com.kitfox.svg.SVGRoot
 
getSuffix(int) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getSuffix(int) - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getSVGHeight() - Method in class com.kitfox.svg.app.beans.SVGPanel
 
getSvgUniverse() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getSvgUniverse() - Method in class com.kitfox.svg.app.beans.SVGPanel
 
getSVGUniverse() - Static method in class com.kitfox.svg.SVGCache
 
getSvgURI() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getSvgURI() - Method in class com.kitfox.svg.app.beans.SVGPanel
 
getSVGWidth() - Method in class com.kitfox.svg.app.beans.SVGPanel
 
getTabSize() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
getTabSize() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
getTagName() - Method in class com.kitfox.svg.A
 
getTagName() - Method in class com.kitfox.svg.animation.Animate
 
getTagName() - Method in class com.kitfox.svg.animation.AnimateColor
 
getTagName() - Method in class com.kitfox.svg.animation.AnimateMotion
 
getTagName() - Method in class com.kitfox.svg.animation.AnimateTransform
 
getTagName() - Method in class com.kitfox.svg.animation.SetSmil
 
getTagName() - Method in class com.kitfox.svg.Circle
 
getTagName() - Method in class com.kitfox.svg.ClipPath
 
getTagName() - Method in class com.kitfox.svg.Defs
 
getTagName() - Method in class com.kitfox.svg.Desc
 
getTagName() - Method in class com.kitfox.svg.Ellipse
 
getTagName() - Method in class com.kitfox.svg.FeDistantLight
 
getTagName() - Method in class com.kitfox.svg.FeGaussianBlur
 
getTagName() - Method in class com.kitfox.svg.FeLight
 
getTagName() - Method in class com.kitfox.svg.FePointLight
 
getTagName() - Method in class com.kitfox.svg.FeSpotLight
 
getTagName() - Method in class com.kitfox.svg.Filter
 
getTagName() - Method in class com.kitfox.svg.FilterEffects
 
getTagName() - Method in class com.kitfox.svg.Font
 
getTagName() - Method in class com.kitfox.svg.FontFace
 
getTagName() - Method in class com.kitfox.svg.Glyph
 
getTagName() - Method in class com.kitfox.svg.Gradient
 
getTagName() - Method in class com.kitfox.svg.Group
 
getTagName() - Method in class com.kitfox.svg.Hkern
 
getTagName() - Method in class com.kitfox.svg.ImageSVG
 
getTagName() - Method in class com.kitfox.svg.Line
 
getTagName() - Method in class com.kitfox.svg.LinearGradient
 
getTagName() - Method in class com.kitfox.svg.Marker
 
getTagName() - Method in class com.kitfox.svg.Mask
 
getTagName() - Method in class com.kitfox.svg.Metadata
 
getTagName() - Method in class com.kitfox.svg.MissingGlyph
 
getTagName() - Method in class com.kitfox.svg.Path
 
getTagName() - Method in class com.kitfox.svg.PatternSVG
 
getTagName() - Method in class com.kitfox.svg.Polygon
 
getTagName() - Method in class com.kitfox.svg.Polyline
 
getTagName() - Method in class com.kitfox.svg.RadialGradient
 
getTagName() - Method in class com.kitfox.svg.Rect
 
getTagName() - Method in class com.kitfox.svg.Stop
 
getTagName() - Method in class com.kitfox.svg.Style
 
getTagName() - Method in class com.kitfox.svg.SVGElement
 
getTagName() - Method in class com.kitfox.svg.SVGRoot
 
getTagName() - Method in class com.kitfox.svg.Symbol
 
getTagName() - Method in class com.kitfox.svg.Text
 
getTagName() - Method in class com.kitfox.svg.Title
 
getTagName() - Method in class com.kitfox.svg.Tspan
 
getTagName() - Method in class com.kitfox.svg.Use
 
getTagText(Element) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Scans the tag's children and returns the first text element found
getText() - Method in class com.kitfox.svg.Desc
 
getText() - Method in class com.kitfox.svg.Title
 
getText() - Method in class com.kitfox.svg.Tspan
 
getTimeStep() - Method in class com.kitfox.svg.app.PlayerThread
 
getToColor() - Method in class com.kitfox.svg.animation.Animate
 
getToken(int) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
getToPath() - Method in class com.kitfox.svg.animation.Animate
 
getToValue() - Method in class com.kitfox.svg.animation.Animate
 
getToValue() - Method in class com.kitfox.svg.animation.AnimateColor
 
getToValue() - Method in class com.kitfox.svg.animation.SetSmil
 
getTrack(String, int) - Method in class com.kitfox.svg.animation.TrackManager
 
getTransparency() - Method in class com.kitfox.svg.pattern.PatternPaint
 
getUnderlinePosition() - Method in class com.kitfox.svg.FontFace
 
getUnderlineThickness() - Method in class com.kitfox.svg.FontFace
 
getUnicode() - Method in class com.kitfox.svg.Glyph
 
getUnits() - Method in class com.kitfox.svg.xml.NumberWithUnits
 
getUnits() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getUnitsPerEm() - Method in class com.kitfox.svg.FontFace
 
getUniverse() - Method in class com.kitfox.svg.SVGDiagram
 
getURIValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getURIValue(URI) - Method in class com.kitfox.svg.xml.StyleAttribute
Parse this sytle attribute as a URL and return it in URI form resolved against the passed base.
getURLValue(URL) - Method in class com.kitfox.svg.xml.StyleAttribute
 
getURLValue(URI) - Method in class com.kitfox.svg.xml.StyleAttribute
 
getUseAntiAlias() - Method in class com.kitfox.svg.app.beans.SVGIcon
Deprecated. 
getUseAntiAlias() - Method in class com.kitfox.svg.app.beans.SVGPanel
Deprecated. 
getValue() - Method in class com.kitfox.svg.animation.parser.Token
An optional attribute value of the Token.
getValue(StyleAttribute, double) - Method in class com.kitfox.svg.animation.TrackBase
Returns a StyleAttribute representing the value of this track at the passed time.
getValue(StyleAttribute, double) - Method in class com.kitfox.svg.animation.TrackColor
 
getValue(double) - Method in class com.kitfox.svg.animation.TrackColor
 
getValue(StyleAttribute, double) - Method in class com.kitfox.svg.animation.TrackDouble
 
getValue(double) - Method in class com.kitfox.svg.animation.TrackDouble
 
getValue(StyleAttribute, double) - Method in class com.kitfox.svg.animation.TrackMotion
 
getValue(AffineTransform, double) - Method in class com.kitfox.svg.animation.TrackMotion
 
getValue(StyleAttribute, double) - Method in class com.kitfox.svg.animation.TrackPath
 
getValue(double) - Method in class com.kitfox.svg.animation.TrackPath
 
getValue(StyleAttribute, double) - Method in class com.kitfox.svg.animation.TrackTransform
 
getValue(AffineTransform, double) - Method in class com.kitfox.svg.animation.TrackTransform
 
getValue() - Method in class com.kitfox.svg.xml.NumberWithUnits
 
getValues() - Method in class com.kitfox.svg.animation.AnimateTransform
 
getValuesValue() - Method in class com.kitfox.svg.animation.Animate
 
getVertAdvY() - Method in class com.kitfox.svg.Font
 
getVertAdvY() - Method in class com.kitfox.svg.MissingGlyph
 
getVertOriginX() - Method in class com.kitfox.svg.Font
 
getVertOriginX() - Method in class com.kitfox.svg.MissingGlyph
 
getVertOriginY() - Method in class com.kitfox.svg.Font
 
getVertOriginY() - Method in class com.kitfox.svg.MissingGlyph
 
getViewRect(Rectangle2D) - Method in class com.kitfox.svg.SVGDiagram
Returns the viewing rectangle of this diagram in device coordinates.
getViewRect() - Method in class com.kitfox.svg.SVGDiagram
 
getWidth() - Method in class com.kitfox.svg.Filter
 
getWidth() - Method in class com.kitfox.svg.FilterEffects
 
getWidth() - Method in class com.kitfox.svg.ImageSVG
 
getWidth() - Method in class com.kitfox.svg.SVGDiagram
 
getX() - Method in class com.kitfox.svg.FePointLight
 
getX() - Method in class com.kitfox.svg.FeSpotLight
 
getX() - Method in class com.kitfox.svg.Filter
 
getX() - Method in class com.kitfox.svg.FilterEffects
 
getX() - Method in class com.kitfox.svg.ImageSVG
 
getXForm() - Method in class com.kitfox.svg.TransformableElement
Fetches a copy of the cached AffineTransform.
getXformType() - Method in class com.kitfox.svg.animation.AnimateTransform
 
getXMLBase() - Method in class com.kitfox.svg.SVGDiagram
 
getXMLBase() - Method in class com.kitfox.svg.SVGElement
 
getY() - Method in class com.kitfox.svg.FePointLight
 
getY() - Method in class com.kitfox.svg.FeSpotLight
 
getY() - Method in class com.kitfox.svg.Filter
 
getY() - Method in class com.kitfox.svg.FilterEffects
 
getY() - Method in class com.kitfox.svg.ImageSVG
 
getZ() - Method in class com.kitfox.svg.FePointLight
 
getZ() - Method in class com.kitfox.svg.FeSpotLight
 
Glyph - Class in com.kitfox.svg
Implements an embedded font.
Glyph() - Constructor for class com.kitfox.svg.Glyph
Creates a new instance of Font
Gradient - Class in com.kitfox.svg
 
Gradient() - Constructor for class com.kitfox.svg.Gradient
Creates a new instance of Gradient
gradientTransform - Variable in class com.kitfox.svg.Gradient
 
gradientUnits - Variable in class com.kitfox.svg.Gradient
 
Group - Class in com.kitfox.svg
 
Group() - Constructor for class com.kitfox.svg.Group
Creates a new instance of Stop
GU_OBJECT_BOUNDING_BOX - Static variable in class com.kitfox.svg.Gradient
 
GU_OBJECT_BOUNDING_BOX - Static variable in class com.kitfox.svg.PatternSVG
 
GU_USER_SPACE_ON_USE - Static variable in class com.kitfox.svg.Gradient
 
GU_USER_SPACE_ON_USE - Static variable in class com.kitfox.svg.PatternSVG
 

H

Handler - Class in com.kitfox.svg.app.data
 
Handler() - Constructor for class com.kitfox.svg.app.data.Handler
 
HandlerFactory - Class in com.kitfox.svg.app.data
 
HandlerFactory() - Constructor for class com.kitfox.svg.app.data.HandlerFactory
 
hasAttribute(String, int) - Method in class com.kitfox.svg.SVGElement
 
hashCode() - Method in class com.kitfox.svg.util.FontUtil.FontInfo
 
hashCode() - Method in class com.kitfox.svg.xml.NumberWithUnits
 
hashCode() - Method in class com.kitfox.svg.xml.StyleSheetRule
 
Hkern - Class in com.kitfox.svg
 
Hkern() - Constructor for class com.kitfox.svg.Hkern
 
Horizontal - Class in com.kitfox.svg.pathcmd
 
Horizontal() - Constructor for class com.kitfox.svg.pathcmd.Horizontal
Creates a new instance of MoveTo
Horizontal(boolean, float) - Constructor for class com.kitfox.svg.pathcmd.Horizontal
 

I

id - Variable in class com.kitfox.svg.animation.parser.SimpleNode
 
id - Variable in class com.kitfox.svg.SVGElement
 
IDENTIFIER - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
ignoreClipHeuristic - Variable in class com.kitfox.svg.SVGDiagram
If true, no attempt will be made to discard geometry based on it being out of bounds.
ignoringClipHeuristic() - Method in class com.kitfox.svg.SVGDiagram
 
image - Variable in class com.kitfox.svg.animation.parser.Token
The string image of the token.
ImageSVG - Class in com.kitfox.svg
Implements an image.
ImageSVG() - Constructor for class com.kitfox.svg.ImageSVG
Creates a new instance of Font
inBuf - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
includeStrokeInBounds(Rectangle2D) - Method in class com.kitfox.svg.ShapeElement
 
INDEFINITE - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
IndefiniteTime() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
indexOfChild(SVGElement) - Method in class com.kitfox.svg.SVGElement
Searches children for given element.
inlineStyles - Variable in class com.kitfox.svg.SVGElement
Styles defined for this elemnt via the style attribute.
input_stream - Variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
 
inputStream - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
 
INPUTSTREAM_SCHEME - Static variable in class com.kitfox.svg.SVGUniverse
 
instance() - Static method in class com.kitfox.svg.xml.ColorTable
 
Integer() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
INTEGER - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
interp - Variable in class com.kitfox.svg.animation.AnimationTimeEval
Value on [0..1] representing the interpolation value of queried animation element, or Double.NaN if element does not provide a valid evalutaion
INTERP_BICUBIC - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
INTERP_BILINEAR - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
INTERP_NEAREST_NEIGHBOR - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
INVALID_LEXICAL_STATE - Static variable in exception com.kitfox.svg.animation.parser.TokenMgrException
Tried to change to an invalid lexical state.
isClipToViewbox() - Method in class com.kitfox.svg.app.beans.SVGIcon
clipToViewbox will set a clip box equivilant to the SVG's viewbox before rendering.
isDouble(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
isImageDataInlineOnly() - Method in class com.kitfox.svg.SVGUniverse
 
isRelative - Variable in class com.kitfox.svg.pathcmd.PathCommand
 
isScaleToFit() - Method in class com.kitfox.svg.app.beans.SVGIcon
Deprecated. 
isScaleToFit() - Method in class com.kitfox.svg.app.beans.SVGPanel
Deprecated. 
isTrackLineColumn() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
isTrackLineColumn() - Method in interface com.kitfox.svg.animation.parser.CharStream
 
isVerbose() - Method in class com.kitfox.svg.SVGUniverse
 
iterator() - Method in class com.kitfox.svg.animation.TrackManager
 

J

jj_nt - Variable in class com.kitfox.svg.animation.parser.AnimTimeParser
Next token.
jjFillToken() - Method in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
 
jjnewLexState - Static variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface com.kitfox.svg.animation.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
JJTAnimTimeParserState - Class in com.kitfox.svg.animation.parser
 
JJTAnimTimeParserState() - Constructor for class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
jjtClose() - Method in interface com.kitfox.svg.animation.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
JJTEVENTTIME - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
JJTEXPR - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
jjtGetChild(int) - Method in interface com.kitfox.svg.animation.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface com.kitfox.svg.animation.parser.Node
 
jjtGetNumChildren() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
jjtGetParent() - Method in interface com.kitfox.svg.animation.parser.Node
 
jjtGetParent() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
jjtGetValue() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
JJTINDEFINITETIME - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
JJTINTEGER - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
JJTLITERALTIME - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
JJTLOOKUPTIME - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
jjtNodeName - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
JJTNUMBER - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
jjtOpen() - Method in interface com.kitfox.svg.animation.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
JJTPARAMLIST - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
jjtree - Variable in class com.kitfox.svg.animation.parser.AnimTimeParser
 
jjtSetParent(Node) - Method in interface com.kitfox.svg.animation.parser.Node
Set the parent node of this node
jjtSetParent(Node) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
jjtSetValue(Object) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
JJTSUM - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 
JJTTERM - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants
 

K

k1x - Variable in class com.kitfox.svg.pathcmd.Cubic
 
k1y - Variable in class com.kitfox.svg.pathcmd.Cubic
 
k2x - Variable in class com.kitfox.svg.pathcmd.Cubic
 
k2x - Variable in class com.kitfox.svg.pathcmd.CubicSmooth
 
k2y - Variable in class com.kitfox.svg.pathcmd.Cubic
 
k2y - Variable in class com.kitfox.svg.pathcmd.CubicSmooth
 
kind - Variable in class com.kitfox.svg.animation.parser.Token
An integer that describes the kind of this token.
kx - Variable in class com.kitfox.svg.pathcmd.Quadratic
 
ky - Variable in class com.kitfox.svg.pathcmd.Quadratic
 

L

largeArc - Variable in class com.kitfox.svg.pathcmd.Arc
 
layout(Shape) - Method in class com.kitfox.svg.Marker.MarkerLayout
 
lerp(double, double, double) - Method in class com.kitfox.svg.SVGElement
 
LETTER - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
letterSpacing - Variable in class com.kitfox.svg.util.FontUtil.FontInfo
 
LEXICAL_ERROR - Static variable in exception com.kitfox.svg.animation.parser.TokenMgrException
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in exception com.kitfox.svg.animation.parser.TokenMgrException
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Lexer state names.
line - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
Line - Class in com.kitfox.svg
 
Line() - Constructor for class com.kitfox.svg.Line
Creates a new instance of Rect
LinearGradient - Class in com.kitfox.svg
 
LinearGradient() - Constructor for class com.kitfox.svg.LinearGradient
Creates a new instance of LinearGradient
LineTo - Class in com.kitfox.svg.pathcmd
 
LineTo() - Constructor for class com.kitfox.svg.pathcmd.LineTo
Creates a new instance of MoveTo
LineTo(boolean, float, float) - Constructor for class com.kitfox.svg.pathcmd.LineTo
 
LiteralTime() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.ClipPath
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.Defs
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.Filter
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.FilterEffects
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.Font
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.Gradient
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.Group
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.MissingGlyph
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.PatternSVG
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.SVGElement
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddChild(SVGLoaderHelper, SVGElement) - Method in class com.kitfox.svg.Tspan
Called after the start element but before the end element to indicate each child tag that has been processed
loaderAddText(SVGLoaderHelper, String) - Method in class com.kitfox.svg.Desc
Called during load process to add text scanned within a tag
loaderAddText(SVGLoaderHelper, String) - Method in class com.kitfox.svg.Style
Called during load process to add text scanned within a tag
loaderAddText(SVGLoaderHelper, String) - Method in class com.kitfox.svg.SVGElement
Called during load process to add text scanned within a tag
loaderAddText(SVGLoaderHelper, String) - Method in class com.kitfox.svg.Title
Called during load process to add text scanned within a tag
loaderAddText(SVGLoaderHelper, String) - Method in class com.kitfox.svg.Tspan
Called during load process to add text scanned within a tag
loaderEndElement(SVGLoaderHelper) - Method in class com.kitfox.svg.Font
 
loaderEndElement(SVGLoaderHelper) - Method in class com.kitfox.svg.SVGElement
Called to indicate that this tag and the tags it contains have been completely processed, and that it should finish any load processes.
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.Animate
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.AnimateBase
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.AnimateColor
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.AnimateMotion
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.AnimateTransform
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.AnimateXform
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.AnimationElement
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.animation.SetSmil
 
loaderStartElement(SVGLoaderHelper, Attributes, SVGElement) - Method in class com.kitfox.svg.SVGElement
Called during SAX load process to notify that this tag has begun the process of being loaded
loadSVG(URL) - Method in class com.kitfox.svg.SVGUniverse
 
loadSVG(URL, boolean) - Method in class com.kitfox.svg.SVGUniverse
Loads an SVG file and all the files it references from the URL provided.
loadSVG(InputStream, String) - Method in class com.kitfox.svg.SVGUniverse
 
loadSVG(InputStream, String, boolean) - Method in class com.kitfox.svg.SVGUniverse
 
loadSVG(Reader, String) - Method in class com.kitfox.svg.SVGUniverse
 
loadSVG(Reader, String, boolean) - Method in class com.kitfox.svg.SVGUniverse
This routine allows you to create SVG documents from data streams that may not necessarily have a URL to load from.
loadSVG(URI, InputSource) - Method in class com.kitfox.svg.SVGUniverse
 
lookupColor(String) - Method in class com.kitfox.svg.xml.ColorTable
 
LookupTime() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
LOOP_DETECTED - Static variable in exception com.kitfox.svg.animation.parser.TokenMgrException
Detected (and bailed out of) an infinite loop in the token manager.

M

MAGIC_NUMBER - Static variable in interface com.kitfox.svg.xml.cpx.CPXConsts
 
main(String[]) - Static method in class com.kitfox.svg.animation.parser.AnimTimeParser
Test the parser
main(String[]) - Static method in class com.kitfox.svg.app.MainFrame
 
main(String[]) - Static method in class com.kitfox.svg.app.SVGPlayer
 
main(String[]) - Static method in class com.kitfox.svg.app.SVGViewer
 
main(String[]) - Static method in class com.kitfox.svg.app.VersionDialog
 
main(String[]) - Static method in class com.kitfox.svg.pattern.PatternPaintContext
 
main(String[]) - Static method in class com.kitfox.svg.xml.cpx.CPXTest
 
main(String[]) - Static method in class com.kitfox.svg.xml.StyleAttribute
 
MainFrame - Class in com.kitfox.svg.app
 
MainFrame() - Constructor for class com.kitfox.svg.app.MainFrame
Creates new form MainFrame
Marker - Class in com.kitfox.svg
 
Marker() - Constructor for class com.kitfox.svg.Marker
 
Marker.MarkerLayout - Class in com.kitfox.svg
 
Marker.MarkerPos - Class in com.kitfox.svg
 
MARKER_END - Static variable in class com.kitfox.svg.Marker
 
MARKER_MID - Static variable in class com.kitfox.svg.Marker
 
MARKER_START - Static variable in class com.kitfox.svg.Marker
 
MarkerLayout() - Constructor for class com.kitfox.svg.Marker.MarkerLayout
 
MarkerPos(int, double, double, double, double) - Constructor for class com.kitfox.svg.Marker.MarkerPos
 
markSupported() - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
We do not allow marking
Mask - Class in com.kitfox.svg
Implements the mask element.
Mask() - Constructor for class com.kitfox.svg.Mask
 
maxNextCharInd - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
Metadata - Class in com.kitfox.svg
Does not hold any information.
Metadata() - Constructor for class com.kitfox.svg.Metadata
Creates a new instance of Stop
MissingGlyph - Class in com.kitfox.svg
Implements an embedded font.
MissingGlyph() - Constructor for class com.kitfox.svg.MissingGlyph
Creates a new instance of Font
MOUSE_OVER - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
MoveTo - Class in com.kitfox.svg.pathcmd
 
MoveTo() - Constructor for class com.kitfox.svg.pathcmd.MoveTo
Creates a new instance of MoveTo
MoveTo(boolean, float, float) - Constructor for class com.kitfox.svg.pathcmd.MoveTo
 

N

newToken(int, String) - Static method in class com.kitfox.svg.animation.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.kitfox.svg.animation.parser.Token
 
next - Variable in class com.kitfox.svg.animation.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
nextCharInd - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
Node - Interface in com.kitfox.svg.animation.parser
 
nodeArity() - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
nodeCreated() - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
Number() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
NumberWithUnits - Class in com.kitfox.svg.xml
 
NumberWithUnits() - Constructor for class com.kitfox.svg.xml.NumberWithUnits
Creates a new instance of NumberWithUnits
NumberWithUnits(String) - Constructor for class com.kitfox.svg.xml.NumberWithUnits
 
NumberWithUnits(float, int) - Constructor for class com.kitfox.svg.xml.NumberWithUnits
 

O

op - Variable in class com.kitfox.svg.FilterEffects.FilterOp
 
openConnection(URL) - Method in class com.kitfox.svg.app.data.Handler
 
openNodeScope(Node) - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
outsideClip(Graphics2D) - Method in class com.kitfox.svg.Group
 
outsideClip(Graphics2D) - Method in class com.kitfox.svg.Marker
 
outsideClip(Graphics2D) - Method in class com.kitfox.svg.Symbol
 

P

PA_X_MAX - Static variable in class com.kitfox.svg.SVGRoot
 
PA_X_MID - Static variable in class com.kitfox.svg.SVGRoot
 
PA_X_MIN - Static variable in class com.kitfox.svg.SVGRoot
 
PA_X_NONE - Static variable in class com.kitfox.svg.SVGRoot
 
PA_Y_MAX - Static variable in class com.kitfox.svg.SVGRoot
 
PA_Y_MID - Static variable in class com.kitfox.svg.SVGRoot
 
PA_Y_MIN - Static variable in class com.kitfox.svg.SVGRoot
 
PA_Y_NONE - Static variable in class com.kitfox.svg.SVGRoot
 
paintComponent(Graphics) - Method in class com.kitfox.svg.app.beans.SVGPanel
 
paintComponent(Graphics) - Method in class com.kitfox.svg.SVGDisplayPanel
 
paintElement(Graphics2D, RenderableElement) - Static method in class com.kitfox.svg.BufferPainter
 
paintIcon(Component, Graphics, int, int) - Method in class com.kitfox.svg.app.beans.SVGIcon
Draws the icon to the specified component.
paintToBuffer(Graphics2D, AffineTransform, Rectangle, RenderableElement, Color) - Static method in class com.kitfox.svg.BufferPainter
 
paintToBuffer(Graphics2D, AffineTransform, Rectangle, Rectangle, RenderableElement, Color, boolean) - Static method in class com.kitfox.svg.BufferPainter
 
ParamList() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
parent - Variable in class com.kitfox.svg.animation.parser.SimpleNode
 
parent - Variable in class com.kitfox.svg.animation.TrackBase
Element we're animating
parent - Variable in class com.kitfox.svg.SVGElement
 
parseColor(String) - Static method in class com.kitfox.svg.xml.ColorTable
 
parseDouble(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parseDoubleList(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Scans an input string for double values.
ParseException - Exception in com.kitfox.svg.animation.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.kitfox.svg.animation.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.kitfox.svg.animation.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.kitfox.svg.animation.parser.ParseException
Constructor with message.
parseFloat(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parseFloatList(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parseFontInfo(SVGElement, StyleAttribute) - Static method in class com.kitfox.svg.util.FontUtil
 
parseHex(String) - Static method in class com.kitfox.svg.xml.ColorTable
 
parseInt(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parseIntList(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parseNumberWithUnits(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parsePathCommand() - Method in class com.kitfox.svg.pathcmd.PathParser
 
parsePathList(String) - Static method in class com.kitfox.svg.SVGElement
 
parser - Variable in class com.kitfox.svg.animation.parser.SimpleNode
 
parseRatio(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
The input string represents a ratio.
parseSheet(String) - Static method in class com.kitfox.svg.xml.StyleSheet
 
parseSingleTransform(String) - Static method in class com.kitfox.svg.SVGElement
 
parseStringList(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
 
parseStyle(String) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Takes a CSS style string and retursn a hash of them.
parseStyle(String, HashMap<String, StyleAttribute>) - Static method in class com.kitfox.svg.xml.XMLParseUtil
Takes a CSS style string and returns a hash of them.
parseTimeComponent(String) - Static method in class com.kitfox.svg.animation.TimeBase
 
parseTransform(String) - Static method in class com.kitfox.svg.SVGElement
 
parseURLFn() - Method in class com.kitfox.svg.xml.StyleAttribute
 
Path - Class in com.kitfox.svg
 
Path() - Constructor for class com.kitfox.svg.Path
Creates a new instance of Rect
PathCommand - Class in com.kitfox.svg.pathcmd
This is the element of a path and contains instructions for rendering a portion of the path
PathCommand() - Constructor for class com.kitfox.svg.pathcmd.PathCommand
Creates a new instance of PathCommand
PathCommand(boolean) - Constructor for class com.kitfox.svg.pathcmd.PathCommand
 
PathParser - Class in com.kitfox.svg.pathcmd
A helper for parsing PathCommands.
PathParser(String) - Constructor for class com.kitfox.svg.pathcmd.PathParser
 
PathUtil - Class in com.kitfox.svg.pathcmd
 
PathUtil() - Constructor for class com.kitfox.svg.pathcmd.PathUtil
Creates a new instance of PathUtil
PatternPaint - Class in com.kitfox.svg.pattern
 
PatternPaint(BufferedImage, AffineTransform) - Constructor for class com.kitfox.svg.pattern.PatternPaint
Creates a new instance of PatternPaint
PatternPaintContext - Class in com.kitfox.svg.pattern
 
PatternPaintContext(BufferedImage, Rectangle, AffineTransform, AffineTransform) - Constructor for class com.kitfox.svg.pattern.PatternPaintContext
Creates a new instance of PatternPaintContext
PatternSVG - Class in com.kitfox.svg
 
PatternSVG() - Constructor for class com.kitfox.svg.PatternSVG
Creates a new instance of Gradient
peekNode() - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
pick(Point2D, List<List<SVGElement>>) - Method in class com.kitfox.svg.SVGDiagram
Searches thorough the scene graph for all RenderableElements that have shapes that contain the passed point.
pick(Point2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.SVGDiagram
 
pick(Rectangle2D, List<List<SVGElement>>) - Method in class com.kitfox.svg.SVGDiagram
 
pick(Rectangle2D, boolean, List<List<SVGElement>>) - Method in class com.kitfox.svg.SVGDiagram
 
pickElement(Point2D, boolean, List<List<SVGElement>>, RenderableElement) - Method in class com.kitfox.svg.Mask
 
pickElement(Rectangle2D, AffineTransform, boolean, List<List<SVGElement>>, RenderableElement) - Method in class com.kitfox.svg.Mask
 
PlayerDialog - Class in com.kitfox.svg.app
 
PlayerDialog(SVGPlayer) - Constructor for class com.kitfox.svg.app.PlayerDialog
Creates new form PlayerDialog
PlayerThread - Class in com.kitfox.svg.app
 
PlayerThread() - Constructor for class com.kitfox.svg.app.PlayerThread
Creates a new instance of PlayerThread
PlayerThreadListener - Interface in com.kitfox.svg.app
 
Polygon - Class in com.kitfox.svg
 
Polygon() - Constructor for class com.kitfox.svg.Polygon
Creates a new instance of Rect
Polyline - Class in com.kitfox.svg
 
Polyline() - Constructor for class com.kitfox.svg.Polyline
Creates a new instance of Rect
popNode() - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
popParentContext() - Method in class com.kitfox.svg.SVGElement
 
preparePattern() - Method in class com.kitfox.svg.PatternSVG
 
prepareViewport() - Method in class com.kitfox.svg.SVGRoot
 
presAttribs - Variable in class com.kitfox.svg.SVGElement
Presentation attributes set for this element.
prevCharIsCR - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
prevCharIsLF - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
primitiveUnits - Variable in class com.kitfox.svg.Filter
 
processAllData() - Method in class com.kitfox.svg.xml.cpx.CPXOutputStream
 
processingInstruction(String, String) - Method in class com.kitfox.svg.SVGLoader
 
PROP_AUTOSIZE - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
PROP_AUTOSIZE - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
ProportionalLayoutPanel - Class in com.kitfox.svg.app.beans
Panel based on the null layout.
ProportionalLayoutPanel() - Constructor for class com.kitfox.svg.app.beans.ProportionalLayoutPanel
Creates new form ProportionalLayoutPanel
PS_MEET - Static variable in class com.kitfox.svg.SVGRoot
 
PS_PLAY_BACK - Static variable in class com.kitfox.svg.app.PlayerThread
 
PS_PLAY_FWD - Static variable in class com.kitfox.svg.app.PlayerThread
 
PS_SLICE - Static variable in class com.kitfox.svg.SVGRoot
 
PS_STOP - Static variable in class com.kitfox.svg.app.PlayerThread
 
PU_OBJECT_BOUNDING_BOX - Static variable in class com.kitfox.svg.Filter
 
PU_USER_SPACE_ON_USE - Static variable in class com.kitfox.svg.Filter
 
pushNode(Node) - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
pushParentContext(SVGElement) - Method in class com.kitfox.svg.SVGElement
Hack to allow nodes to temporarily change their parents.

Q

Quadratic - Class in com.kitfox.svg.pathcmd
 
Quadratic() - Constructor for class com.kitfox.svg.pathcmd.Quadratic
Creates a new instance of MoveTo
Quadratic(boolean, float, float, float, float) - Constructor for class com.kitfox.svg.pathcmd.Quadratic
 
QuadraticSmooth - Class in com.kitfox.svg.pathcmd
 
QuadraticSmooth() - Constructor for class com.kitfox.svg.pathcmd.QuadraticSmooth
Creates a new instance of MoveTo
QuadraticSmooth(boolean, float, float) - Constructor for class com.kitfox.svg.pathcmd.QuadraticSmooth
 

R

RadialGradient - Class in com.kitfox.svg
 
RadialGradient() - Constructor for class com.kitfox.svg.RadialGradient
Creates a new instance of RadialGradient
read(byte[], int, int) - Method in class com.kitfox.svg.util.Base64InputStream
 
read() - Method in class com.kitfox.svg.util.Base64InputStream
 
read() - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(Element, URL) - Method in interface com.kitfox.svg.xml.ReadableXMLElement
Initializes this element from the passed DOM tree.
ReadableXMLElement - Interface in com.kitfox.svg.xml
 
readChar() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
Read a character.
readChar() - Method in interface com.kitfox.svg.animation.parser.CharStream
Get the next character from the selected input.
readChar() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Read a character.
readTest() - Method in class com.kitfox.svg.xml.cpx.CPXTest
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.Animate
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.AnimateBase
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.AnimateColor
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.AnimateMotion
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.AnimateTransform
 
rebuild() - Method in class com.kitfox.svg.animation.AnimationElement
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.AnimationElement
 
rebuild(AnimTimeParser) - Method in class com.kitfox.svg.animation.SetSmil
 
rebuild() - Method in class com.kitfox.svg.Text
Discard cached information
Rect - Class in com.kitfox.svg
 
Rect() - Constructor for class com.kitfox.svg.Rect
Creates a new instance of Rect
reInit(int, int, int) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Reinitialise
ReInit(InputStream, Charset) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Reinitialise
ReInit(Reader) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Reinitialise
ReInit(AnimTimeParserTokenManager) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Reinitialise
ReInit(SimpleCharStream) - Method in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Reinitialise parser.
reInit(Reader) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
reInit(Reader, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
reInit(Reader, int, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
reInit(InputStream, Charset) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
reInit(InputStream, Charset, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
reInit(InputStream, Charset, int, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
removeAttribute(String, int) - Method in class com.kitfox.svg.SVGElement
 
removeChild(SVGElement) - Method in class com.kitfox.svg.SVGElement
 
removeDocument(URI) - Method in class com.kitfox.svg.SVGUniverse
Remove loaded document from cache.
removeElement(String) - Method in class com.kitfox.svg.SVGDiagram
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.kitfox.svg.SVGUniverse
 
render(Graphics2D, Marker.MarkerPos, float) - Method in class com.kitfox.svg.Marker
 
render(Graphics2D) - Method in class com.kitfox.svg.Mask
 
render(Graphics2D) - Method in class com.kitfox.svg.RenderableElement
 
render(JComponent, Graphics2D) - Method in class com.kitfox.svg.SVGDiagram
 
render(Graphics2D) - Method in class com.kitfox.svg.SVGDiagram
Draws this diagram to the passed graphics context
RenderableElement - Class in com.kitfox.svg
Maintains bounding box for this element
RenderableElement() - Constructor for class com.kitfox.svg.RenderableElement
Creates a new instance of BoundedElement
RenderableElement(String, SVGElement) - Constructor for class com.kitfox.svg.RenderableElement
 
renderShape(Graphics2D, Shape) - Method in class com.kitfox.svg.ShapeElement
 
renderToViewport(Graphics2D) - Method in class com.kitfox.svg.SVGRoot
 
rep - Variable in class com.kitfox.svg.animation.AnimationTimeEval
Number of completed repetitions
repeatSkipSize(int) - Method in class com.kitfox.svg.animation.Animate
If this element is being accumulated, detemine the delta to accumulate by
requiredImageBounds - Variable in class com.kitfox.svg.FilterEffects.FilterOp
 
reset() - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
rootNode() - Method in class com.kitfox.svg.animation.parser.JJTAnimTimeParserState
 
RT_ANGLE - Static variable in class com.kitfox.svg.animation.AnimateMotion
 
RT_AUTO - Static variable in class com.kitfox.svg.animation.AnimateMotion
 
run() - Method in class com.kitfox.svg.app.PlayerThread
 
rx - Variable in class com.kitfox.svg.pathcmd.Arc
 
ry - Variable in class com.kitfox.svg.pathcmd.Arc
 

S

segments - Variable in class com.kitfox.svg.Tspan
 
serialVersionUID - Static variable in class com.kitfox.svg.animation.TrackManager
 
serialVersionUID - Static variable in class com.kitfox.svg.app.beans.ProportionalLayoutPanel
 
serialVersionUID - Static variable in class com.kitfox.svg.app.beans.SVGIcon
 
serialVersionUID - Static variable in class com.kitfox.svg.app.beans.SVGPanel
 
serialVersionUID - Static variable in class com.kitfox.svg.app.MainFrame
 
serialVersionUID - Static variable in class com.kitfox.svg.app.PlayerDialog
 
serialVersionUID - Static variable in class com.kitfox.svg.app.SVGPlayer
 
serialVersionUID - Static variable in class com.kitfox.svg.app.SVGViewer
 
serialVersionUID - Static variable in class com.kitfox.svg.app.VersionDialog
 
serialVersionUID - Static variable in class com.kitfox.svg.SVGDiagram
 
serialVersionUID - Static variable in class com.kitfox.svg.SVGDisplayPanel
 
serialVersionUID - Static variable in class com.kitfox.svg.SVGElement
 
serialVersionUID - Static variable in exception com.kitfox.svg.SVGElementException
 
serialVersionUID - Static variable in exception com.kitfox.svg.SVGException
 
serialVersionUID - Static variable in exception com.kitfox.svg.SVGParseException
 
serialVersionUID - Static variable in class com.kitfox.svg.SVGUniverse
 
serialVersionUID - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
serialVersionUID - Static variable in class com.kitfox.svg.xml.StyleAttribute
 
set(double, int) - Method in class com.kitfox.svg.animation.AnimationTimeEval
 
set(String) - Method in class com.kitfox.svg.xml.NumberWithUnits
 
setAccentHeight(int) - Method in class com.kitfox.svg.FontFace
 
setAccumulateType(int) - Method in class com.kitfox.svg.animation.AnimationElement
 
setAdditive(int) - Method in class com.kitfox.svg.animation.AnimateTransform
 
setAdditiveType(int) - Method in class com.kitfox.svg.animation.AnimationElement
 
setAntiAlias(boolean) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setAntiAlias(boolean) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
setAntiAlias(boolean) - Method in class com.kitfox.svg.app.beans.SVGPanel
 
setAscent(int) - Method in class com.kitfox.svg.FontFace
 
setAttribute(String, int, String) - Method in class com.kitfox.svg.SVGElement
 
setAutosize(int) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
setAutosize(int) - Method in class com.kitfox.svg.app.beans.SVGPanel
 
setBackgroundColor(String) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setBeginTime(TimeBase) - Method in class com.kitfox.svg.animation.AnimationElement
 
setBgColor(Color) - Method in class com.kitfox.svg.SVGDisplayPanel
 
setByValue(double) - Method in class com.kitfox.svg.animation.Animate
 
setClipToViewBox(boolean) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setClipToViewbox(boolean) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
setCoords(double, double, double[], int) - Method in class com.kitfox.svg.animation.Bezier
 
setCurTime(double) - Method in class com.kitfox.svg.app.PlayerThread
 
setCurTime(double) - Method in class com.kitfox.svg.SVGUniverse
 
setDescent(int) - Method in class com.kitfox.svg.FontFace
 
setDestDir(File) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setDeviceViewport(Rectangle) - Method in class com.kitfox.svg.SVGDiagram
Sets the dimensions of the device being rendered into.
setDiagram(SVGDiagram) - Method in class com.kitfox.svg.SVGDisplayPanel
 
setDiagram(SVGDiagram) - Method in class com.kitfox.svg.SVGElement
 
setDurTime(TimeBase) - Method in class com.kitfox.svg.animation.AnimationElement
 
setElement(String, SVGElement) - Method in class com.kitfox.svg.SVGDiagram
 
setEndTime(TimeBase) - Method in class com.kitfox.svg.animation.AnimationElement
 
setFillType(int) - Method in class com.kitfox.svg.animation.AnimationElement
 
setFontFace(FontFace) - Method in class com.kitfox.svg.Font
 
setFormat(String) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setFromColor(Color) - Method in class com.kitfox.svg.animation.Animate
 
setFromPath(GeneralPath) - Method in class com.kitfox.svg.animation.Animate
 
setFromValue(double) - Method in class com.kitfox.svg.animation.Animate
 
setFromValue(Color) - Method in class com.kitfox.svg.animation.AnimateColor
 
setHeight(int) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setHorizAdvX(float) - Method in class com.kitfox.svg.MissingGlyph
 
setIgnoringClipHeuristic(boolean) - Method in class com.kitfox.svg.SVGDiagram
 
setImageDataInlineOnly(boolean) - Method in class com.kitfox.svg.SVGUniverse
 
setInterpolation(String) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setInterpolation(int) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
setKeyTimes(double[]) - Method in class com.kitfox.svg.animation.AnimateTransform
 
setLastKnot(float, float) - Method in class com.kitfox.svg.pathcmd.BuildHistory
 
setLastPoint(float, float) - Method in class com.kitfox.svg.pathcmd.BuildHistory
 
setName(String) - Method in class com.kitfox.svg.xml.StyleAttribute
 
setOverlinePosition(int) - Method in class com.kitfox.svg.FontFace
 
setOverlineThickness(int) - Method in class com.kitfox.svg.FontFace
 
setParentElement(AnimationElement) - Method in class com.kitfox.svg.animation.TimeBase
Some time elements need to refer to the animation element that contains them to evaluate correctly
setParentElement(AnimationElement) - Method in class com.kitfox.svg.animation.TimeCompound
 
setParentElement(AnimationElement) - Method in class com.kitfox.svg.animation.TimeLookup
 
setParentElement(AnimationElement) - Method in class com.kitfox.svg.animation.TimeSum
 
setPath(GeneralPath) - Method in class com.kitfox.svg.animation.AnimateMotion
 
setPath(Shape) - Method in class com.kitfox.svg.MissingGlyph
 
setPlayState(int) - Method in class com.kitfox.svg.app.PlayerThread
 
setPoint(Point2D.Float, String, String) - Static method in class com.kitfox.svg.animation.AnimateMotion
 
setPreferredSize(Dimension) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
setRepeatCount(double) - Method in class com.kitfox.svg.animation.AnimateBase
 
setRepeatDur(TimeBase) - Method in class com.kitfox.svg.animation.AnimateBase
 
setRoot(SVGRoot) - Method in class com.kitfox.svg.SVGDiagram
 
setRotate(double) - Method in class com.kitfox.svg.animation.AnimateMotion
 
setRotateType(int) - Method in class com.kitfox.svg.animation.AnimateMotion
 
setScale(float) - Method in class com.kitfox.svg.SVGDisplayPanel
 
setScaleToFit(boolean) - Method in class com.kitfox.svg.app.beans.SVGIcon
Deprecated. 
setScaleToFit(boolean) - Method in class com.kitfox.svg.app.beans.SVGPanel
Deprecated. 
setSizeToFit(boolean) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
SetSmil - Class in com.kitfox.svg.animation
Set is used to set a textual value; most likely for a style element.
SetSmil() - Constructor for class com.kitfox.svg.animation.SetSmil
Creates a new instance of Set
setStartPoint(float, float) - Method in class com.kitfox.svg.pathcmd.BuildHistory
 
setStopRef(URI) - Method in class com.kitfox.svg.Gradient
 
setStrikethroughPosition(int) - Method in class com.kitfox.svg.FontFace
 
setStrikethroughThickness(int) - Method in class com.kitfox.svg.FontFace
 
setStringValue(String) - Method in class com.kitfox.svg.xml.StyleAttribute
 
setStyleSheet(StyleSheet) - Method in class com.kitfox.svg.SVGRoot
 
setSvgResourcePath(String) - Method in class com.kitfox.svg.app.beans.SVGIcon
Loads an SVG document from the classpath.
setSvgResourcePath(String) - Method in class com.kitfox.svg.app.beans.SVGPanel
Most resources your component will want to access will be resources on your classpath.
setSvgUniverse(SVGUniverse) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
setSvgUniverse(SVGUniverse) - Method in class com.kitfox.svg.app.beans.SVGPanel
 
setSvgURI(URI) - Method in class com.kitfox.svg.app.beans.SVGIcon
Loads an SVG document from a URI.
setSvgURI(URI) - Method in class com.kitfox.svg.app.beans.SVGPanel
 
setTabSize(int) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
setTabSize(int) - Method in interface com.kitfox.svg.animation.parser.CharStream
Set the tab size to use.
setTimeStep(double) - Method in class com.kitfox.svg.app.PlayerThread
 
setToColor(Color) - Method in class com.kitfox.svg.animation.Animate
 
setToPath(GeneralPath) - Method in class com.kitfox.svg.animation.Animate
 
setToValue(double) - Method in class com.kitfox.svg.animation.Animate
 
setToValue(Color) - Method in class com.kitfox.svg.animation.AnimateColor
 
setToValue(String) - Method in class com.kitfox.svg.animation.SetSmil
 
setTrackLineColumn(boolean) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
setTrackLineColumn(boolean) - Method in interface com.kitfox.svg.animation.parser.CharStream
Enable or disable line number and column number tracking.
setUnderlinePosition(int) - Method in class com.kitfox.svg.FontFace
 
setUnderlineThickness(int) - Method in class com.kitfox.svg.FontFace
 
setUnitsPerEm(int) - Method in class com.kitfox.svg.FontFace
 
setUseAntiAlias(boolean) - Method in class com.kitfox.svg.app.beans.SVGIcon
Deprecated. 
setUseAntiAlias(boolean) - Method in class com.kitfox.svg.app.beans.SVGPanel
Deprecated. 
setValues(double[][]) - Method in class com.kitfox.svg.animation.AnimateTransform
 
setValuesValue(double[]) - Method in class com.kitfox.svg.animation.Animate
 
setVerbose(boolean) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setVerbose(boolean) - Method in class com.kitfox.svg.SVGUniverse
 
setVertAdvY(float) - Method in class com.kitfox.svg.MissingGlyph
 
setVertOriginX(float) - Method in class com.kitfox.svg.MissingGlyph
 
setVertOriginY(float) - Method in class com.kitfox.svg.MissingGlyph
 
setWidth(int) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setXformType(int) - Method in class com.kitfox.svg.animation.AnimateTransform
 
ShapeElement - Class in com.kitfox.svg
Parent of shape objects
ShapeElement() - Constructor for class com.kitfox.svg.ShapeElement
Creates a new instance of ShapeElement
shapeToParent(Shape) - Method in class com.kitfox.svg.TransformableElement
 
SimpleCharStream - Class in com.kitfox.svg.animation.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, Charset, int, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, Charset, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, Charset) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleNode - Class in com.kitfox.svg.animation.parser
 
SimpleNode(int) - Constructor for class com.kitfox.svg.animation.parser.SimpleNode
 
SimpleNode(AnimTimeParser, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleNode
 
size - Variable in class com.kitfox.svg.util.FontUtil.FontInfo
 
skip(long) - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
Skips bytes by reading them into a cached buffer
SM_PAD - Static variable in class com.kitfox.svg.Gradient
 
SM_REFLECT - Static variable in class com.kitfox.svg.Gradient
 
SM_REPEAT - Static variable in class com.kitfox.svg.Gradient
 
specialToken - Variable in class com.kitfox.svg.animation.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
startDocument() - Method in class com.kitfox.svg.SVGLoader
 
startElement(String, String, String, Attributes) - Method in class com.kitfox.svg.SVGLoader
 
STATIC_LEXER_ERROR - Static variable in exception com.kitfox.svg.animation.parser.TokenMgrException
An attempt was made to create a second instance of a static token manager.
Stop - Class in com.kitfox.svg
 
Stop() - Constructor for class com.kitfox.svg.Stop
Creates a new instance of Stop
streamClose() - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
streamClose() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
 
streamRead(char[], int, int) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
streamRead(char[], int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
 
strokeWidthScalar - Variable in class com.kitfox.svg.ShapeElement
This is necessary to get text elements to render the stroke the correct width.
Style - Class in com.kitfox.svg
Holds title textual information within tree
Style() - Constructor for class com.kitfox.svg.Style
Creates a new instance of Stop
style - Variable in class com.kitfox.svg.util.FontUtil.FontInfo
 
StyleAttribute - Class in com.kitfox.svg.xml
 
StyleAttribute() - Constructor for class com.kitfox.svg.xml.StyleAttribute
Creates a new instance of StyleAttribute
StyleAttribute(String) - Constructor for class com.kitfox.svg.xml.StyleAttribute
 
StyleAttribute(String, String) - Constructor for class com.kitfox.svg.xml.StyleAttribute
 
StyleSheet - Class in com.kitfox.svg.xml
 
StyleSheet() - Constructor for class com.kitfox.svg.xml.StyleSheet
 
StyleSheetRule - Class in com.kitfox.svg.xml
 
StyleSheetRule(String, String, String) - Constructor for class com.kitfox.svg.xml.StyleSheetRule
 
Sum() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
SVG_LOGGER - Static variable in interface com.kitfox.svg.SVGConst
 
SVG_NS - Static variable in class com.kitfox.svg.SVGElement
 
SVGCache - Class in com.kitfox.svg
A convienience singleton for allowing all classes to access a common SVG universe.
SVGConst - Interface in com.kitfox.svg
 
SVGDiagram - Class in com.kitfox.svg
Top level structure in an SVG tree.
SVGDiagram(URI, SVGUniverse) - Constructor for class com.kitfox.svg.SVGDiagram
Creates a new instance of SVGDiagram
SVGDisplayPanel - Class in com.kitfox.svg
 
SVGDisplayPanel() - Constructor for class com.kitfox.svg.SVGDisplayPanel
Creates new form SVGDisplayPanel
SVGElement - Class in com.kitfox.svg
 
SVGElement() - Constructor for class com.kitfox.svg.SVGElement
Creates a new instance of SVGElement
SVGElement(String, SVGElement) - Constructor for class com.kitfox.svg.SVGElement
 
SVGElement(String, String, SVGElement) - Constructor for class com.kitfox.svg.SVGElement
 
SVGElementException - Exception in com.kitfox.svg
 
SVGElementException(SVGElement) - Constructor for exception com.kitfox.svg.SVGElementException
Creates a new instance of SVGException without detail message.
SVGElementException(SVGElement, String) - Constructor for exception com.kitfox.svg.SVGElementException
Constructs an instance of SVGException with the specified detail message.
SVGElementException(SVGElement, String, Throwable) - Constructor for exception com.kitfox.svg.SVGElementException
 
SVGElementException(SVGElement, Throwable) - Constructor for exception com.kitfox.svg.SVGElementException
 
SVGException - Exception in com.kitfox.svg
 
SVGException() - Constructor for exception com.kitfox.svg.SVGException
Creates a new instance of SVGException without detail message.
SVGException(String) - Constructor for exception com.kitfox.svg.SVGException
Constructs an instance of SVGException with the specified detail message.
SVGException(String, Throwable) - Constructor for exception com.kitfox.svg.SVGException
 
SVGException(Throwable) - Constructor for exception com.kitfox.svg.SVGException
 
SVGIcon - Class in com.kitfox.svg.app.beans
 
SVGIcon() - Constructor for class com.kitfox.svg.app.beans.SVGIcon
Creates a new instance of SVGIcon
SVGLoader - Class in com.kitfox.svg
 
SVGLoader(URI, SVGUniverse) - Constructor for class com.kitfox.svg.SVGLoader
Creates a new instance of SVGLoader
SVGLoader(URI, SVGUniverse, boolean) - Constructor for class com.kitfox.svg.SVGLoader
 
SVGLoaderHelper - Class in com.kitfox.svg
 
SVGLoaderHelper(URI, SVGUniverse, SVGDiagram) - Constructor for class com.kitfox.svg.SVGLoaderHelper
Creates a new instance of SVGLoaderHelper
SVGPanel - Class in com.kitfox.svg.app.beans
 
SVGPanel() - Constructor for class com.kitfox.svg.app.beans.SVGPanel
Creates new form SVGIcon
SVGParseException - Exception in com.kitfox.svg
 
SVGParseException() - Constructor for exception com.kitfox.svg.SVGParseException
Creates a new instance of SVGException without detail message.
SVGParseException(String) - Constructor for exception com.kitfox.svg.SVGParseException
Constructs an instance of SVGException with the specified detail message.
SVGParseException(String, Throwable) - Constructor for exception com.kitfox.svg.SVGParseException
 
SVGParseException(Throwable) - Constructor for exception com.kitfox.svg.SVGParseException
 
SVGPlayer - Class in com.kitfox.svg.app
 
SVGPlayer() - Constructor for class com.kitfox.svg.app.SVGPlayer
Creates new form SVGViewer
SVGRoot - Class in com.kitfox.svg
The root element of an SVG tree.
SVGRoot() - Constructor for class com.kitfox.svg.SVGRoot
Creates a new instance of SVGRoot
SVGToImageAntTask - Class in com.kitfox.svg.app.ant
Translates a group of SVG files into images.
SVGToImageAntTask() - Constructor for class com.kitfox.svg.app.ant.SVGToImageAntTask
Creates a new instance of IndexLoadObjectsAntTask
SVGUniverse - Class in com.kitfox.svg
Many SVG files can be loaded at one time.
SVGUniverse() - Constructor for class com.kitfox.svg.SVGUniverse
Creates a new instance of SVGUniverse
SVGViewer - Class in com.kitfox.svg.app
 
SVGViewer() - Constructor for class com.kitfox.svg.app.SVGViewer
Creates new form SVGViewer
swapChildren(int, int) - Method in class com.kitfox.svg.SVGElement
Swaps 2 elements in children.
sweep - Variable in class com.kitfox.svg.pathcmd.Arc
 
SwitchTo(int) - Method in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Switch to specified lex state.
Symbol - Class in com.kitfox.svg
 
Symbol() - Constructor for class com.kitfox.svg.Symbol
Creates a new instance of Stop

T

TAG_NAME - Static variable in class com.kitfox.svg.A
 
TAG_NAME - Static variable in class com.kitfox.svg.animation.Animate
 
TAG_NAME - Static variable in class com.kitfox.svg.animation.AnimateColor
 
TAG_NAME - Static variable in class com.kitfox.svg.animation.AnimateMotion
 
TAG_NAME - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
TAG_NAME - Static variable in class com.kitfox.svg.animation.SetSmil
 
TAG_NAME - Static variable in class com.kitfox.svg.Circle
 
TAG_NAME - Static variable in class com.kitfox.svg.ClipPath
 
TAG_NAME - Static variable in class com.kitfox.svg.Defs
 
TAG_NAME - Static variable in class com.kitfox.svg.Desc
 
TAG_NAME - Static variable in class com.kitfox.svg.Ellipse
 
TAG_NAME - Static variable in class com.kitfox.svg.FeDistantLight
 
TAG_NAME - Static variable in class com.kitfox.svg.FeGaussianBlur
 
TAG_NAME - Static variable in class com.kitfox.svg.FeLight
 
TAG_NAME - Static variable in class com.kitfox.svg.FePointLight
 
TAG_NAME - Static variable in class com.kitfox.svg.FeSpotLight
 
TAG_NAME - Static variable in class com.kitfox.svg.Filter
 
TAG_NAME - Static variable in class com.kitfox.svg.FilterEffects
 
TAG_NAME - Static variable in class com.kitfox.svg.Font
 
TAG_NAME - Static variable in class com.kitfox.svg.FontFace
 
TAG_NAME - Static variable in class com.kitfox.svg.Glyph
 
TAG_NAME - Static variable in class com.kitfox.svg.Gradient
 
TAG_NAME - Static variable in class com.kitfox.svg.Group
 
TAG_NAME - Static variable in class com.kitfox.svg.Hkern
 
TAG_NAME - Static variable in class com.kitfox.svg.ImageSVG
 
TAG_NAME - Static variable in class com.kitfox.svg.Line
 
TAG_NAME - Static variable in class com.kitfox.svg.LinearGradient
 
TAG_NAME - Static variable in class com.kitfox.svg.Marker
 
TAG_NAME - Static variable in class com.kitfox.svg.Mask
 
TAG_NAME - Static variable in class com.kitfox.svg.Metadata
 
TAG_NAME - Static variable in class com.kitfox.svg.MissingGlyph
 
TAG_NAME - Static variable in class com.kitfox.svg.Path
 
TAG_NAME - Static variable in class com.kitfox.svg.PatternSVG
 
TAG_NAME - Static variable in class com.kitfox.svg.Polygon
 
TAG_NAME - Static variable in class com.kitfox.svg.Polyline
 
TAG_NAME - Static variable in class com.kitfox.svg.RadialGradient
 
TAG_NAME - Static variable in class com.kitfox.svg.Rect
 
TAG_NAME - Static variable in class com.kitfox.svg.Stop
 
TAG_NAME - Static variable in class com.kitfox.svg.Style
 
TAG_NAME - Static variable in class com.kitfox.svg.SVGRoot
 
TAG_NAME - Static variable in class com.kitfox.svg.Symbol
 
TAG_NAME - Static variable in class com.kitfox.svg.Text
 
TAG_NAME - Static variable in class com.kitfox.svg.Title
 
TAG_NAME - Static variable in class com.kitfox.svg.Tspan
 
TAG_NAME - Static variable in class com.kitfox.svg.Use
 
Term() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
Terminal - Class in com.kitfox.svg.pathcmd
Finishes a path
Terminal() - Constructor for class com.kitfox.svg.pathcmd.Terminal
Creates a new instance of MoveTo
Text - Class in com.kitfox.svg
 
Text() - Constructor for class com.kitfox.svg.Text
Creates a new instance of Stop
textBounds - Variable in class com.kitfox.svg.Tspan
 
TextBuilder - Class in com.kitfox.svg.util
 
TextBuilder() - Constructor for class com.kitfox.svg.util.TextBuilder
 
TimeBase - Class in com.kitfox.svg.animation
SVG has a complicated way of specifying time.
TimeBase() - Constructor for class com.kitfox.svg.animation.TimeBase
 
TimeCompound - Class in com.kitfox.svg.animation
This represents a summation of other time elements.
TimeCompound(List<TimeBase>) - Constructor for class com.kitfox.svg.animation.TimeCompound
Creates a new instance of TimeDiscrete
TimeDiscrete - Class in com.kitfox.svg.animation
This is a time that represents a specific number of milliseconds
TimeDiscrete(double) - Constructor for class com.kitfox.svg.animation.TimeDiscrete
Creates a new instance of TimeDiscrete
TimeIndefinite - Class in com.kitfox.svg.animation
This represents the indefinite (infinite) amount of time.
TimeIndefinite() - Constructor for class com.kitfox.svg.animation.TimeIndefinite
Creates a new instance of TimeDiscrete
TimeLookup - Class in com.kitfox.svg.animation
This is a time that represents a specific number of milliseconds
TimeLookup(AnimationElement, String, String, String) - Constructor for class com.kitfox.svg.animation.TimeLookup
Creates a new instance of TimeDiscrete
TimeSum - Class in com.kitfox.svg.animation
This is a time that represents a specific number of milliseconds
TimeSum(TimeBase, TimeBase, boolean) - Constructor for class com.kitfox.svg.animation.TimeSum
Creates a new instance of TimeDiscrete
Title - Class in com.kitfox.svg
Holds title textual information within tree
Title() - Constructor for class com.kitfox.svg.Title
Creates a new instance of Stop
token - Variable in class com.kitfox.svg.animation.parser.AnimTimeParser
Current token.
Token - Class in com.kitfox.svg.animation.parser
Describes the input token stream.
Token() - Constructor for class com.kitfox.svg.animation.parser.Token
No-argument constructor
Token(int) - Constructor for class com.kitfox.svg.animation.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.kitfox.svg.animation.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class com.kitfox.svg.animation.parser.AnimTimeParser
Generated Token Manager.
tokenBegin - Variable in class com.kitfox.svg.animation.parser.AbstractCharStream
 
tokenImage - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
Literal token values.
tokenImage - Variable in exception com.kitfox.svg.animation.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrException - Exception in com.kitfox.svg.animation.parser
Token Manager Error.
TokenMgrException() - Constructor for exception com.kitfox.svg.animation.parser.TokenMgrException
No arg constructor.
TokenMgrException(String, int) - Constructor for exception com.kitfox.svg.animation.parser.TokenMgrException
Constructor with message and reason.
TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception com.kitfox.svg.animation.parser.TokenMgrException
Full Constructor.
toString() - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
toString(String) - Method in class com.kitfox.svg.animation.parser.SimpleNode
 
toString() - Method in class com.kitfox.svg.animation.parser.Token
Returns the image.
toString() - Method in class com.kitfox.svg.pathcmd.Arc
 
toString() - Method in class com.kitfox.svg.pathcmd.Cubic
 
toString() - Method in class com.kitfox.svg.pathcmd.CubicSmooth
 
toString() - Method in class com.kitfox.svg.pathcmd.Horizontal
 
toString() - Method in class com.kitfox.svg.pathcmd.LineTo
 
toString() - Method in class com.kitfox.svg.pathcmd.MoveTo
 
toString() - Method in class com.kitfox.svg.pathcmd.Quadratic
 
toString() - Method in class com.kitfox.svg.pathcmd.QuadraticSmooth
 
toString() - Method in class com.kitfox.svg.pathcmd.Terminal
 
toString() - Method in class com.kitfox.svg.pathcmd.Vertical
 
toString() - Method in class com.kitfox.svg.xml.NumberWithUnits
 
TR_INVALID - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
TR_ROTATE - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
TR_SCALE - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
TR_SKEWX - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
TR_SKEWY - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
TR_TRANSLATE - Static variable in class com.kitfox.svg.animation.AnimateTransform
 
trace_enabled() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
TrackBase - Class in com.kitfox.svg.animation
A track holds the animation events for a single parameter of a single SVG element.
TrackBase(SVGElement, AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackBase
Creates a track that would be valid for the name and type of element passed in.
TrackBase(SVGElement, String, int) - Constructor for class com.kitfox.svg.animation.TrackBase
 
TrackColor - Class in com.kitfox.svg.animation
A track holds the animation events for a single parameter of a single SVG element.
TrackColor(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackColor
 
TrackDouble - Class in com.kitfox.svg.animation
A track holds the animation events for a single parameter of a single SVG element.
TrackDouble(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackDouble
 
TrackManager - Class in com.kitfox.svg.animation
Every element contains tracks, which manage the animation.
TrackManager() - Constructor for class com.kitfox.svg.animation.TrackManager
Creates a new instance of TrackManager
trackManager - Variable in class com.kitfox.svg.SVGElement
Link to the universe we reside in
TrackMotion - Class in com.kitfox.svg.animation
A track holds the animation events for a single parameter of a single SVG element.
TrackMotion(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackMotion
 
TrackPath - Class in com.kitfox.svg.animation
A track holds the animation events for a single parameter of a single SVG element.
TrackPath(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackPath
 
TrackTransform - Class in com.kitfox.svg.animation
A track holds the animation events for a single parameter of a single SVG element.
TrackTransform(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackTransform
 
TransformableElement - Class in com.kitfox.svg
Maintains bounding box for this element
TransformableElement() - Constructor for class com.kitfox.svg.TransformableElement
Creates a new instance of BoundedElement
TransformableElement(String, SVGElement) - Constructor for class com.kitfox.svg.TransformableElement
 
Tspan - Class in com.kitfox.svg
 
Tspan() - Constructor for class com.kitfox.svg.Tspan
Creates a new instance of Tspan
Tspan.Cursor - Class in com.kitfox.svg
 
Tspan.TextSegment - Class in com.kitfox.svg
 
TXAN_END - Static variable in class com.kitfox.svg.Text
 
TXAN_MIDDLE - Static variable in class com.kitfox.svg.Text
 
TXAN_START - Static variable in class com.kitfox.svg.Text
 
TXST_ITALIC - Static variable in class com.kitfox.svg.Text
 
TXST_NORMAL - Static variable in class com.kitfox.svg.Text
 
TXST_OBLIQUE - Static variable in class com.kitfox.svg.Text
 
TXWE_100 - Static variable in class com.kitfox.svg.Text
 
TXWE_200 - Static variable in class com.kitfox.svg.Text
 
TXWE_300 - Static variable in class com.kitfox.svg.Text
 
TXWE_400 - Static variable in class com.kitfox.svg.Text
 
TXWE_500 - Static variable in class com.kitfox.svg.Text
 
TXWE_600 - Static variable in class com.kitfox.svg.Text
 
TXWE_700 - Static variable in class com.kitfox.svg.Text
 
TXWE_800 - Static variable in class com.kitfox.svg.Text
 
TXWE_900 - Static variable in class com.kitfox.svg.Text
 
TXWE_BOLD - Static variable in class com.kitfox.svg.Text
 
TXWE_BOLDER - Static variable in class com.kitfox.svg.Text
 
TXWE_LIGHTER - Static variable in class com.kitfox.svg.Text
 
TXWE_NORMAL - Static variable in class com.kitfox.svg.Text
 

U

UNITS - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
unitsAsString(int) - Static method in class com.kitfox.svg.xml.NumberWithUnits
 
universe - Variable in class com.kitfox.svg.SVGLoaderHelper
This is the universe of all currently loaded SVG documents
updateLineColumn(char) - Method in class com.kitfox.svg.animation.parser.AbstractCharStream
 
updateTime(double) - Method in class com.kitfox.svg.A
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.animation.AnimationElement
Updates all attributes in this diagram associated with a time event.
updateTime(double, double, int) - Method in class com.kitfox.svg.app.PlayerDialog
 
updateTime(double, double, int) - Method in interface com.kitfox.svg.app.PlayerThreadListener
 
updateTime(double) - Method in class com.kitfox.svg.app.SVGPlayer
 
updateTime(double, double, int) - Method in class com.kitfox.svg.app.SVGPlayer
 
updateTime(double) - Method in class com.kitfox.svg.Circle
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.ClipPath
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Defs
 
updateTime(double) - Method in class com.kitfox.svg.Desc
 
updateTime(double) - Method in class com.kitfox.svg.Ellipse
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.FeDistantLight
 
updateTime(double) - Method in class com.kitfox.svg.FePointLight
 
updateTime(double) - Method in class com.kitfox.svg.FeSpotLight
 
updateTime(double) - Method in class com.kitfox.svg.Filter
 
updateTime(double) - Method in class com.kitfox.svg.FilterEffects
 
updateTime(double) - Method in class com.kitfox.svg.Font
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.FontFace
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Glyph
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Gradient
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Group
 
updateTime(double) - Method in class com.kitfox.svg.Hkern
 
updateTime(double) - Method in class com.kitfox.svg.ImageSVG
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Line
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.LinearGradient
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Marker
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Metadata
 
updateTime(double) - Method in class com.kitfox.svg.MissingGlyph
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Path
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.PatternSVG
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Polygon
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Polyline
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.RadialGradient
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Rect
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Stop
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Style
 
updateTime(double) - Method in class com.kitfox.svg.SVGDiagram
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.SVGDisplayPanel
Update this image to reflect the passed time
updateTime(double) - Method in class com.kitfox.svg.SVGElement
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.SVGRoot
Updates all attributes in this diagram associated with a time event.
updateTime() - Method in class com.kitfox.svg.SVGUniverse
Updates all time influenced style and presentation attributes in all SVG documents in this universe.
updateTime(double) - Method in class com.kitfox.svg.Symbol
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Text
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Title
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.TransformableElement
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Tspan
Updates all attributes in this diagram associated with a time event.
updateTime(double) - Method in class com.kitfox.svg.Use
Updates all attributes in this diagram associated with a time event.
Use - Class in com.kitfox.svg
 
Use() - Constructor for class com.kitfox.svg.Use
Creates a new instance of LinearGradient
UT_CM - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_EM - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_EX - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_IN - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_MM - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_PC - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_PERCENT - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_PT - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_PX - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 
UT_UNITLESS - Static variable in class com.kitfox.svg.xml.NumberWithUnits
 

V

value - Variable in class com.kitfox.svg.animation.parser.SimpleNode
 
VECTOR_EFFECT_NON_SCALING_STROKE - Static variable in class com.kitfox.svg.RenderableElement
 
VECTOR_EFFECT_NONE - Static variable in class com.kitfox.svg.RenderableElement
 
VersionDialog - Class in com.kitfox.svg.app
 
VersionDialog(Frame, boolean, boolean) - Constructor for class com.kitfox.svg.app.VersionDialog
Creates new form VersionDialog
Vertical - Class in com.kitfox.svg.pathcmd
 
Vertical() - Constructor for class com.kitfox.svg.pathcmd.Vertical
Creates a new instance of MoveTo
Vertical(boolean, float) - Constructor for class com.kitfox.svg.pathcmd.Vertical
 

W

weight - Variable in class com.kitfox.svg.util.FontUtil.FontInfo
 
WHEN_NOT_ACTIVE - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
RegularExpression Id.
WritableXMLElement - Interface in com.kitfox.svg.xml
 
write(int) - Method in class com.kitfox.svg.util.Base64OutputStream
 
write(int) - Method in class com.kitfox.svg.xml.cpx.CPXOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class com.kitfox.svg.xml.cpx.CPXOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class com.kitfox.svg.xml.cpx.CPXOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeTest() - Method in class com.kitfox.svg.xml.cpx.CPXTest
 

X

x - Variable in class com.kitfox.svg.pathcmd.Arc
 
x - Variable in class com.kitfox.svg.pathcmd.Cubic
 
x - Variable in class com.kitfox.svg.pathcmd.CubicSmooth
 
x - Variable in class com.kitfox.svg.pathcmd.Horizontal
 
x - Variable in class com.kitfox.svg.pathcmd.LineTo
 
x - Variable in class com.kitfox.svg.pathcmd.MoveTo
 
x - Variable in class com.kitfox.svg.pathcmd.Quadratic
 
x - Variable in class com.kitfox.svg.pathcmd.QuadraticSmooth
 
xAxisRot - Variable in class com.kitfox.svg.pathcmd.Arc
 
XL_PLAIN - Static variable in interface com.kitfox.svg.xml.cpx.CPXConsts
 
XL_ZIP_CRYPT - Static variable in interface com.kitfox.svg.xml.cpx.CPXConsts
 
xmlBase - Variable in class com.kitfox.svg.SVGElement
This element may override the URI we resolve against with an xml:base attribute.
xmlBase - Variable in class com.kitfox.svg.SVGLoaderHelper
 
XMLParseUtil - Class in com.kitfox.svg.xml
 

Y

y - Variable in class com.kitfox.svg.pathcmd.Arc
 
y - Variable in class com.kitfox.svg.pathcmd.Cubic
 
y - Variable in class com.kitfox.svg.pathcmd.CubicSmooth
 
y - Variable in class com.kitfox.svg.pathcmd.LineTo
 
y - Variable in class com.kitfox.svg.pathcmd.MoveTo
 
y - Variable in class com.kitfox.svg.pathcmd.Quadratic
 
y - Variable in class com.kitfox.svg.pathcmd.QuadraticSmooth
 
y - Variable in class com.kitfox.svg.pathcmd.Vertical
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2022. All rights reserved.