|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.bridge.SVGAnimationEngine.AnimatablePathDataFactory
protected class SVGAnimationEngine.AnimatablePathDataFactory
Factory class for AnimatablePathDataValues.
| Field Summary | |
|---|---|
protected PathParser |
parser
Parser for path data. |
protected PathArrayProducer |
producer
The producer class that accumulates the path segments. |
| Constructor Summary | |
|---|---|
SVGAnimationEngine.AnimatablePathDataFactory()
Creates a new AnimatablePathDataFactory. |
|
| Method Summary | |
|---|---|
AnimatableValue |
createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PathParser parser
protected PathArrayProducer producer
| Constructor Detail |
|---|
public SVGAnimationEngine.AnimatablePathDataFactory()
| Method Detail |
|---|
public AnimatableValue createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
createValue in interface SVGAnimationEngine.Factory
public AnimatableValue createValue(AnimationTarget target,
String pn,
Value v)
Value. Returns null
since point lists aren't used in CSS values.
createValue in interface SVGAnimationEngine.Factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||