Procházet zdrojové kódy

Added javadoc to createInlineParent method


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1090194 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Vincent Hennebert před 13 roky
rodič
revize
98aedc50ba

+ 6
- 0
src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java Zobrazit soubor

@@ -215,6 +215,12 @@ public class InlineLayoutManager extends InlineStackingLayoutManager {
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();
}

Načítá se…
Zrušit
Uložit