|
||||||||||
| 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.AbstractSVGAnimatedLength
org.apache.batik.dom.svg.SVGOMAnimatedLength
public class SVGOMAnimatedLength
This class provides an implementation of the SVGAnimatedLength interface.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength |
|---|
AbstractSVGAnimatedLength.AnimSVGLength, AbstractSVGAnimatedLength.BaseSVGLength |
| Field Summary | |
|---|---|
protected java.lang.String |
defaultValue
The default value if the attribute is not specified. |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength |
|---|
animVal, baseVal, changing, direction, HORIZONTAL_LENGTH, nonNegative, OTHER_LENGTH, VERTICAL_LENGTH |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedValue |
|---|
element, hasAnimVal, listeners, localName, namespaceURI |
| Constructor Summary | |
|---|---|
SVGOMAnimatedLength(AbstractElement elt,
java.lang.String ns,
java.lang.String ln,
java.lang.String def,
short dir,
boolean nonneg)
Creates a new SVGOMAnimatedLength. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getDefaultValue()
Returns the default value to use when the associated attribute was not specified. |
| Methods inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength |
|---|
attrAdded, attrChanged, attrModified, attrRemoved, getAnimVal, getBaseVal, getCheckedValue, getUnderlyingValue, updateAnimatedValue |
| 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 java.lang.String defaultValue
| Constructor Detail |
|---|
public SVGOMAnimatedLength(AbstractElement elt,
java.lang.String ns,
java.lang.String ln,
java.lang.String def,
short dir,
boolean nonneg)
elt - The associated element.ns - The attribute's namespace URI.ln - The attribute's local name.def - The default value if the attribute is not specified.dir - The length's direction.nonneg - Whether the length must be non-negative.| Method Detail |
|---|
protected java.lang.String getDefaultValue()
getDefaultValue in class AbstractSVGAnimatedLength
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||