Package com.ibm.icu.util
Class LocaleData.PaperSize
- java.lang.Object
-
- com.ibm.icu.util.LocaleData.PaperSize
-
- Enclosing class:
- LocaleData
public static final class LocaleData.PaperSize extends java.lang.Object
A class that represents the size of letter head used in the country
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PaperSize(int h, int w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Returns the height of the paperint
getWidth()
Returns the width of the paper
-