org.apache.batik.dom.svg
Class AbstractSVGNumberList.SVGNumberItem
java.lang.Object
|
+--org.apache.batik.dom.svg.AbstractSVGNumber
|
+--org.apache.batik.dom.svg.AbstractSVGNumberList.SVGNumberItem
- All Implemented Interfaces:
- SVGItem, SVGNumber
- Enclosing class:
- AbstractSVGNumberList
- protected class AbstractSVGNumberList.SVGNumberItem
- extends AbstractSVGNumber
- implements SVGItem
Representation of the item SVGNumber.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentList
protected AbstractSVGList parentList
- SVGNumberList this item belongs to.
AbstractSVGNumberList.SVGNumberItem
public AbstractSVGNumberList.SVGNumberItem(float value)
- Default Constructor.
getValueAsString
public java.lang.String getValueAsString()
- Description copied from interface:
SVGItem
- Return the String representation of the item.
- Specified by:
getValueAsString
in interface SVGItem
- Following copied from interface:
org.apache.batik.dom.svg.SVGItem
- Returns:
- textual representation of the item
to be inserted in the attribute value
representing the list.
setParent
public void setParent(AbstractSVGList list)
- Associates an item to an SVGXXXList
- Specified by:
setParent
in interface SVGItem
- Parameters:
list
- list the item belongs to.
getParent
public AbstractSVGList getParent()
- Return the list the item belongs to.
- Specified by:
getParent
in interface SVGItem
- Returns:
- list the item belongs to. This
could be if the item belongs to no list.
reset
protected void reset()
- When the SVGLength changes, notify
its parent.
Copyright © 2004 Apache Software Foundation. All Rights Reserved.