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 TableLayoutManagerRetrieveTableMarkerLayoutManager.getTableLayoutManager() -
Uses of TableLayoutManager in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as TableLayoutManagerModifier and TypeFieldDescriptionprivate TableLayoutManagerRowGroupLayoutManager.tableLMprivate TableLayoutManagerTableContentLayoutManager.tableLMMethods in org.apache.fop.layoutmgr.table that return TableLayoutManagerModifier and TypeMethodDescriptionprivate TableLayoutManagerTableCellLayoutManager.getTableLayoutManager()(package private) TableLayoutManagerTableContentLayoutManager.getTableLM()private TableLayoutManagerTableStepper.getTableLM()Methods in org.apache.fop.layoutmgr.table with parameters of type TableLayoutManagerModifier and TypeMethodDescriptionprotected doubleColumnSetup.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