| java.lang.Object org.jfree.report.layout.StackedLayoutManager
Method Summary | |
public void | doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime) Performs the layout of a band. | public StrictDimension | minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime) Calculates the minimum layout size for a band.
Parameters: b - the band. Parameters: containerDims - the bounds of the surrounding container. Parameters: maxUsableSize - Parameters: support - the layout support used to compute sizes. | public StrictDimension | preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime) Calculates the preferred layout size for a band.
Parameters: b - the band. Parameters: containerDims - the bounds of the surrounding container. Parameters: maxUsableSize - Parameters: support - the layout support used to compute sizes. |
StackedLayoutManager | public StackedLayoutManager()(Code) | | |
doLayout | public void doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)(Code) | | Performs the layout of a band.
Parameters: b - the band. Parameters: support - the layout support used to compute sizes. |
minimumLayoutSize | public StrictDimension minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)(Code) | | Calculates the minimum layout size for a band.
Parameters: b - the band. Parameters: containerDims - the bounds of the surrounding container. Parameters: maxUsableSize - Parameters: support - the layout support used to compute sizes. the minimum size. |
preferredLayoutSize | public StrictDimension preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)(Code) | | Calculates the preferred layout size for a band.
Parameters: b - the band. Parameters: containerDims - the bounds of the surrounding container. Parameters: maxUsableSize - Parameters: support - the layout support used to compute sizes. the preferred size. |
|
|