org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableNumberValueFactory

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

protected class SVGAnimationEngine.AnimatableNumberValueFactory
extends Object
implements SVGAnimationEngine.Factory

Factory class for AnimatableNumberValues.


Constructor Summary
protected SVGAnimationEngine.AnimatableNumberValueFactory()
           
 
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
 

Constructor Detail

SVGAnimationEngine.AnimatableNumberValueFactory

protected SVGAnimationEngine.AnimatableNumberValueFactory()
Method Detail

createValue

public AnimatableValue createValue(AnimationTarget target,
                                   String ns,
                                   String ln,
                                   boolean isCSS,
                                   String s)
Creates a new AnimatableValue from a string.

Specified by:
createValue in interface SVGAnimationEngine.Factory

createValue

public AnimatableValue createValue(AnimationTarget target,
                                   String pn,
                                   Value v)
Creates a new AnimatableValue from a CSS Value.

Specified by:
createValue in interface SVGAnimationEngine.Factory


Copyright © 2009 Apache Software Foundation. All Rights Reserved.