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

A class that represents the size of letter head used in the country


Method Summary
 int getHeight()
          Retruns the height of the paper
 int getWidth()
          Returns the width of hte 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

getWidth

public int getWidth()
Returns the width of hte paper

Returns:
the width


Copyright (c) 2007 IBM Corporation and others.