|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.AbstractSVGAnimatedLength | +--org.apache.batik.dom.svg.SVGOMAnimatedLength
This class provides an implementation of the SVGAnimatedLength
interface.
Inner classes inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength |
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 |
baseVal, changing, direction, element, HORIZONTAL_LENGTH, localName, namespaceURI, OTHER_LENGTH, UNITS, VERTICAL_LENGTH |
Constructor Summary | |
SVGOMAnimatedLength(AbstractElement elt,
java.lang.String ns,
java.lang.String ln,
java.lang.String def,
short dir)
Creates a new SVGAnimatedLength. |
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, attrModified, attrRemoved, getAnimVal, getBaseVal |
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)
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.Method Detail |
protected java.lang.String getDefaultValue()
getDefaultValue
in class AbstractSVGAnimatedLength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |