org.apache.batik.bridge
protected abstract class SVGAnimationEngine.CSSValueFactory extends Object implements SVGAnimationEngine.Factory
Method Summary | |
---|---|
protected Value | computeValue(CSSStylableElement elt, String pn, Value v)
Computes a CSS Value and performance inheritance if the
specified value is 'inherit'. |
protected abstract AnimatableValue | createAnimatableValue(AnimationTarget target, String pn, Value v)
Creates a new AnimatableValue from a CSS Value, after
computation and inheritance. |
protected Value | createCSSValue(AnimationTarget t, String pn, String s)
Creates a new CSS Value from a string. |
AnimatableValue | createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s) |
AnimatableValue | createValue(AnimationTarget target, String pn, Value v) |