Package org.xhtmlrenderer.render
Class ContentLimitContainer
- java.lang.Object
-
- org.xhtmlrenderer.render.ContentLimitContainer
-
public class ContentLimitContainer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContentLimitContainer(LayoutContext c, int startAbsY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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 classjava.lang.Object
-
-