Package com.openhtmltopdf.newtable
Class TableBox.FixedTableLayout
- java.lang.Object
-
- com.openhtmltopdf.newtable.TableBox.FixedTableLayout
-
- All Implemented Interfaces:
TableBox.TableLayout
- Enclosing class:
- TableBox
private static class TableBox.FixedTableLayout extends java.lang.Object implements TableBox.TableLayout
-
-
Constructor Summary
Constructors Constructor Description FixedTableLayout(TableBox table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalcMinMaxWidth(LayoutContext c)private intcalcWidthArray(LayoutContext c)private voidinitWidths()voidlayout(LayoutContext c)voidreset()
-
-
-
Constructor Detail
-
FixedTableLayout
public FixedTableLayout(TableBox table)
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceTableBox.TableLayout
-
initWidths
private void initWidths()
-
calcWidthArray
private int calcWidthArray(LayoutContext c)
-
calcMinMaxWidth
public void calcMinMaxWidth(LayoutContext c)
- Specified by:
calcMinMaxWidthin interfaceTableBox.TableLayout
-
layout
public void layout(LayoutContext c)
- Specified by:
layoutin interfaceTableBox.TableLayout
-
-