git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198631
13f79535-47bb-0310-9956-
ffa450edef68
}
}
- /**
- * Add a child area to the current area. If this causes the maximum
- * dimension of the current area to be exceeded, the parent LM is called
- * to add it.
- */
-
/**
* Return currently active child LayoutManager or null if
* all children have finished layout.
return null;
}
+ /**
+ * Add a child area to the current area. If this causes the maximum
+ * dimension of the current area to be exceeded, the parent LM is called
+ * to add it.
+ */
public void addChildArea(Area childArea) {
}