org.xhtmlrenderer.render
Class ContentLimitContainer

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

public class ContentLimitContainer
extends 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)
           
 String toString()
           
 void updateBottom(LayoutContext c, int absY)
           
 void updateTop(LayoutContext c, int absY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.