|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGItem | |
org.apache.batik.dom.svg |
Uses of SVGItem in org.apache.batik.dom.svg |
Methods in org.apache.batik.dom.svg that return SVGItem | |
protected abstract SVGItem |
AbstractSVGList.createSVGItem(java.lang.Object newItem)
Return the item to be placed in the list. |
protected SVGItem |
AbstractSVGList.initializeImpl(java.lang.Object newItem)
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter. |
protected SVGItem |
AbstractSVGList.getItemImpl(int index)
Returns the specified item from the list. |
protected SVGItem |
AbstractSVGList.insertItemBeforeImpl(java.lang.Object newItem,
int index)
Inserts a new item into the list at the specified position. |
protected SVGItem |
AbstractSVGList.replaceItemImpl(java.lang.Object newItem,
int index)
Replaces an existing item in the list with a new item. |
protected SVGItem |
AbstractSVGList.removeItemImpl(int index)
Removes an existing item from the list. |
protected SVGItem |
AbstractSVGList.appendItemImpl(java.lang.Object newItem)
Inserts a new item at the end of the list. |
protected SVGItem |
AbstractSVGList.removeIfNeeded(java.lang.Object newItem)
If the itemis already in another list, then remove the item from its parent list. |
protected SVGItem |
AbstractSVGTransformList.createSVGItem(java.lang.Object newItem)
|
protected SVGItem |
AbstractSVGPathSegList.createSVGItem(java.lang.Object newItem)
|
protected SVGItem |
AbstractSVGLengthList.createSVGItem(java.lang.Object newItem)
|
protected SVGItem |
AbstractSVGNumberList.createSVGItem(java.lang.Object newItem)
|
protected SVGItem |
AbstractSVGPointList.createSVGItem(java.lang.Object newItem)
|
Methods in org.apache.batik.dom.svg with parameters of type SVGItem | |
protected void |
AbstractSVGList.resetAttribute(SVGItem item)
Resets the value of the associated attribute. |
protected void |
AbstractSVGList.removeItem(SVGItem item)
Remove an item from the list. |
void |
ListHandler.item(SVGItem item)
Indicates a new item to add to the list. |
void |
AbstractSVGList.ListBuilder.item(SVGItem item)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |