org.apache.fop.fo
Class ListProperty

java.lang.Object
  extended byorg.apache.fop.fo.Property
      extended byorg.apache.fop.fo.ListProperty

public class ListProperty
extends Property


Nested Class Summary
static class ListProperty.Maker
           
 
Field Summary
protected  ArrayList list
           
 
Fields inherited from class org.apache.fop.fo.Property
log
 
Constructor Summary
ListProperty(Property prop)
           
 
Method Summary
 void addProperty(Property prop)
           
 ArrayList getList()
           
 Object getObject()
           
 
Methods inherited from class org.apache.fop.fo.Property
getCharacter, getColorType, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, setLogger, setSpecifiedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected ArrayList list
Constructor Detail

ListProperty

public ListProperty(Property prop)
Method Detail

addProperty

public void addProperty(Property prop)

getList

public ArrayList getList()
Overrides:
getList in class Property

getObject

public Object getObject()
Overrides:
getObject in class Property


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.