Class LocaleData.PaperSize

java.lang.Object
com.ibm.icu.util.LocaleData.PaperSize
Enclosing class:
LocaleData

public static final class LocaleData.PaperSize extends Object
A class that represents the size of letter head used in the country
  • Field Details

    • height

      private int height
    • width

      private int width
  • Constructor Details

    • PaperSize

      private PaperSize(int h, int w)
  • Method Details

    • getHeight

      public int getHeight()
      Returns the height of the paper
      Returns:
      the height
    • getWidth

      public int getWidth()
      Returns the width of the paper
      Returns:
      the width