Class 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 Detail

      • width

        public final int width
      • height

        public final int height