Author: vhennebert
Date: Fri Apr 8 10:49:45 2011
New Revision: 1090194
URL: http://svn.apache.org/viewvc?rev=1090194&view=rev
Log:
Added javadoc to createInlineParent method
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java?rev=1090194&r1=1090193&r2=1090194&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
(original)
+++
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
Fri Apr 8 10:49:45 2011
@@ -215,6 +215,12 @@ public class InlineLayoutManager extends
return area;
}
+ /**
+ * Creates the inline area that will contain the areas returned by the
+ * children of this layout manager.
+ *
+ * @return a new inline area
+ */
protected InlineParent createInlineParent() {
return new InlineParent();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]