Uses of Class
org.apache.fop.layoutmgr.FloatContentLayoutManager
-
Packages that use FloatContentLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of FloatContentLayoutManager in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr with type parameters of type FloatContentLayoutManager Modifier and Type Field Description private java.util.List<FloatContentLayoutManager>
KnuthBlockBox. floatContentLMs
Methods in org.apache.fop.layoutmgr that return types with arguments of type FloatContentLayoutManager Modifier and Type Method Description static java.util.List<FloatContentLayoutManager>
FloatContentLayoutManager. checkForFloats(java.util.List<ListElement> elemenList, int startIndex, int endIndex)
{Add info}java.util.List<FloatContentLayoutManager>
KnuthBlockBox. getFloatContentLMs()
-
Uses of FloatContentLayoutManager in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as FloatContentLayoutManager Modifier and Type Field Description private FloatContentLayoutManager
FloatLayoutManager. floatContentLM
private FloatContentLayoutManager
KnuthInlineBox. floatContentLM
Methods in org.apache.fop.layoutmgr.inline that return FloatContentLayoutManager Modifier and Type Method Description FloatContentLayoutManager
KnuthInlineBox. getFloatContentLM()
Methods in org.apache.fop.layoutmgr.inline with parameters of type FloatContentLayoutManager Modifier and Type Method Description void
KnuthInlineBox. setFloatContentLM(FloatContentLayoutManager fclm)
-