Kitfox Studios
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
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 error com.kitfox.svg.animation.parser.TokenMgrError
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.
additive - Variable in class com.kitfox.svg.animation.AnimateTransform
 
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.SimpleCharStream
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, String) - 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.
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.
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.Text
 
appendToShape(GeneralPath, Point2D) - Method in class com.kitfox.svg.Tspan
 
appendTspan(Tspan) - Method in class com.kitfox.svg.Text
 
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.
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() - 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.SimpleCharStream
Backup a number of characters.
Base64InputStream - Class in com.kitfox.svg.xml
 
Base64InputStream(InputStream) - Constructor for class com.kitfox.svg.xml.Base64InputStream
 
Base64OutputStream - Class in com.kitfox.svg.xml
 
Base64OutputStream(OutputStream) - Constructor for class com.kitfox.svg.xml.Base64OutputStream
 
Base64Util - Class in com.kitfox.svg.xml
 
Base64Util() - Constructor for class com.kitfox.svg.xml.Base64Util
 
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.
beginTime - Variable in class com.kitfox.svg.animation.AnimationElement
 
BeginToken() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Start.
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.SimpleCharStream
 
buffer - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
 
bufline - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
 
bufpos - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
Position in buffer.
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.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.Tspan
 
build() - Method in class com.kitfox.svg.Use
 
buildFont() - Method in class com.kitfox.svg.Text
 
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
byValue - Variable in class com.kitfox.svg.animation.Animate
 

C

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
 
characters(char[], int, int) - Method in class com.kitfox.svg.SVGLoader
 
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
clear() - Method in class com.kitfox.svg.SVGUniverse
Release all loaded SVG document from memory
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.xml.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.
coerceColorModel(ColorModel, boolean) - Static method in class com.kitfox.svg.batik.GraphicsUtil
Create a new ColorModel with it's alpha premultiplied state matching newAlphaPreMult.
coerceData(WritableRaster, ColorModel, boolean) - Static method in class com.kitfox.svg.batik.GraphicsUtil
Coerces data within a bufferedImage to match newAlphaPreMult, Note that this can not change the colormodel of bi so you
colors - Variable in class com.kitfox.svg.batik.MultipleGradientPaint
Gradient colors.
colorSpace - Variable in class com.kitfox.svg.batik.MultipleGradientPaint
The colorSpace in which to perform the interpolation.
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.SimpleCharStream
 
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.batik - package com.kitfox.svg.batik
 
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.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, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com.kitfox.svg.batik.LinearGradientPaint
Creates and returns a PaintContext used to generate the color pattern, for use by the internal rendering engine.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com.kitfox.svg.batik.RadialGradientPaint
Creates and returns a PaintContext used to generate the color pattern, for use by the internal rendering engine.
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
 
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.
curTime - Variable in class com.kitfox.svg.SVGUniverse
Current time in this universe.
cycleMethod - Variable in class com.kitfox.svg.batik.MultipleGradientPaint
The method to use when painting out of the gradient bounds.

D

debugStream - Variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Debug output.
decodeByte(int) - Static method in class com.kitfox.svg.xml.Base64Util
 
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.
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
 
divide_BYTE_COMP_Data(WritableRaster) - Static method in class com.kitfox.svg.batik.GraphicsUtil
 
divide_INT_PACK_Data(WritableRaster) - Static method in class com.kitfox.svg.batik.GraphicsUtil
 
Done() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reset buffer when finished.
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
 
duplicate() - Method in class com.kitfox.svg.SVGUniverse
Uses serialization to duplicate this universe.
durTime - Variable in class com.kitfox.svg.animation.AnimationElement
 

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.
encodeByte(int) - Static method in class com.kitfox.svg.xml.Base64Util
 
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.
endTime - Variable in class com.kitfox.svg.animation.AnimationElement
 
EOF - Static variable in interface com.kitfox.svg.animation.parser.AnimTimeParserConstants
End of File.
eol - 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.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.SimpleCharStream
 
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

FeDistantLight - Class in com.kitfox.svg
 
FeDistantLight() - Constructor for class com.kitfox.svg.FeDistantLight
Creates a new instance of FillElement
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.SimpleCharStream
 
FillElement - Class in com.kitfox.svg
 
