protected static class SVGAnimationEngine.AnimatableRectValueFactory extends Object implements SVGAnimationEngine.Factory
AnimatableNumberListValues.| Modifier and Type | Field and Description |
|---|---|
protected NumberListParser |
parser
Parser for number lists.
|
protected FloatArrayProducer |
producer
The producer class that accumulates the numbers.
|
| Constructor and Description |
|---|
AnimatableRectValueFactory()
Creates a new AnimatableNumberListValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
protected NumberListParser parser
protected FloatArrayProducer producer
public AnimatableRectValueFactory()
public AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s)
createValue in interface SVGAnimationEngine.Factorypublic AnimatableValue createValue(AnimationTarget target, String pn, Value v)
Value. Returns null
since rects aren't used in CSS values.createValue in interface SVGAnimationEngine.FactoryCopyright © 2000–2020 Apache Software Foundation. All rights reserved.