|
||||||||||
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 java.lang.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 java.lang.String |
getStringValue()
Return the string representation of the item. |
java.lang.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 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
- The 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 |