Package org.xhtmlrenderer.render
Class PageBox.PageDimensions
java.lang.Object
org.xhtmlrenderer.render.PageBox.PageDimensions
- Enclosing class:
- PageBox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_width
private int _width -
_height
private int _height
-
-
Constructor Details
-
PageDimensions
private PageDimensions()
-
-
Method Details
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width)
-