Package org.xhtmlrenderer.render
Class ContentLimit
- java.lang.Object
-
- org.xhtmlrenderer.render.ContentLimit
-
public class ContentLimit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
UNDEFINED
-
Constructor Summary
Constructors Constructor Description ContentLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBottom()
int
getTop()
void
setBottom(int bottom)
void
setTop(int top)
java.lang.String
toString()
void
updateBottom(int bottom)
void
updateTop(int top)
-
-
-
Field Detail
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTop
public int getTop()
-
setTop
public void setTop(int top)
-
updateTop
public void updateTop(int top)
-
getBottom
public int getBottom()
-
setBottom
public void setBottom(int bottom)
-
updateBottom
public void updateBottom(int bottom)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-