org.apache.fop.layoutmgr
Class AbstractBreaker.BlockSequence
- AbstractBreaker
public class AbstractBreaker.BlockSequence
int | ignoreAtEnd - Number of elements to ignore at the end of the list.
|
int | ignoreAtStart - Number of elements to ignore at the beginning of the list.
|
BlockSequence(int iStartOn, int displayAlign) - Creates a new BlockSequence.
|
appendSequence , appendSequence , appendSequenceOrClose , appendSequenceOrClose , canAppendSequence , endSequence , getElement , getLast , isInlineSequence , removeLast , startSequence , wrapPositions |
ignoreAtEnd
public int ignoreAtEnd
Number of elements to ignore at the end of the list.
ignoreAtStart
public int ignoreAtStart
Number of elements to ignore at the beginning of the list.
BlockSequence
public BlockSequence(int iStartOn,
int displayAlign)
Creates a new BlockSequence.
iStartOn
- the kind of page the sequence should start on. One of EN_ANY, EN_COLUMN,
EN_ODD_PAGE, EN_EVEN_PAGE.displayAlign
- the value for the display-align property
endSequence
public KnuthSequence endSequence(Position breakPosition)
Finalizes a Knuth sequence.
breakPosition
- a Position instance for the last penalty (may be null)
getDisplayAlign
public int getDisplayAlign()
- the value for the display-align property
getStartOn
public int getStartOn()
- the kind of page the sequence should start on. One of EN_ANY, EN_COLUMN,
EN_ODD_PAGE, EN_EVEN_PAGE.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.