org.apache.fop.layoutmgr
public class AbstractBreaker.BlockSequence extends BlockKnuthSequence
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AbstractBreaker.BlockSequence(int iStartOn,
int displayAlign)
Creates a new BlockSequence.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractBreaker.BlockSequence |
endBlockSequence(Position breakPosition) |
KnuthSequence |
endSequence()
Finalizes a Knuth sequence.
|
KnuthSequence |
endSequence(Position breakPosition)
Finalizes a Knuth sequence.
|
int |
getDisplayAlign() |
int |
getStartOn() |
appendSequence, appendSequence, canAppendSequence, isInlineSequenceappendSequenceOrClose, appendSequenceOrClose, getElement, getLast, removeLast, startSequence, wrapPositionsadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic int ignoreAtStart
public int ignoreAtEnd
public AbstractBreaker.BlockSequence(int iStartOn,
int displayAlign)
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 propertypublic int getStartOn()
public int getDisplayAlign()
public KnuthSequence endSequence()
endSequence in class BlockKnuthSequencepublic KnuthSequence endSequence(Position breakPosition)
breakPosition - a Position instance for the last penalty (may be null)public AbstractBreaker.BlockSequence endBlockSequence(Position breakPosition)
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.