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, scaledWidthFromPercentColumnspublic FixedTableLayout(TableRenderer table)
public LayoutLengths computeIntrinsicLogicalWidths(float base)
computeIntrinsicLogicalWidths in class TableLayoutpublic LayoutLengths applyPreferredLogicalWidthQuirks(float minWidth, float maxWidth)
applyPreferredLogicalWidthQuirks in class TableLayoutpublic RStatus layout(Renderer.ReflowPhase phase, Context context)
layout in class TableLayoutRevision 4.0.15 / 20220727-0149