com.sun.svg.component
Class SVGList.DefaultListItemBinder

java.lang.Object
  extended by 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.


Constructor Summary
SVGList.DefaultListItemBinder()
           
 
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
 

Constructor Detail

SVGList.DefaultListItemBinder

public SVGList.DefaultListItemBinder()
Method Detail

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.