com.ibm.icu.util
Class LocaleData.PaperSize

java.lang.Object
  extended by 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

Status:
Stable ICU 2.8.

Method Summary
 int getHeight()
          Retruns the height of the paper
 int getWidth()
          Returns the width of the paper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeight

public int getHeight()
Retruns the height of the paper

Returns:
the height
Status:
Stable ICU 2.8.

getWidth

public int getWidth()
Returns the width of the paper

Returns:
the width
Status:
Stable ICU 2.8.


Copyright (c) 2012 IBM Corporation and others.