Package | Description |
---|---|
com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
com.kitfox.svg.animation | |
com.kitfox.svg.animation.parser |
Modifier and Type | Field and Description |
---|---|
AnimTimeParser |
SVGLoaderHelper.animTimeParser
Animate nodes use this to parse their time strings
|
Modifier and Type | Method and Description |
---|---|
protected void |
Animate.rebuild(AnimTimeParser animTimeParser) |
protected void |
AnimateBase.rebuild(AnimTimeParser animTimeParser) |
protected void |
AnimateColor.rebuild(AnimTimeParser animTimeParser) |
protected void |
AnimateMotion.rebuild(AnimTimeParser animTimeParser) |
protected void |
AnimateTransform.rebuild(AnimTimeParser animTimeParser) |
protected void |
AnimationElement.rebuild(AnimTimeParser animTimeParser) |
protected void |
SetSmil.rebuild(AnimTimeParser animTimeParser) |
Modifier and Type | Field and Description |
---|---|
protected AnimTimeParser |
SimpleNode.parser |
Constructor and Description |
---|
ASTEventTime(AnimTimeParser p,
int id) |
ASTExpr(AnimTimeParser p,
int id) |
ASTIndefiniteTime(AnimTimeParser p,
int id) |
ASTInteger(AnimTimeParser p,
int id) |
ASTLiteralTime(AnimTimeParser p,
int id) |
ASTLookupTime(AnimTimeParser p,
int id) |
ASTNumber(AnimTimeParser p,
int id) |
ASTParamList(AnimTimeParser p,
int id) |
ASTSum(AnimTimeParser p,
int id) |
ASTTerm(AnimTimeParser p,
int id) |
SimpleNode(AnimTimeParser p,
int i) |