|
|||||||||||
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(org.w3c.dom.Attr node,
java.lang.String newv)
Called when an Attr node has been added. |
void |
attrModified(org.w3c.dom.Attr node,
java.lang.String oldv,
java.lang.String newv)
Called when an Attr node has been modified. |
void |
attrRemoved(org.w3c.dom.Attr node,
java.lang.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(org.w3c.dom.Attr node, java.lang.String newv)
LiveAttributeValue
attrAdded
in interface LiveAttributeValue
public void attrModified(org.w3c.dom.Attr node, java.lang.String oldv, java.lang.String newv)
LiveAttributeValue
attrModified
in interface LiveAttributeValue
public void attrRemoved(org.w3c.dom.Attr node, java.lang.String oldv)
LiveAttributeValue
attrRemoved
in interface LiveAttributeValue
public SVGPreserveAspectRatio getAnimVal()
getAnimVal
in interface SVGAnimatedPreserveAspectRatio
public SVGPreserveAspectRatio getBaseVal()
getBaseVal
in interface SVGAnimatedPreserveAspectRatio
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |