public FlowRenderer(final OutputProcessor outputProcessor)
{
super(outputProcessor);
this.paginationStep = new FlowPaginationStep();
this.fillPhysicalPagesStep = new FillFlowPagesStep();
this.cleanPaginatedBoxesStep = new CleanPaginatedBoxesStep();
this.cleanFlowBoxesStep = new CleanFlowBoxesStep();
this.applyPageShiftValuesStep = new ApplyPageShiftValuesStep();
this.applyAutoCommitPageHeaderStep = new ApplyAutoCommitPageHeaderStep();
}