FillElement() - Constructor for class com.kitfox.svg.FillElement
Creates a new instance of FillElement
fillType - Variable in class com.kitfox.svg.animation.AnimationElement
 
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
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.Base64OutputStream
 
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
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
 
fractions - Variable in class com.kitfox.svg.batik.MultipleGradientPaint
Gradient keyframe values in the range 0 to 1.
fromColor - Variable in class com.kitfox.svg.animation.Animate
 
fromPath - Variable in class com.kitfox.svg.animation.Animate
 
fromValue - Variable in class com.kitfox.svg.animation.Animate
 
fromValue - Variable in class com.kitfox.svg.animation.AnimateColor
 
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
 

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
 
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
 
getBase64Byte(int) - Method in class com.kitfox.svg.xml.Base64OutputStream
 
getBeginColumn() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Get token beginning line number.
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.Text
 
getBoundingBox() - Method in class com.kitfox.svg.Tspan
 
getBoundingBox() - Method in class com.kitfox.svg.Use
 
getCenterPoint() - Method in class com.kitfox.svg.batik.RadialGradientPaint
Returns a copy of the center point of the radial gradient.
getChild(String) - Method in class com.kitfox.svg.SVGElement
 
getChild(int) - Method in class com.kitfox.svg.SVGElement
 
getChildren(List) - 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
 
getColors() - Method in class com.kitfox.svg.batik.MultipleGradientPaint
Returns a copy of the array of colors used by this gradient.
getColorSpace() - Method in class com.kitfox.svg.batik.MultipleGradientPaint
Returns the enumerated type which specifies color space for interpolation.
getColorValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getColumn() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Deprecated.
getCompositeType() - Method in class com.kitfox.svg.composite.AdobeComposite
 
getContent() - Method in class com.kitfox.svg.Text
 
getCurTime() - Method in class com.kitfox.svg.app.PlayerThread
 
getCurTime() - Method in class com.kitfox.svg.SVGUniverse
Returns the current animation time in milliseconds.
getCycleMethod() - Method in class com.kitfox.svg.batik.MultipleGradientPaint
Returns the enumerated type which specifies cycling behavior.
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
 
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.SimpleCharStream
Get token end column number.
getEndLine() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Get token end line number.
getEndPoint() - Method in class com.kitfox.svg.batik.LinearGradientPaint
Returns a copy of the end point of the gradient axis
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 coresponding name.
getFloatList() - 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
 
getFocusPoint() - Method in class com.kitfox.svg.batik.RadialGradientPaint
Returns a copy of the end point of the gradient axis.
getFont(String) - Method in class com.kitfox.svg.SVGUniverse
 
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
 
getFractions() - Method in class com.kitfox.svg.batik.MultipleGradientPaint
Returns a copy of the array of floats used by this gradient to calculate color distribution.
getGlyph(String) - Method in class com.kitfox.svg.Font
 
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
 
getIconWidth() - Method in class com.kitfox.svg.app.beans.SVGIcon
 
getId() - Method in class com.kitfox.svg.SVGElement
 
GetImage() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Get token literal value.
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
 
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
 
getLine() - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Deprecated.
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 error com.kitfox.svg.animation.parser.TokenMgrError
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
Get the next Token.
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
 
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.MissingGlyph
 
getPath(List) - 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
 
getRadius() - Method in class com.kitfox.svg.batik.RadialGradientPaint
Returns the radius of the circle defining the radial gradient.
getRaster(int, int, int, int) - Method in class com.kitfox.svg.pattern.PatternPaintContext
 
getRatioValue() - Method in class com.kitfox.svg.xml.StyleAttribute
 
getRoot() - Method in class com.kitfox.svg.SVGDiagram
 
getRoot() - Method in class com.kitfox.svg.SVGElement
 
getRoot() - Method in class com.kitfox.svg.SVGRoot
 
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.Text
 
getShape() - Method in class com.kitfox.svg.Tspan
 
getShape() - Method in class com.kitfox.svg.Use
 
getSpecularComponent() - Method in class com.kitfox.svg.FeSpotLight
 
getStartPoint() - Method in class com.kitfox.svg.batik.LinearGradientPaint
Returns a copy of the start point of the gradient axis
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.Style
 
getStyleSheet() - Method in class com.kitfox.svg.SVGRoot
 
