Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.render
Class ContentLimitContainer

java.lang.Object
  extended by org.xhtmlrenderer.render.ContentLimitContainer

public class ContentLimitContainer
extends java.lang.Object


Constructor Summary
ContentLimitContainer(LayoutContext c, int startAbsY)
           
 
Method Summary
 ContentLimit getContentLimit(int pageNo)
           
 int getInitialPageNo()
           
 int getLastPageNo()
           
 PageBox getPage(LayoutContext c, int absY)
           
 ContentLimitContainer getParent()
           
 boolean isContainsMultiplePages()
           
 void setParent(ContentLimitContainer parent)
           
 java.lang.String toString()
           
 void updateBottom(LayoutContext c, int absY)
           
 void updateTop(LayoutContext c, int absY)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentLimitContainer

public ContentLimitContainer(LayoutContext c,
                             int startAbsY)
Method Detail

getInitialPageNo

public int getInitialPageNo()

getLastPageNo

public int getLastPageNo()

getContentLimit

public ContentLimit getContentLimit(int pageNo)

updateTop

public void updateTop(LayoutContext c,
                      int absY)

updateBottom

public void updateBottom(LayoutContext c,
                         int absY)

getPage

public PageBox getPage(LayoutContext c,
                       int absY)

getParent

public ContentLimitContainer getParent()

setParent

public void setParent(ContentLimitContainer parent)

isContainsMultiplePages

public boolean isContainsMultiplePages()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home