org.apache.fop.fo.properties
Class ListProperty
public class ListProperty
Superclass for properties that are lists of other properties
protected List | list- Vector containing the list of sub-properties
|
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString |
list
protected List list
Vector containing the list of sub-properties
ListProperty
protected ListProperty()
Simple constructor used by subclasses to do some special processing.
ListProperty
public ListProperty(Property prop)
prop - the first Property to be added to the list
addProperty
public void addProperty(Property prop)
Add a new property to the list
prop - Property to be added to the list
getObject
public Object getObject()
- getObject in interface Property
- this.list cast as an Object
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.