GetSuffix(int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Get the suffix.
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(int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
 
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.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.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
 
getToken(int) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Get the specific Token.
getTrack(String, int) - Method in class com.kitfox.svg.animation.TrackManager
 
getTransform() - Method in class com.kitfox.svg.batik.MultipleGradientPaint
Returns a copy of the transform applied to the gradient.
getTransparency() - Method in class com.kitfox.svg.batik.MultipleGradientPaint
Returns the transparency mode for this LinearGradientPaint.
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
 
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.
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.batik.MultipleGradientPaint
Transform to apply to gradient.
gradientTransform - Variable in class com.kitfox.svg.Gradient
 
gradientUnits - Variable in class com.kitfox.svg.Gradient
 
GraphicsUtil - Class in com.kitfox.svg.batik
 
GraphicsUtil() - Constructor for class com.kitfox.svg.batik.GraphicsUtil
Creates a new instance of GraphicsUtil
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.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.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.
ignorePresAttrib - Static variable in class com.kitfox.svg.SVGElement
A list of presentation attributes to not include in the presentation attribute set.
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.SimpleCharStream
 
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
 
is_BYTE_COMP_Data(SampleModel) - Static method in class com.kitfox.svg.batik.GraphicsUtil
 
is_INT_PACK_Data(SampleModel, boolean) - Static method in class com.kitfox.svg.batik.GraphicsUtil
 
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
 
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. 
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
 
jjstrLiteralImages - Static variable in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Token literal values.

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
 
keyTimes - Variable in class com.kitfox.svg.animation.AnimateTransform
 
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.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.kitfox.svg.animation.parser.TokenMgrError
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.SimpleCharStream
 
Line - Class in com.kitfox.svg
 
Line() - Constructor for class com.kitfox.svg.Line
Creates a new instance of Rect
LINEAR_RGB - Static variable in class com.kitfox.svg.batik.MultipleGradientPaint
Indicates that the color interpolation should occur in linearized RGB space.
LinearGradient - Class in com.kitfox.svg
 
LinearGradient() - Constructor for class com.kitfox.svg.LinearGradient
Creates a new instance of LinearGradient
LinearGradientPaint - Class in com.kitfox.svg.batik
The LinearGradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
LinearGradientPaint(float, float, float, float, float[], Color[]) - Constructor for class com.kitfox.svg.batik.LinearGradientPaint
Constructs an LinearGradientPaint with the default NO_CYCLE repeating method and SRGB colorspace.
LinearGradientPaint(float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethodEnum) - Constructor for class com.kitfox.svg.batik.LinearGradientPaint
Constructs an LinearGradientPaint with default SRGB colorspace.
LinearGradientPaint(Point2D, Point2D, float[], Color[]) - Constructor for class com.kitfox.svg.batik.LinearGradientPaint
Constructs a LinearGradientPaint with the default NO_CYCLE repeating method and SRGB colorspace.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum) - Constructor for class com.kitfox.svg.batik.LinearGradientPaint
Constructs a LinearGradientPaint.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class com.kitfox.svg.batik.LinearGradientPaint
Constructs a LinearGradientPaint.
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.Text
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.Text
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
 

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.MarkerLayout() - Constructor for class com.kitfox.svg.Marker.MarkerLayout
 
Marker.MarkerPos - Class in com.kitfox.svg
 
Marker.MarkerPos(int, double, double, double, double) - Constructor for class com.kitfox.svg.Marker.MarkerPos
 
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
 
markSupported() - Method in class com.kitfox.svg.xml.cpx.CPXInputStream
We do not allow marking
maxNextCharInd - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
 
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
 
mult_BYTE_COMP_Data(WritableRaster) - Static method in class com.kitfox.svg.batik.GraphicsUtil
 
mult_INT_PACK_Data(WritableRaster) - Static method in class com.kitfox.svg.batik.GraphicsUtil
 
MultipleGradientPaint - Class in com.kitfox.svg.batik
This is the superclass for Paints which use a multiple color gradient to fill in their raster.
MultipleGradientPaint(float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class com.kitfox.svg.batik.MultipleGradientPaint
Superclass constructor, typical user should never have to call this.
MultipleGradientPaint.ColorSpaceEnum - Class in com.kitfox.svg.batik
Inner class to allow for typesafe enumerated ColorSpace values.
MultipleGradientPaint.ColorSpaceEnum() - Constructor for class com.kitfox.svg.batik.MultipleGradientPaint.ColorSpaceEnum
 
MultipleGradientPaint.CycleMethodEnum - Class in com.kitfox.svg.batik
Inner class to allow for typesafe enumerated CycleMethod values.
MultipleGradientPaint.CycleMethodEnum() - Constructor for class com.kitfox.svg.batik.MultipleGradientPaint.CycleMethodEnum
 

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.
nextFloat(LinkedList) - Static method in class com.kitfox.svg.SVGElement
 
NO_CYCLE - Static variable in class com.kitfox.svg.batik.MultipleGradientPaint
Indicates (if the gradient starts or ends inside the target region) to use the terminal colors to fill the remaining area.
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

openConnection(URL) - Method in class com.kitfox.svg.app.data.Handler
 
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
 
paintIcon(Component, Graphics, int, int) - Method in class com.kitfox.svg.app.beans.SVGIcon
Draws the icon to the specified component.
ParamList() - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
 
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
 
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
 
parsePathList(String) - Static method in class com.kitfox.svg.SVGElement
 
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) - 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
 
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
pick(Point2D, List) - 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) - Method in class com.kitfox.svg.SVGDiagram
 
