|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGItem
public abstract class 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()
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. |
| 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 SVGItemlist - The list the item belongs.public AbstractSVGList getParent()
getParent in interface SVGItemprotected 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 | |||||||||