Class PageFormatUtils.IntSize

java.lang.Object
de.xima.fc.transform.pdf.convert.PageFormatUtils.IntSize
Enclosing class:
PageFormatUtils

public static final class PageFormatUtils.IntSize extends Object
A 'record' that wraps width and height of a rectangle as integer values.
Since:
8.4.0
Author:
XIMA MEDIA GmbH
  • Field Details

    • width

      public final int width
    • height

      public final int height