|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGItem
Adapter for the SVGItem interface.
Field Summary | |
protected String |
itemStringValue
String representation of the item. |
protected AbstractSVGList |
parent
List the item belongs to. |
Constructor Summary | |
protected |
AbstractSVGItem()
|
Method Summary | |
AbstractSVGList |
getParent()
Return the parent list of the item. |
protected abstract String |
getStringValue()
Return the string representation of the item. |
String |
getValueAsString()
Return the cached representation of the item if valid otherwise re-computes the String representation of the item. |
protected void |
resetAttribute()
Notifies the parent list that the item has changed. |
void |
setParent(AbstractSVGList list)
Assign a parent list to this item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected AbstractSVGList parent
protected String itemStringValue
Constructor Detail |
protected AbstractSVGItem()
Method Detail |
protected abstract String getStringValue()
public void setParent(AbstractSVGList list)
setParent
in interface SVGItem
list
- : list the item belongs.public AbstractSVGList getParent()
getParent
in interface SVGItem
protected void resetAttribute()
public String getValueAsString()
getValueAsString
in interface SVGItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |