org.apache.batik.bridge
Class SVGAnimationEngine.AnimatablePaintValueFactory
java.lang.Object
org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
org.apache.batik.bridge.SVGAnimationEngine.AnimatablePaintValueFactory
- All Implemented Interfaces:
- SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected class SVGAnimationEngine.AnimatablePaintValueFactory
- extends SVGAnimationEngine.CSSValueFactory
Factory class for AnimatablePaintValue
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGAnimationEngine.AnimatablePaintValueFactory
protected SVGAnimationEngine.AnimatablePaintValueFactory()
createColorPaintValue
protected AnimatablePaintValue createColorPaintValue(AnimationTarget t,
Color c)
- Creates a new
AnimatablePaintValue
from a Color
object.
createAnimatableValue
protected AnimatableValue createAnimatableValue(AnimationTarget target,
String pn,
Value v)
- Description copied from class:
SVGAnimationEngine.CSSValueFactory
- Creates a new AnimatableValue from a CSS
Value
, after
computation and inheritance.
- Specified by:
createAnimatableValue
in class SVGAnimationEngine.CSSValueFactory
Copyright © 2008 Apache Software Foundation. All Rights Reserved.