|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.svg.SVGOMAnimatedPreserveAspectRatio
This class implements the SVGAnimatedPreserveAspectRatio interface.
| Nested Class Summary | |
class |
SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio
The implementation of SVGPreserveAspectRatio |
| Field Summary | |
protected boolean |
changing
Whether the value is changing. |
protected AbstractElement |
element
The associated element. |
protected AbstractSVGPreserveAspectRatio |
preserveAspectRatio
SVGPreserveAspectRatio mapping the static 'preserveAspectRatio' attribute. |
| Constructor Summary | |
SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
Creates a new instance of SVGOMAnimatePreserveAspectRatio |
|
| Method Summary | |
void |
attrAdded(Attr node,
String newv)
Called when an Attr node has been added. |
void |
attrModified(Attr node,
String oldv,
String newv)
Called when an Attr node has been modified. |
void |
attrRemoved(Attr node,
String oldv)
Called when an Attr node has been removed. |
SVGPreserveAspectRatio |
getAnimVal()
|
SVGPreserveAspectRatio |
getBaseVal()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AbstractElement element
protected boolean changing
protected AbstractSVGPreserveAspectRatio preserveAspectRatio
| Constructor Detail |
public SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
| Method Detail |
public void attrAdded(Attr node,
String newv)
LiveAttributeValue
attrAdded in interface LiveAttributeValue
public void attrModified(Attr node,
String oldv,
String newv)
LiveAttributeValue
attrModified in interface LiveAttributeValue
public void attrRemoved(Attr node,
String oldv)
LiveAttributeValue
attrRemoved in interface LiveAttributeValuepublic SVGPreserveAspectRatio getAnimVal()
getAnimVal in interface SVGAnimatedPreserveAspectRatiopublic SVGPreserveAspectRatio getBaseVal()
getBaseVal in interface SVGAnimatedPreserveAspectRatio
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||