pick(Rectangle2D, List) - Method in class com.kitfox.svg.SVGDiagram
 
pick(Rectangle2D, boolean, List) - Method in class com.kitfox.svg.SVGDiagram
 
pick(Rectangle2D, AffineTransform, boolean, List) - Method in class com.kitfox.svg.SVGRoot
 
pick(Point2D, boolean, List) - Method in class com.kitfox.svg.SVGRoot
 
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
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.SimpleCharStream
 
prevCharIsLF - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
 
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
 
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
RadialGradientPaint - Class in com.kitfox.svg.batik
This class provides a way to fill a shape with a circular radial color gradient pattern.
RadialGradientPaint(float, float, float, float[], Color[]) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint, using the center as the focus point.
RadialGradientPaint(Point2D, float, float[], Color[]) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint, using the center as the focus point.
RadialGradientPaint(float, float, float, float, float, float[], Color[]) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[]) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Rectangle2D, float[], Color[]) - Constructor for class com.kitfox.svg.batik.RadialGradientPaint
Constructs a RadialGradientPaint, the gradient circle is defined by a bounding box.
read() - Method in class com.kitfox.svg.xml.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.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
REFLECT - Static variable in class com.kitfox.svg.batik.MultipleGradientPaint
Indicates (if the gradient starts or ends inside the target region), to cycle the gradient colors start-to-end, end-to-start to fill the remaining area.
ReInit(InputStream) - Method in class com.kitfox.svg.animation.parser.AnimTimeParser
Reinitialise.
ReInit(InputStream, String) - 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, int, int, int) - 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) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.kitfox.svg.animation.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, 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) - Method in class com.kitfox.svg.Circle
 
render(Graphics2D) - Method in class com.kitfox.svg.Ellipse
 
render(Graphics2D) - Method in class com.kitfox.svg.Group
 
render(Graphics2D) - Method in class com.kitfox.svg.ImageSVG
 
render(Graphics2D) - Method in class com.kitfox.svg.Line
 
render(Graphics2D) - Method in class com.kitfox.svg.Marker
 
render(Graphics2D, Marker.MarkerPos, float) - Method in class com.kitfox.svg.Marker
 
render(Graphics2D) - Method in class com.kitfox.svg.MissingGlyph
 
render(Graphics2D) - Method in class com.kitfox.svg.Path
 
render(Graphics2D) - Method in class com.kitfox.svg.Polygon
 
render(Graphics2D) - Method in class com.kitfox.svg.Polyline
 
render(Graphics2D) - Method in class com.kitfox.svg.Rect
 
render(Graphics2D) - Method in class com.kitfox.svg.RenderableElement
 
render(Graphics2D) - Method in class com.kitfox.svg.ShapeElement
 
render(Graphics2D) - Method in class com.kitfox.svg.SVGDiagram
Draws this diagram to the passed graphics context
render(Graphics2D) - Method in class com.kitfox.svg.Symbol
 
render(Graphics2D) - Method in class com.kitfox.svg.Text
 
render(Graphics2D) - Method in class com.kitfox.svg.Tspan
 
render(Graphics2D) - Method in class com.kitfox.svg.Use
 
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
 
renderSysFont(Graphics2D, Font) - Method in class com.kitfox.svg.Tspan
 
