|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGAnimatedValue
org.apache.batik.dom.svg.SVGOMAnimatedPreserveAspectRatio
public class SVGOMAnimatedPreserveAspectRatio
This class implements the SVGAnimatedPreserveAspectRatio
interface.
Nested Class Summary | |
---|---|
class |
SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
This class represents the SVGPreserveAspectRatio returned by getAnimVal() . |
class |
SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
This class represents the SVGPreserveAspectRatio returned by getBaseVal() . |
Field Summary | |
---|---|
protected SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue |
animVal
The animated value. |
protected SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue |
baseVal
The base value. |
protected boolean |
changing
Whether the value is changing. |
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedValue |
---|
element, hasAnimVal, listeners, localName, namespaceURI |
Constructor Summary | |
---|---|
SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
Creates a new SVGOMAnimatedPreserveAspectRatio. |
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. |
void |
check()
Throws an exception if the points list value is malformed. |
SVGPreserveAspectRatio |
getAnimVal()
DOM: Implements SVGAnimatedPreserveAspectRatio#getAnimVal() . |
SVGPreserveAspectRatio |
getBaseVal()
DOM: Implements SVGAnimatedPreserveAspectRatio#getBaseVal() . |
AnimatableValue |
getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
protected void |
updateAnimatedValue(AnimatableValue val)
Updates the animated value with the given AnimatableValue . |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedValue |
---|
addAnimatedAttributeListener, fireAnimatedAttributeListeners, fireBaseAttributeListeners, getLocalName, getNamespaceURI, isSpecified, removeAnimatedAttributeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue baseVal
protected SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue animVal
protected boolean changing
Constructor Detail |
---|
public SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
elt
- The associated element.Method Detail |
---|
public SVGPreserveAspectRatio getBaseVal()
SVGAnimatedPreserveAspectRatio#getBaseVal()
.
public SVGPreserveAspectRatio getAnimVal()
SVGAnimatedPreserveAspectRatio#getAnimVal()
.
public void check()
public AnimatableValue getUnderlyingValue(AnimationTarget target)
AnimatableValue
.
protected void updateAnimatedValue(AnimatableValue val)
AnimatableValue
.
updateAnimatedValue
in class AbstractSVGAnimatedValue
public void attrAdded(Attr node, String newv)
public void attrModified(Attr node, String oldv, String newv)
public void attrRemoved(Attr node, String oldv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |