fop 2.1

Uses of Class
org.apache.fop.layoutmgr.FloatContentLayoutManager

Packages that use FloatContentLayoutManager
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
 

Methods in org.apache.fop.layoutmgr that return types with arguments of type FloatContentLayoutManager
static java.util.List<FloatContentLayoutManager> FloatContentLayoutManager.checkForFloats(java.util.List<ListElement> elemenList, int startIndex, int endIndex)
          
 java.util.List<FloatContentLayoutManager> KnuthBlockBox.getFloatContentLMs()
           
 

Constructor parameters in org.apache.fop.layoutmgr with type arguments of type FloatContentLayoutManager
KnuthBlockBox(int width, java.util.List list, Position pos, boolean auxiliary, java.util.List<FloatContentLayoutManager> fclms)
           
 

Uses of FloatContentLayoutManager in org.apache.fop.layoutmgr.inline
 

Methods in org.apache.fop.layoutmgr.inline that return FloatContentLayoutManager
 FloatContentLayoutManager KnuthInlineBox.getFloatContentLM()
           
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type FloatContentLayoutManager
 void KnuthInlineBox.setFloatContentLM(FloatContentLayoutManager fclm)
           
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.