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 void
calcMinMaxWidth(LayoutContext c)
private int
calcWidthArray(LayoutContext c)
private void
initWidths()
void
layout(LayoutContext c)
void
reset()
-
-
-
Constructor Detail
-
FixedTableLayout
public FixedTableLayout(TableBox table)
-
-
Method Detail
-
reset
public void reset()
- Specified by:
reset
in interfaceTableBox.TableLayout
-
initWidths
private void initWidths()
-
calcWidthArray
private int calcWidthArray(LayoutContext c)
-
calcMinMaxWidth
public void calcMinMaxWidth(LayoutContext c)
- Specified by:
calcMinMaxWidth
in interfaceTableBox.TableLayout
-
layout
public void layout(LayoutContext c)
- Specified by:
layout
in interfaceTableBox.TableLayout
-
-