org.apache.batik.dom.svg
public abstract class AbstractSVGItem extends Object implements SVGItem
Field Summary | |
---|---|
protected String | itemStringValue
String representation of the item.
|
protected AbstractSVGList | parent
List the item belongs to. |
Constructor Summary | |
---|---|
protected | AbstractSVGItem()
Creates a new AbstractSVGList. |
Method Summary | |
---|---|
AbstractSVGList | getParent()
Returns the parent list of this item. |
protected abstract String | getStringValue()
Return the string representation of the item. |
String | getValueAsString()
Returns the cached representation of the item if valid, otherwise
recomputes the String representation of the item. |
protected void | resetAttribute()
Notifies the parent list that the item has changed.
|
void | setParent(AbstractSVGList list)
Assigns a parent list to this item. |
Parameters: list The list the item belongs.