Package org.apache.fop.fo
Interface PropertyListMaker
-
public interface PropertyListMaker
A PropertyListMaker is a factory that creates PropertyLists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyList
make(FObj fobj, PropertyList parentPropertyList)
Make a property list.
-
-
-
Method Detail
-
make
PropertyList make(FObj fobj, PropertyList parentPropertyList)
Make a property list.- Parameters:
fobj
- the FO from which the new property list is associatedparentPropertyList
- the parent property list- Returns:
- the new property list
-
-