Class ContentLimit
java.lang.Object
org.openpdf.render.ContentLimit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNDEFINED
public static final int UNDEFINED- See Also:
-
_top
private int _top -
_bottom
private int _bottom
-
-
Constructor Details
-
ContentLimit
public ContentLimit()
-
-
Method Details
-
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
-