]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Third phase of performance improvement.
authorFinn Bock <bckfnn@apache.org>
Wed, 20 Oct 2004 11:58:53 +0000 (11:58 +0000)
committerFinn Bock <bckfnn@apache.org>
Wed, 20 Oct 2004 11:58:53 +0000 (11:58 +0000)
- Remove use of PropertyManager.
PR: 31699

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198079 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FObj.java

index d2dafc6b342bfc655a666cc079d8043fa151f64a..d81d6112386d19dcc657aba3079e810e68d48db8 100644 (file)
@@ -42,9 +42,6 @@ public class FObj extends FONode implements Constants {
     /** Formatting properties for this fo element. */
     protected PropertyList propertyList;
 
-    /** Property manager for providing refined properties/traits. */
-    protected PropertyManager propMgr;
-
     /** The immediate child nodes of this node. */
     public ArrayList childNodes = null;
 
@@ -102,7 +99,6 @@ public class FObj extends FONode implements Constants {
         propertyList.addAttributesToList(attlist);
         propertyList.setWritingMode();
         bind(propertyList);
-        propMgr = new PropertyManager(propertyList);
     }
 
     /**
@@ -151,15 +147,6 @@ public class FObj extends FONode implements Constants {
         return isOutOfLineFODescendant;
     }
 
-    /**
-     * Return the PropertyManager object for this FO.  PropertyManager
-     * tends to hold the traits for this FO, and is primarily used in layout.
-     * @return the property manager for this FO
-     */
-    public PropertyManager getPropertyManager() {
-        return propMgr;
-    }
-
     /**
      * Return the property list object for this FO.  PropertyList tends
      * to hold the base, pre-trait properties for this FO, either explicitly