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 | Method and Description |
---|---|
static java.util.List<FloatContentLayoutManager> |
FloatContentLayoutManager.checkForFloats(java.util.List<ListElement> elemenList,
int startIndex,
int endIndex) |
java.util.List<FloatContentLayoutManager> |
KnuthBlockBox.getFloatContentLMs() |
Constructor and Description |
---|
KnuthBlockBox(int width,
java.util.List list,
Position pos,
boolean auxiliary,
java.util.List<FloatContentLayoutManager> fclms) |
Modifier and Type | Method and Description |
---|---|
FloatContentLayoutManager |
KnuthInlineBox.getFloatContentLM() |
Modifier and Type | Method and Description |
---|---|
void |
KnuthInlineBox.setFloatContentLM(FloatContentLayoutManager fclm) |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.