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 TableLayoutManagerRetrieveTableMarkerLayoutManager. 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 TableLayoutManagerRowGroupLayoutManager. tableLMprivate TableLayoutManagerTableContentLayoutManager. tableLMMethods in org.apache.fop.layoutmgr.table that return TableLayoutManager Modifier and Type Method Description private TableLayoutManagerTableCellLayoutManager. getTableLayoutManager()(package private) TableLayoutManagerTableContentLayoutManager. getTableLM()private TableLayoutManagerTableStepper. getTableLM()Methods in org.apache.fop.layoutmgr.table with parameters of type TableLayoutManager Modifier and Type Method Description protected 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 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
-