Package org.xhtmlrenderer.render
Class ContentLimitContainer
java.lang.Object
org.xhtmlrenderer.render.ContentLimitContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<ContentLimit> private final int
private PageBox
private ContentLimitContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentLimit
(int pageNo) private ContentLimit
getContentLimit
(int pageNo, boolean addAsNeeded) int
private PageBox
int
getPage
(LayoutContext c, int absY) boolean
private void
setLastPage
(PageBox page) void
setParent
(ContentLimitContainer parent) toString()
void
updateBottom
(LayoutContext c, int absY) void
updateTop
(LayoutContext c, int absY)
-
Field Details
-
_parent
-
_initialPageNo
private final int _initialPageNo -
_contentLimits
-
_lastPage
-
-
Constructor Details
-
ContentLimitContainer
-
-
Method Details
-
getInitialPageNo
public int getInitialPageNo() -
getLastPageNo
public int getLastPageNo() -
getContentLimit
-
getContentLimit
-
updateTop
-
updateBottom
-
getPage
-
getLastPage
-
setLastPage
-
getParent
-
setParent
-
isContainsMultiplePages
public boolean isContainsMultiplePages() -
toString
-