com.sun.svg.component
Class SVGList.DefaultListItemBinder
java.lang.Object
com.sun.svg.component.SVGList.DefaultListItemBinder
- All Implemented Interfaces:
- SVGList.ListItemBinder
- Enclosing class:
- SVGList
public class SVGList.DefaultListItemBinder
- extends java.lang.Object
- implements SVGList.ListItemBinder
Default ListItemBinder. Assumes that the SVG element displaying the
list is a element.
Method Summary |
void |
bindItem(java.lang.Object itemValue,
org.w3c.dom.svg.SVGElement itemElement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGList.DefaultListItemBinder
public SVGList.DefaultListItemBinder()
bindItem
public void bindItem(java.lang.Object itemValue,
org.w3c.dom.svg.SVGElement itemElement)
- Specified by:
bindItem
in interface SVGList.ListItemBinder
- Parameters:
itemValue
- - the item value to transfer to the SVG element.itemElement
- - the item element where the item value is
displayed.