Package org.xhtmlrenderer.newtable
Class TableBox.MarginTableLayout
java.lang.Object
org.xhtmlrenderer.newtable.TableBox.AutoTableLayout
org.xhtmlrenderer.newtable.TableBox.MarginTableLayout
- All Implemented Interfaces:
TableBox.TableLayout
- Enclosing class:
TableBox
A specialization of
AutoTableLayout
used for laying out the
tables used to approximate the margin box layout algorithm from CSS3
GCPM.-
Nested Class Summary
Nested classes/interfaces inherited from class org.xhtmlrenderer.newtable.TableBox.AutoTableLayout
TableBox.AutoTableLayout.Layout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected int
Methods inherited from class org.xhtmlrenderer.newtable.TableBox.AutoTableLayout
getLayoutStruct, layout, reset
-
Constructor Details
-
MarginTableLayout
-
-
Method Details
-
getMinColWidth
protected int getMinColWidth()- Overrides:
getMinColWidth
in classTableBox.AutoTableLayout
-
calcMinMaxWidth
- Specified by:
calcMinMaxWidth
in interfaceTableBox.TableLayout
- Overrides:
calcMinMaxWidth
in classTableBox.AutoTableLayout
-