protected class SVGAnimationEngine.AnimatablePaintValueFactory extends SVGAnimationEngine.CSSValueFactory
AnimatablePaintValue
s.Modifier | Constructor and Description |
---|---|
protected |
AnimatablePaintValueFactory() |
Modifier and Type | Method and Description |
---|---|
protected AnimatableValue |
createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS
Value , after
computation and inheritance. |
protected AnimatablePaintValue |
createColorPaintValue(AnimationTarget t,
java.awt.Color c)
Creates a new
AnimatablePaintValue from a Color
object. |
computeValue, createCSSValue, createValue, createValue
protected AnimatablePaintValue createColorPaintValue(AnimationTarget t, java.awt.Color c)
AnimatablePaintValue
from a Color
object.protected AnimatableValue createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
SVGAnimationEngine.CSSValueFactory
Value
, after
computation and inheritance.createAnimatableValue
in class SVGAnimationEngine.CSSValueFactory
Copyright © 2022 Apache Software Foundation. All Rights Reserved.