|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSVGList | |
---|---|
org.apache.batik.dom.svg |
Uses of AbstractSVGList in org.apache.batik.dom.svg |
---|
Fields in org.apache.batik.dom.svg declared as AbstractSVGList | |
---|---|
protected AbstractSVGList |
AbstractSVGItem.parent
List the item belongs to. |
protected AbstractSVGList |
AbstractSVGTransformList.SVGTransformItem.parent
List the item belongs to. |
protected AbstractSVGList |
AbstractSVGNumberList.SVGNumberItem.parentList
The SVGNumberList this item belongs to. |
protected AbstractSVGList |
AbstractSVGLengthList.SVGLengthItem.parentList
List the item belongs to. |
Methods in org.apache.batik.dom.svg that return AbstractSVGList | |
---|---|
AbstractSVGList |
SVGItem.getParent()
Return the list the item belongs to. |
AbstractSVGList |
AbstractSVGNumberList.SVGNumberItem.getParent()
Returns the list the item belongs to. |
AbstractSVGList |
AbstractSVGItem.getParent()
Returns the parent list of this item. |
AbstractSVGList |
AbstractSVGTransformList.SVGTransformItem.getParent()
Returns the parent list of this item. |
AbstractSVGList |
AbstractSVGLengthList.SVGLengthItem.getParent()
Returns the parent list of this item. |
Methods in org.apache.batik.dom.svg with parameters of type AbstractSVGList | |
---|---|
void |
SVGItem.setParent(AbstractSVGList list)
Associates an item to an SVGXXXList |
void |
AbstractSVGNumberList.SVGNumberItem.setParent(AbstractSVGList list)
Associates this item to the given SVGNumberList . |
void |
AbstractSVGItem.setParent(AbstractSVGList list)
Assigns a parent list to this item. |
void |
AbstractSVGTransformList.SVGTransformItem.setParent(AbstractSVGList list)
Assigns a parent list to this item. |
void |
AbstractSVGLengthList.SVGLengthItem.setParent(AbstractSVGList list)
Assigns a parent list to this item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |