Package org.loboevolution.html.renderer
Class RLayout.CommonLayout
java.lang.Object
org.loboevolution.html.renderer.RLayout.CommonLayout
- All Implemented Interfaces:
MarkupLayout
- Direct Known Subclasses:
RLayout.BlockLayout
,RLayout.InLineLayout
,RLayout.ListItemLayout
,RLayout.MiscLayout
,RLayout.TableCellLayout
,RLayout.TableLayout
,RLayout.TableRowLayout
- Enclosing class:
RLayout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
layoutMarkup
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) layoutMarkup.
-
Constructor Details
-
CommonLayout
public CommonLayout(int defaultDisplay)
-
-
Method Details
-
layoutMarkup
Description copied from interface:MarkupLayout
layoutMarkup.
- Specified by:
layoutMarkup
in interfaceMarkupLayout
- Parameters:
bodyLayout
- aRBlockViewport
object.markupElement
- aHTMLElementImpl
object.
-