org.apache.batik.dom.svg
protected class AbstractSVGNumberList.SVGNumberItem extends AbstractSVGNumber implements SVGItem
Field Summary | |
---|---|
protected AbstractSVGList | parentList
The {@link SVGNumberList} this item belongs to. |
Constructor Summary | |
---|---|
SVGNumberItem(float value)
Creates a new SVGNumberItem. |
Method Summary | |
---|---|
AbstractSVGList | getParent()
Returns the list the item belongs to. |
String | getValueAsString()
Returns a String representation of the number. |
protected void | reset()
Notifies the parent {@link SVGNumberList} that this item's value
has changed. |
void | setParent(AbstractSVGList list)
Associates this item to the given {@link SVGNumberList}. |