Package org.summerboot.jexpress.util.pdf
Class PDFBox.LayoutInfo
java.lang.Object
org.summerboot.jexpress.util.pdf.PDFBox.LayoutInfo
- Enclosing class:
- PDFBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pageCount
protected final int pageCount -
pageWidth
protected final int pageWidth -
pageHeight
protected final int pageHeight
-
-
Constructor Details
-
LayoutInfo
public LayoutInfo(int pageCount, int pageWidth, int pageHeight)
-
-
Method Details
-
getPageCount
public int getPageCount() -
getPageWidth
public int getPageWidth() -
getPageHeight
public int getPageHeight()
-