org.jfree.layouting.renderer.process
Class PaginationStep
public class PaginationStep
Computes the pagination. This step checks, whether content crosses an inner
or outer page boundary. In that case, the content is shifted downwards to the
next page and then marked as sticky (so it wont move any further later; this
prevents infinite loops).
This kind of shifting does not apply to inline-elements - they get shifted
when their linebox gets shifted.
finishBlockLevelBox , finishInlineLevelBox , processBlockLevelChild , processBlockLevelNode , processBoxChilds , processFlow , processInlineLevelChild , processInlineLevelNode , processOtherLevelChild , processParagraphChilds , startBlockLevelBox , startInlineLevelBox , startProcessing |
PaginationStep
public PaginationStep()
getNextOffset
public long getNextOffset()
performPagebreak
public boolean performPagebreak(LogicalPageBox pageBox)