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
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) |
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)
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)