Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
Modifier and Type | Class and Description |
---|---|
class |
BorderElement
This represents an unresolved border element.
|
class |
BorderOrPaddingElement
This class represents an unresolved border or padding element.
|
class |
BreakElement
This class represents an unresolved break possibility.
|
class |
KnuthBlockBox
Knuth box used to represent a line in block-progression-dimension (i.e.
|
class |
KnuthBox
An instance of this class represents an unbreakable piece of content with
fixed width: for example an image, a syllable (but only if letter spacing
is constant), ...
|
class |
KnuthElement
This is the super class for KnuthBox, KnuthGlue and KnuthPenalty.
|
class |
KnuthGlue
An instance of this class represents a piece of content with adjustable
width: for example a space between words of justified text.
|
class |
KnuthPenalty
An instance of this class represents information about a feasible
breaking point; it does not represent any piece of content.
|
class |
PaddingElement
This represents an unresolved padding element.
|
class |
SpaceElement
This class represents an unresolved space element.
|
class |
UnresolvedListElement
This class represents an unresolved list element.
|
class |
UnresolvedListElementWithLength
This class represents an unresolved list element element with a (conditional) length.
|
Modifier and Type | Method and Description |
---|---|
ListElement |
KnuthSequence.getElement(int index) |
ListElement |
KnuthPossPosIter.getKE() |
ListElement |
KnuthSequence.getLast() |
ListElement |
KnuthSequence.removeLast()
Remove the last element of this sequence.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlockStackingLayoutManager.wrapPositionElement(ListElement el,
java.util.List targetList,
boolean force)
"wrap" the Position inside the given element and add it to the target list.
|
Modifier and Type | Class and Description |
---|---|
class |
KnuthInlineBox |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.