Class PageFormatUtils.IntSize
java.lang.Object
de.xima.fc.transform.pdf.convert.PageFormatUtils.IntSize
- Enclosing class:
PageFormatUtils
A 'record' that wraps width and height of a rectangle as integer values.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Method Summary
-
Field Details
-
width
public final int width -
height
public final int height
-