org.apache.batik.dom.svg
public class SVGOMAnimatedMarkerOrientValue extends AbstractSVGAnimatedValue
| Nested Class Summary | |
|---|---|
| protected class | SVGOMAnimatedMarkerOrientValue.AnimatedAngle
The SVGAnimatedAngle component of the marker orient value. |
| protected class | SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
The SVGAnimatedEnumeration component of the marker orient value. |
| protected class | SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
This class represents the SVGAngle returned by getAnimVal. |
| protected class | SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
This class represents the SVGAngle returned by
getBaseVal. |
| Field Summary | |
|---|---|
| protected SVGOMAnimatedMarkerOrientValue.AnimSVGAngle | animAngleVal
The current animated angle value. |
| protected SVGOMAnimatedMarkerOrientValue.AnimatedAngle | animatedAngle
The SVGAnimatedAngle. |
| protected SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration | animatedEnumeration
The SVGAnimatedEnumeration. |
| protected short | animEnumerationVal
The current animated enumeration value. |
| protected SVGOMAnimatedMarkerOrientValue.BaseSVGAngle | baseAngleVal
The current base angle value. |
| protected short | baseEnumerationVal
The current base enumeration value. |
| protected boolean | changing
Whether the value is changing. |
| protected boolean | valid
Whether the base value is valid. |
| Constructor Summary | |
|---|---|
| SVGOMAnimatedMarkerOrientValue(AbstractElement elt, String ns, String ln)
Creates a new SVGOMAnimatedMarkerOrientValue. | |
| 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. |
| SVGAnimatedAngle | getAnimatedAngle()
Returns the SVGAnimatedAngle component of the orient value. |
| SVGAnimatedEnumeration | getAnimatedEnumeration()
Returns the SVGAnimatedEnumeration component of the orient value. |
| AnimatableValue | getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue. |
| void | resetAnimatedValue()
Resets the animated value. |
| void | setAnimatedValueToAngle(short unitType, float value)
Sets the animated value to the given angle. |
| void | setAnimatedValueToAuto()
Sets the animated value to the "auto" value. |
| protected void | updateAnimatedValue(AnimatableValue val)
Updates the animated value with the given AnimatableValue. |
Parameters: elt The associated element. ns The attribute's namespace URI. ln The attribute's local name.