- 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
- TextBuilder - Class in com.kitfox.svg.util
-
- TextBuilder() - Constructor for class com.kitfox.svg.util.TextBuilder
-
- TimeBase - Class in com.kitfox.svg.animation
-
SVG has a complicated way of specifying time.
- TimeBase() - Constructor for class com.kitfox.svg.animation.TimeBase
-
- TimeCompound - Class in com.kitfox.svg.animation
-
This represents a summation of other time elements.
- TimeCompound(List) - Constructor for class com.kitfox.svg.animation.TimeCompound
-
Creates a new instance of TimeDiscrete
- TimeDiscrete - Class in com.kitfox.svg.animation
-
This is a time that represents a specific number of milliseconds
- TimeDiscrete(double) - Constructor for class com.kitfox.svg.animation.TimeDiscrete
-
Creates a new instance of TimeDiscrete
- TimeIndefinite - Class in com.kitfox.svg.animation
-
This represents the indefinite (infinite) amount of time.
- TimeIndefinite() - Constructor for class com.kitfox.svg.animation.TimeIndefinite
-
Creates a new instance of TimeDiscrete
- TimeLookup - Class in com.kitfox.svg.animation
-
This is a time that represents a specific number of milliseconds
- TimeLookup(AnimationElement, String, String, String) - Constructor for class com.kitfox.svg.animation.TimeLookup
-
Creates a new instance of TimeDiscrete
- TimeSum - Class in com.kitfox.svg.animation
-
This is a time that represents a specific number of milliseconds
- TimeSum(TimeBase, TimeBase, boolean) - Constructor for class com.kitfox.svg.animation.TimeSum
-
Creates a new instance of TimeDiscrete
- Title - Class in com.kitfox.svg
-
Holds title textual information within tree
- Title() - Constructor for class com.kitfox.svg.Title
-
Creates a new instance of Stop
- token - Variable in class com.kitfox.svg.animation.parser.AnimTimeParser
-
Current token.
- Token - Class in com.kitfox.svg.animation.parser
-
Describes the input token stream.
- Token() - Constructor for class com.kitfox.svg.animation.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class com.kitfox.svg.animation.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class com.kitfox.svg.animation.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class com.kitfox.svg.animation.parser.AnimTimeParser
-
Generated Token Manager.
- 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.
- toString() - Method in class com.kitfox.svg.animation.parser.SimpleNode
-
- toString(String) - Method in class com.kitfox.svg.animation.parser.SimpleNode
-
- toString() - Method in class com.kitfox.svg.animation.parser.Token
-
Returns the image.
- toString() - Method in class com.kitfox.svg.pathcmd.Arc
-
- toString() - Method in class com.kitfox.svg.pathcmd.Cubic
-
- toString() - Method in class com.kitfox.svg.pathcmd.CubicSmooth
-
- toString() - Method in class com.kitfox.svg.pathcmd.Horizontal
-
- toString() - Method in class com.kitfox.svg.pathcmd.LineTo
-
- toString() - Method in class com.kitfox.svg.pathcmd.MoveTo
-
- toString() - Method in class com.kitfox.svg.pathcmd.Quadratic
-
- toString() - Method in class com.kitfox.svg.pathcmd.QuadraticSmooth
-
- toString() - Method in class com.kitfox.svg.pathcmd.Terminal
-
- toString() - Method in class com.kitfox.svg.pathcmd.Vertical
-
- toString() - Method in class com.kitfox.svg.xml.NumberWithUnits
-
- TR_INVALID - Static variable in class com.kitfox.svg.animation.AnimateTransform
-
- TR_ROTATE - Static variable in class com.kitfox.svg.animation.AnimateTransform
-
- TR_SCALE - Static variable in class com.kitfox.svg.animation.AnimateTransform
-
- TR_SKEWX - Static variable in class com.kitfox.svg.animation.AnimateTransform
-
- TR_SKEWY - Static variable in class com.kitfox.svg.animation.AnimateTransform
-
- TR_TRANSLATE - Static variable in class com.kitfox.svg.animation.AnimateTransform
-
- TrackBase - Class in com.kitfox.svg.animation
-
A track holds the animation events for a single parameter of a single SVG
element.
- TrackBase(SVGElement, AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackBase
-
Creates a track that would be valid for the name and type of element
passed in.
- TrackBase(SVGElement, String, int) - Constructor for class com.kitfox.svg.animation.TrackBase
-
- TrackColor - Class in com.kitfox.svg.animation
-
A track holds the animation events for a single parameter of a single SVG
element.
- TrackColor(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackColor
-
- TrackDouble - Class in com.kitfox.svg.animation
-
A track holds the animation events for a single parameter of a single SVG
element.
- TrackDouble(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackDouble
-
- TrackManager - Class in com.kitfox.svg.animation
-
Every element contains tracks, which manage the animation.
- TrackManager() - Constructor for class com.kitfox.svg.animation.TrackManager
-
Creates a new instance of TrackManager
- trackManager - Variable in class com.kitfox.svg.SVGElement
-
Link to the universe we reside in
- TrackMotion - Class in com.kitfox.svg.animation
-
A track holds the animation events for a single parameter of a single SVG
element.
- TrackMotion(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackMotion
-
- TrackPath - Class in com.kitfox.svg.animation
-
A track holds the animation events for a single parameter of a single SVG
element.
- TrackPath(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackPath
-
- TrackTransform - Class in com.kitfox.svg.animation
-
A track holds the animation events for a single parameter of a single SVG
element.
- TrackTransform(AnimationElement) - Constructor for class com.kitfox.svg.animation.TrackTransform
-
- TransformableElement - Class in com.kitfox.svg
-
Maintains bounding box for this element
- TransformableElement() - Constructor for class com.kitfox.svg.TransformableElement
-
Creates a new instance of BoundedElement
- TransformableElement(String, SVGElement) - Constructor for class com.kitfox.svg.TransformableElement
-
- Tspan - Class in com.kitfox.svg
-
- Tspan() - Constructor for class com.kitfox.svg.Tspan
-
Creates a new instance of 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
-