org.apache.fop.dom.css
Class CSSValueListImpl

org.apache.fop.dom.css.CSSValueImpl
  |
  +--org.apache.fop.dom.css.CSSValueListImpl

public class CSSValueListImpl
extends CSSValueImpl
implements CSSValueList


Field Summary
 (package private) Vectorvalues
           

Fields inherited from class org.apache.fop.dom.css.CSSValueImpl
text, type

Constructor Summary
CSSValueListImpl()
           

Method Summary
 (package private) voidaddValue(CSSValue val)
           
 intgetLength()
           
 CSSValueitem(int index)
           

Methods inherited from class org.apache.fop.dom.css.CSSValueImpl
getCssText, getValueType, setCssText

Field Detail

values

Vector values
Constructor Detail

CSSValueListImpl

public CSSValueListImpl()
Method Detail

addValue

void addValue(CSSValue val)

getLength

public int getLength()

item

public CSSValue item(int index)

Association Links

to Class java.util.Vector