renderToViewport(Graphics2D) - Method in class com.kitfox.svg.SVGRoot
 
rep - Variable in class com.kitfox.svg.animation.AnimationTimeEval
Number of completed repetitions
REPEAT - Static variable in class com.kitfox.svg.batik.MultipleGradientPaint
Indicates (if the gradient starts or ends inside the target region), to cycle the gradient colors start-to-end, start-to-end to fill the remaining area.
repeatCount - Variable in class com.kitfox.svg.animation.AnimateBase
 
repeatDur - Variable in class com.kitfox.svg.animation.AnimateBase
 
repeatSkipSize(int) - Method in class com.kitfox.svg.animation.Animate
If this element is being accumulated, detemine the delta to accumulate by
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

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
 
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
 
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
 
setBgColor(Color) - Method in class com.kitfox.svg.SVGDisplayPanel
 
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
 
setDebugStream(PrintStream) - Method in class com.kitfox.svg.animation.parser.AnimTimeParserTokenManager
Set debug output.
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
 
setElement(String, SVGElement) - Method in class com.kitfox.svg.SVGDiagram
 
setFormat(String) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setHeight(int) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setIgnoringClipHeuristic(boolean) - Method in class com.kitfox.svg.SVGDiagram
 
setInterpolation(String) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setInterpolation(int) - Method in class com.kitfox.svg.app.beans.SVGIcon
 
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
 
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
 
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
 
setRoot(SVGRoot) - Method in class com.kitfox.svg.SVGDiagram
 
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
 
setStops(Color[], float[]) - Method in class com.kitfox.svg.Gradient
 
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.SimpleCharStream
 
setText(String) - Method in class com.kitfox.svg.Tspan
 
setTimeStep(double) - Method in class com.kitfox.svg.app.PlayerThread
 
setUseAntiAlias(boolean) - Method in class com.kitfox.svg.app.beans.SVGIcon
Deprecated. 
setUseAntiAlias(boolean) - Method in class com.kitfox.svg.app.beans.SVGPanel
Deprecated. 
setVerbose(boolean) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
setVerbose(boolean) - Method in class com.kitfox.svg.SVGUniverse
 
setWidth(int) - Method in class com.kitfox.svg.app.ant.SVGToImageAntTask
 
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, String, int, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.kitfox.svg.animation.parser.SimpleCharStream
Constructor.
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.
SRGB - Static variable in class com.kitfox.svg.batik.MultipleGradientPaint
Indicates that the color interpolation should occur in sRGB space.
startDocument() - Method in class com.kitfox.svg.SVGLoader
 
startElement(String, String, String, Attributes) - Method in class com.kitfox.svg.SVGLoader
 
staticFlag - Static variable in class com.kitfox.svg.animation.parser.SimpleCharStream
Whether parser is static.
Stop - Class in com.kitfox.svg
 
Stop() - Constructor for class com.kitfox.svg.Stop
Creates a new instance of Stop
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
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

tabSize - Variable in class com.kitfox.svg.animation.parser.SimpleCharStream
 
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.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.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
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) - 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
toColor - Variable in class com.kitfox.svg.animation.Animate
 
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.
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.
TokenMgrError - Error in com.kitfox.svg.animation.parser
Token Manager Error.
TokenMgrError() - Constructor for error com.kitfox.svg.animation.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.kitfox.svg.animation.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.kitfox.svg.animation.parser.TokenMgrError
Full Constructor.
toPath - Variable in class com.kitfox.svg.animation.Animate
 
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
 
toValue - Variable in class com.kitfox.svg.animation.Animate
 
toValue - Variable in class com.kitfox.svg.animation.AnimateColor
 
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
 
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
 
transparency - Variable in class com.kitfox.svg.batik.MultipleGradientPaint
Transparency.
Tspan - Class in com.kitfox.svg
 
Tspan() - Constructor for class com.kitfox.svg.Tspan
Creates a new instance of Stop
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.SimpleCharStream
 
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

values - Variable in class com.kitfox.svg.animation.AnimateTransform
 
valuesValue - Variable in class com.kitfox.svg.animation.Animate
 
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

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.xml.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
 
xformType - Variable in class com.kitfox.svg.animation.AnimateTransform
 
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 
Kitfox Studios

Copyright ?? 2011-2016 Kitfox Studios. All Rights Reserved.