Module io.sf.carte.echosvg.bridge
Package io.sf.carte.echosvg.bridge
Class SVGAnimationEngine.AnimatableBooleanValueFactory
java.lang.Object
io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableBooleanValueFactory
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
SVGAnimationEngine
protected static class SVGAnimationEngine.AnimatableBooleanValueFactory
extends Object
implements SVGAnimationEngine.Factory
Factory class for
AnimatableBooleanValue
s.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.
-
Constructor Details
-
AnimatableBooleanValueFactory
protected AnimatableBooleanValueFactory()
-
-
Method Details
-
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 interfaceSVGAnimationEngine.Factory
-
createValue
Creates a new AnimatableValue from a CSSValue
.- Specified by:
createValue
in interfaceSVGAnimationEngine.Factory
-