org.apache.batik.dom.svg
protected class AbstractSVGLengthList.SVGLengthItem extends AbstractSVGLength implements SVGItem
Field Summary | |
---|---|
protected AbstractSVGList | parentList
List the item belongs to. |
Constructor Summary | |
---|---|
SVGLengthItem(short type, float value, short direction)
Creates a new SVGLengthItem. |
Method Summary | |
---|---|
protected SVGOMElement | getAssociatedElement()
Returns the element this length is associated with. |
AbstractSVGList | getParent()
Returns the parent list of this item. |
protected void | reset()
Notifies the parent list that this item has changed. |
void | setParent(AbstractSVGList list)
Assigns a parent list to this item. |
Parameters: list The list the item belongs.