is already available on the FObj (which owns both the PropertyList and the
PropertyManager.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197632
13f79535-47bb-0310-9956-
ffa450edef68
propertyList = propList;
}
- /**
- * Returns the property list that is used for lookup.
- * @return the property list
- */
- public PropertyList getPropertyList() {
- return propertyList;
- }
-
/**
* Sets the Document object telling the property manager which fonts are
* available.
marginProps = propManager.getMarginProps();
borderProps = propManager.getBorderAndPadding();
- height = propManager.getPropertyList().get(
+ height = fobj.getPropertyList().get(
PR_BLOCK_PROGRESSION_DIMENSION | CP_OPTIMUM).getLength();
- width = propManager.getPropertyList().get(
+ width = fobj.getPropertyList().get(
PR_INLINE_PROGRESSION_DIMENSION | CP_OPTIMUM).getLength();
}