public final class FixedTableLayout extends TableLayout
Constructor and Description |
---|
FixedTableLayout(TableRenderer table) |
Modifier and Type | Method and Description |
---|---|
LayoutLengths |
applyPreferredLogicalWidthQuirks(float minWidth,
float maxWidth) |
LayoutLengths |
computeIntrinsicLogicalWidths(float base) |
RStatus |
layout(Renderer.ReflowPhase phase,
Context context) |
dispose, fullRecalc, resetColumnLayouts, scaledWidthFromPercentColumns
public FixedTableLayout(TableRenderer table)
public LayoutLengths computeIntrinsicLogicalWidths(float base)
computeIntrinsicLogicalWidths
in class TableLayout
public LayoutLengths applyPreferredLogicalWidthQuirks(float minWidth, float maxWidth)
applyPreferredLogicalWidthQuirks
in class TableLayout
public RStatus layout(Renderer.ReflowPhase phase, Context context)
layout
in class TableLayout
Revision 4.0.15 / 20220727-0149