fop 0.92beta

org.apache.fop.layoutmgr
Class KnuthBlockBox

java.lang.Object
  extended byorg.apache.fop.layoutmgr.ListElement
      extended byorg.apache.fop.layoutmgr.KnuthElement
          extended byorg.apache.fop.layoutmgr.KnuthBox
              extended byorg.apache.fop.layoutmgr.KnuthBlockBox

public class KnuthBlockBox
extends KnuthBox


Field Summary
 
Fields inherited from class org.apache.fop.layoutmgr.KnuthElement
INFINITE
 
Constructor Summary
KnuthBlockBox(int w, java.util.LinkedList list, Position pos, boolean bAux)
           
KnuthBlockBox(int w, MinOptMax range, int bpdim, Position pos, boolean bAux)
           
 
Method Summary
 void addElementList(java.util.LinkedList list)
           
 int getBPD()
           
 java.util.LinkedList getElementLists()
           
 java.util.LinkedList getFootnoteBodyLMs()
           
 MinOptMax getIPDRange()
           
 boolean hasAnchors()
           
 
Methods inherited from class org.apache.fop.layoutmgr.KnuthBox
isBox, toString
 
Methods inherited from class org.apache.fop.layoutmgr.KnuthElement
getP, getW, getY, getZ, isAuxiliary, isUnresolvedElement
 
Methods inherited from class org.apache.fop.layoutmgr.ListElement
getLayoutManager, getPosition, isForcedBreak, isGlue, isPenalty, setPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KnuthBlockBox

public KnuthBlockBox(int w,
                     MinOptMax range,
                     int bpdim,
                     Position pos,
                     boolean bAux)

KnuthBlockBox

public KnuthBlockBox(int w,
                     java.util.LinkedList list,
                     Position pos,
                     boolean bAux)
Method Detail

getFootnoteBodyLMs

public java.util.LinkedList getFootnoteBodyLMs()

hasAnchors

public boolean hasAnchors()

addElementList

public void addElementList(java.util.LinkedList list)

getElementLists

public java.util.LinkedList getElementLists()

getIPDRange

public MinOptMax getIPDRange()

getBPD

public int getBPD()

fop 0.92beta

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