|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
protected abstract class SVGAnimationEngine.CSSValueFactory
Factory class for AnimatableValues for CSS properties. XXX Shorthand properties are not supported.
Constructor Summary | |
---|---|
protected |
SVGAnimationEngine.CSSValueFactory()
|
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)
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 |
---|
protected SVGAnimationEngine.CSSValueFactory()
Method Detail |
---|
public AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s)
SVGAnimationEngine.Factory
createValue
in interface SVGAnimationEngine.Factory
public AnimatableValue createValue(AnimationTarget target, String pn, Value v)
SVGAnimationEngine.Factory
Value
.
createValue
in interface SVGAnimationEngine.Factory
protected abstract AnimatableValue createAnimatableValue(AnimationTarget target, String pn, Value v)
Value
, after
computation and inheritance.
protected Value createCSSValue(AnimationTarget t, String pn, String s)
Value
from a string.
protected Value computeValue(CSSStylableElement elt, String pn, Value v)
Value
and performance inheritance if the
specified value is 'inherit'.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |