Interface SVGAnimationEngine.Factory
- All Known Implementing Classes:
SVGAnimationEngine.AnimatableAngleOrIdentFactory, SVGAnimationEngine.AnimatableAngleValueFactory, SVGAnimationEngine.AnimatableBooleanValueFactory, SVGAnimationEngine.AnimatableColorValueFactory, SVGAnimationEngine.AnimatableIntegerValueFactory, SVGAnimationEngine.AnimatableLengthListValueFactory, SVGAnimationEngine.AnimatableLengthOrIdentFactory, SVGAnimationEngine.AnimatableLengthValueFactory, SVGAnimationEngine.AnimatableNumberListValueFactory, SVGAnimationEngine.AnimatableNumberOrIdentFactory, SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory, SVGAnimationEngine.AnimatableNumberValueFactory, SVGAnimationEngine.AnimatablePaintValueFactory, SVGAnimationEngine.AnimatablePathDataFactory, SVGAnimationEngine.AnimatablePointListValueFactory, SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory, SVGAnimationEngine.AnimatableRectValueFactory, SVGAnimationEngine.AnimatableStringValueFactory, SVGAnimationEngine.CSSValueFactory, SVGAnimationEngine.UncomputedAnimatableStringValueFactory
- Enclosing class:
SVGAnimationEngine
protected static interface SVGAnimationEngine.Factory
Interface for AnimatableValue factories.
-
Method Summary
Modifier and TypeMethodDescriptioncreateValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.
-
Method Details
-
createValue
Creates a new AnimatableValue from a string. -
createValue
Creates a new AnimatableValue from a CSSValue.
-