org.apache.batik.dom.svg
public interface SVGItem
Method Summary | |
---|---|
AbstractSVGList | getParent()
Return the list the item belongs to.
|
String | getValueAsString()
Return the String representation of the item.
|
void | setParent(AbstractSVGList list)
Associates an item to an SVGXXXList
|
Returns: list the item belongs to. This could be if the item belongs to no list.
Returns: textual representation of the item to be inserted in the attribute value representing the list.
Parameters: list list the item belongs to.