org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableStringValueFactory

java.lang.Object
  extended byorg.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
      extended byorg.apache.batik.bridge.SVGAnimationEngine.AnimatableStringValueFactory
All Implemented Interfaces:
SVGAnimationEngine.Factory
Enclosing class:
SVGAnimationEngine

protected class SVGAnimationEngine.AnimatableStringValueFactory
extends SVGAnimationEngine.CSSValueFactory

Factory class for computed CSS AnimatableStringValues.


Constructor Summary
protected SVGAnimationEngine.AnimatableStringValueFactory()
           
 
Method Summary
protected  AnimatableValue createAnimatableValue(AnimationTarget target, String pn, Value v)
          Creates a new AnimatableValue from a CSS Value, after computation and inheritance.
 
Methods inherited from class org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
computeValue, createCSSValue, createValue, createValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGAnimationEngine.AnimatableStringValueFactory

protected SVGAnimationEngine.AnimatableStringValueFactory()
Method Detail

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 © 2009 Apache Software Foundation. All Rights Reserved.