|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.apache.fop.layoutmgr.KnuthSequence
org.apache.fop.layoutmgr.BlockKnuthSequence
org.apache.fop.layoutmgr.AbstractBreaker.BlockSequence
public class AbstractBreaker.BlockSequence
Helper class, extending the functionality of the
basic BlockKnuthSequence
.
Field Summary | |
---|---|
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. |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
AbstractBreaker.BlockSequence(int startOn,
int displayAlign)
Creates a new BlockSequence. |
Method Summary | |
---|---|
AbstractBreaker.BlockSequence |
endBlockSequence(Position breakPosition)
Finalizes a this AbstractBreaker.BlockSequence , adding a terminating
penalty-glue-penalty sequence |
KnuthSequence |
endSequence()
Finalizes a Knuth sequence. |
KnuthSequence |
endSequence(Position breakPosition)
Finalizes a Knuth sequence. |
int |
getDisplayAlign()
|
int |
getStartOn()
|
Methods inherited from class org.apache.fop.layoutmgr.BlockKnuthSequence |
---|
appendSequence, appendSequence, canAppendSequence, isInlineSequence |
Methods inherited from class org.apache.fop.layoutmgr.KnuthSequence |
---|
appendSequenceOrClose, appendSequenceOrClose, getElement, getFirstBoxIndex, getFirstBoxIndex, getLast, removeLast, startSequence, toString, wrapPositions |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode |
Field Detail |
---|
public int ignoreAtStart
public int ignoreAtEnd
Constructor Detail |
---|
public AbstractBreaker.BlockSequence(int startOn, int displayAlign)
startOn
- the kind of page the sequence should start on.
One of Constants.EN_ANY
, Constants.EN_COLUMN
,
Constants.EN_ODD_PAGE
, or Constants.EN_EVEN_PAGE
.displayAlign
- the value for the display-align propertyMethod Detail |
---|
public int getStartOn()
Constants.EN_ANY
, Constants.EN_COLUMN
,
Constants.EN_ODD_PAGE
, or Constants.EN_EVEN_PAGE
.public int getDisplayAlign()
public KnuthSequence endSequence()
endSequence
in class BlockKnuthSequence
public KnuthSequence endSequence(Position breakPosition)
breakPosition
- a Position instance for the last penalty (may be null)
public AbstractBreaker.BlockSequence endBlockSequence(Position breakPosition)
AbstractBreaker.BlockSequence
, adding a terminating
penalty-glue-penalty sequence
breakPosition
- a Position instance pointing to the last penalty
AbstractBreaker.BlockSequence
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |