org.apache.batik.bridge
protected class SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory extends Object implements SVGAnimationEngine.Factory
| Field Summary | |
|---|---|
| protected short | align
The parsed 'align' value. |
| protected DefaultPreserveAspectRatioHandler | handler
Handler for the preserveAspectRatio parser. |
| protected short | meetOrSlice
The parsed 'meetOrSlice' value. |
| protected PreserveAspectRatioParser | parser
Parser for preserveAspectRatio values. |
| Constructor Summary | |
|---|---|
| AnimatablePreserveAspectRatioValueFactory()
Creates a new AnimatablePreserveAspectRatioValueFactory. | |
| Method Summary | |
|---|---|
| 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. |