org.apache.fop.dom.svg
Class SVGLengthListImpl

org.apache.fop.dom.svg.SVGListImpl
  |
  +--org.apache.fop.dom.svg.SVGLengthListImpl

public class SVGLengthListImpl
extends SVGListImpl
implements SVGLengthList

a length quantity in XSL


Fields inherited from class org.apache.fop.dom.svg.SVGListImpl
list

Constructor Summary
SVGLengthListImpl(String len)
          set the length given a particular String specifying length and units
SVGLengthListImpl()
           
SVGLengthListImpl(String len, int fontsize)
          set the length given a particular String specifying length and units, and the font-size (necessary for an em)

Method Summary
 SVGLengthappendItem(SVGLength newItem)
           
 SVGLengthcreateItem()
           
 SVGLengthgetItem(int index)
           
 SVGLengthinitialize(SVGLength newItem)
           
 SVGLengthinsertItemBefore(SVGLength newItem, int index)
           
 SVGLengthremoveItem(int index)
           
 SVGLengthreplaceItem(SVGLength newItem, int index)
           
 voidsetValueAsString(String valueAsString)
           

Methods inherited from class org.apache.fop.dom.svg.SVGListImpl
clear, getNumberOfItems, toString

Constructor Detail

SVGLengthListImpl

public SVGLengthListImpl(String len)
set the length given a particular String specifying length and units

SVGLengthListImpl

public SVGLengthListImpl()

SVGLengthListImpl

public SVGLengthListImpl(String len, int fontsize)
set the length given a particular String specifying length and units, and the font-size (necessary for an em)
Method Detail

appendItem

public SVGLength appendItem(SVGLength newItem)
throws SVGException

createItem

public SVGLength createItem()

getItem

public SVGLength getItem(int index)
throws DOMException

initialize

public SVGLength initialize(SVGLength newItem)
throws SVGException

insertItemBefore

public SVGLength insertItemBefore(SVGLength newItem, int index)
throws SVGException

removeItem

public SVGLength removeItem(int index)
throws DOMException

replaceItem

public SVGLength replaceItem(SVGLength newItem, int index)
throws DOMException,
SVGException

setValueAsString

public void setValueAsString(String valueAsString)