|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.dom.svg
Class AbstractSVGAnimatedLength

java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGAnimatedLength
- All Implemented Interfaces:
- LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedLength
- Direct Known Subclasses:
- SVGOMAnimatedLength
- public abstract class AbstractSVGAnimatedLength
- extends java.lang.Object
- implements org.w3c.dom.svg.SVGAnimatedLength, LiveAttributeValue
- extends java.lang.Object
This class provides an implementation of the org.w3c.dom.svg.SVGAnimatedLength interface.
- Version:
- $Id: AbstractSVGAnimatedLength.java,v 1.8 2004/08/18 07:13:13 vhardy Exp $
| Nested Class Summary | |
protected class |
AbstractSVGAnimatedLength.BaseSVGLength
This class represents the SVGLength returned by getBaseVal(). |
| Field Summary | |
protected AbstractSVGAnimatedLength.BaseSVGLength |
baseVal
The base value. |
protected boolean |
changing
Whether the value is changing. |
protected short |
direction
This length's direction. |
protected AbstractElement |
element
The associated element. |
static short |
HORIZONTAL_LENGTH
This constant represents horizontal lengths. |
protected java.lang.String |
localName
The attribute's local name. |
protected java.lang.String |
namespaceURI
The attribute's namespace URI. |
static short |
OTHER_LENGTH
This constant represents other lengths. |
static short |
VERTICAL_LENGTH
This constant represents vertical lengths. |
| Constructor Summary | |
protected |
AbstractSVGAnimatedLength(AbstractElement elt,
java.lang.String ns,
java.lang.String ln,
short dir)
Creates a new SVGAnimatedLength. |
| 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. |
org.w3c.dom.svg.SVGLength |
getAnimVal()
DOM: Implements SVGAnimatedLength.getAnimVal()> SVGAnimatedLength.getAnimVal() 55 . |
org.w3c.dom.svg.SVGLength |
getBaseVal()
DOM: Implements SVGAnimatedLength.getBaseVal()> SVGAnimatedLength.getBaseVal() 55 . |
protected abstract java.lang.String |
getDefaultValue()
Returns the default value to use when the associated attribute was not specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
HORIZONTAL_LENGTH
public static final short HORIZONTAL_LENGTH
- This constant represents horizontal lengths.
- See Also:
- Constant Field Values
VERTICAL_LENGTH
public static final short VERTICAL_LENGTH
- This constant represents vertical lengths.
- See Also:
- Constant Field Values
OTHER_LENGTH
public static final short OTHER_LENGTH
- This constant represents other lengths.
- See Also:
- Constant Field Values
element
protected AbstractElement element
- The associated element.
namespaceURI
protected java.lang.String namespaceURI
- The attribute's namespace URI.
localName
protected java.lang.String localName
- The attribute's local name.
direction
protected short direction
- This length's direction.
baseVal
protected AbstractSVGAnimatedLength.BaseSVGLength baseVal
- The base value.
changing
protected boolean changing
- Whether the value is changing.
| Constructor Detail |
AbstractSVGAnimatedLength
protected AbstractSVGAnimatedLength(AbstractElement elt, java.lang.String ns, java.lang.String ln, short dir)
- Creates a new SVGAnimatedLength.
| Method Detail |
getDefaultValue
protected abstract java.lang.String getDefaultValue()
- Returns the default value to use when the associated attribute
was not specified.
getBaseVal
public org.w3c.dom.svg.SVGLength getBaseVal()
- DOM: Implements SVGAnimatedLength.getBaseVal()>
SVGAnimatedLength.getBaseVal()55 .- Specified by:
getBaseValin interfaceorg.w3c.dom.svg.SVGAnimatedLength
getAnimVal
public org.w3c.dom.svg.SVGLength getAnimVal()
- DOM: Implements SVGAnimatedLength.getAnimVal()>
SVGAnimatedLength.getAnimVal()55 .- Specified by:
getAnimValin interfaceorg.w3c.dom.svg.SVGAnimatedLength
attrAdded
public void attrAdded(org.w3c.dom.Attr node, java.lang.String newv)
- Called when an Attr node has been added.
- Specified by:
attrAddedin interfaceLiveAttributeValue
attrModified
public void attrModified(org.w3c.dom.Attr node, java.lang.String oldv, java.lang.String newv)
- Called when an Attr node has been modified.
- Specified by:
attrModifiedin interfaceLiveAttributeValue
attrRemoved
public void attrRemoved(org.w3c.dom.Attr node, java.lang.String oldv)
- Called when an Attr node has been removed.
- Specified by:
attrRemovedin interfaceLiveAttributeValue
|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.dom.svg.AbstractSVGAnimatedLength