Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
T
tabSize
- Variable in class com.kitfox.svg.animation.parser.
SimpleCharStream
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.
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.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
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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