|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
protected class SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
Factory class for AnimatablePreserveAspectRatioValue
s.
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 | |
---|---|
SVGAnimationEngine.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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short align
protected short meetOrSlice
protected PreserveAspectRatioParser parser
protected DefaultPreserveAspectRatioHandler handler
Constructor Detail |
---|
public SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory()
Method Detail |
---|
public AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s)
createValue
in interface SVGAnimationEngine.Factory
public AnimatableValue createValue(AnimationTarget target, String pn, Value v)
Value
. Returns null
since preserveAspectRatio values aren't used in CSS values.
createValue
in interface SVGAnimationEngine.Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |