Uses of Class
org.apache.fop.layoutmgr.table.TableLayoutManager
-
Packages that use TableLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of TableLayoutManager in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return TableLayoutManager Modifier and Type Method Description private TableLayoutManager
RetrieveTableMarkerLayoutManager. getTableLayoutManager()
-
Uses of TableLayoutManager in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as TableLayoutManager Modifier and Type Field Description private TableLayoutManager
RowGroupLayoutManager. tableLM
private TableLayoutManager
TableContentLayoutManager. tableLM
Methods in org.apache.fop.layoutmgr.table that return TableLayoutManager Modifier and Type Method Description private TableLayoutManager
TableCellLayoutManager. getTableLayoutManager()
(package private) TableLayoutManager
TableContentLayoutManager. getTableLM()
private TableLayoutManager
TableStepper. getTableLM()
Methods in org.apache.fop.layoutmgr.table with parameters of type TableLayoutManager Modifier and Type Method Description protected double
ColumnSetup. computeTableUnit(TableLayoutManager tlm)
Works out the base unit for resolving proportional-column-width() [p-c-w(x) = x * base_unit_ipd]Constructors in org.apache.fop.layoutmgr.table with parameters of type TableLayoutManager Constructor Description ActiveCell(PrimaryGridUnit pgu, EffRow row, int rowIndex, int previousRowsLength, TableLayoutManager tableLM)
RowGroupLayoutManager(TableLayoutManager tableLM, EffRow[] rowGroup, TableStepper tableStepper)
TableContentLayoutManager(TableLayoutManager parent)
Main constructor
-