|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.AbstractSVGItem
Adapter for the SVGItem interface.
Field Summary | |
protected java.lang.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 java.lang.String |
getStringValue()
Return the string representation of the item. |
java.lang.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 java.lang.String itemStringValue
Constructor Detail |
protected AbstractSVGItem()
Method Detail |
protected abstract java.lang.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 java.lang.String getValueAsString()
getValueAsString
in interface SVGItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |