org.apache.fop.fo
Class ListProperty

java.lang.Object
  |
  +--org.apache.fop.fo.Property
        |
        +--org.apache.fop.fo.ListProperty

public class ListProperty
extends Property


Inner Class Summary
static class ListProperty.Maker
           
 
Inner classes inherited from class org.apache.fop.fo.Property
Property.Maker
 
Field Summary
protected  java.util.Vector list
           
 
Fields inherited from class org.apache.fop.fo.Property
log
 
Constructor Summary
ListProperty(Property prop)
           
 
Method Summary
 void addProperty(Property prop)
           
 java.util.Vector getList()
           
 java.lang.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 java.util.Vector list
Constructor Detail

ListProperty

public ListProperty(Property prop)
Method Detail

addProperty

public void addProperty(Property prop)

getList

public java.util.Vector getList()
Overrides:
getList in class Property

getObject

public java.lang.Object getObject()
Overrides:
getObject in class Property


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.