Uses of Class
org.apache.fop.layoutmgr.table.TableLayoutManager
Packages that use TableLayoutManager
Package
Description
FOP's layout engine.
Layout managers for tables.
-
Uses of TableLayoutManager in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return TableLayoutManagerModifier and TypeMethodDescriptionprivate TableLayoutManager
RetrieveTableMarkerLayoutManager.getTableLayoutManager()
-
Uses of TableLayoutManager in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as TableLayoutManagerModifier and TypeFieldDescriptionprivate TableLayoutManager
RowGroupLayoutManager.tableLM
private TableLayoutManager
TableContentLayoutManager.tableLM
Methods in org.apache.fop.layoutmgr.table that return TableLayoutManagerModifier and TypeMethodDescriptionprivate TableLayoutManager
TableCellLayoutManager.getTableLayoutManager()
(package private) TableLayoutManager
TableContentLayoutManager.getTableLM()
private TableLayoutManager
TableStepper.getTableLM()
Methods in org.apache.fop.layoutmgr.table with parameters of type TableLayoutManagerModifier and TypeMethodDescriptionprotected 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 TableLayoutManagerModifierConstructorDescription(package private)
ActiveCell
(PrimaryGridUnit pgu, EffRow row, int rowIndex, int previousRowsLength, TableLayoutManager tableLM) (package private)
RowGroupLayoutManager
(TableLayoutManager tableLM, EffRow[] rowGroup, TableStepper tableStepper) (package private)
Main constructor