com.ibm.icu.util
Class LocaleData.PaperSize

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

Deprecated. This is a draft API and might change in a future release of ICU.

public static final class LocaleData.PaperSize
extends Object

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

Status:
Draft ICU 2.8.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

Method Summary
 int getHeight()
          Deprecated. This is a draft API and might change in a future release of ICU.
 int getWidth()
          Deprecated. This is a draft API and might change in a future release of ICU.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeight

public int getHeight()
Deprecated. This is a draft API and might change in a future release of ICU.

Retruns the height of the paper

Returns:
the height
Status:
Draft ICU 2.8.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

getWidth

public int getWidth()
Deprecated. This is a draft API and might change in a future release of ICU.

Returns the width of hte paper

Returns:
the width
Status:
Draft ICU 2.8.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..


Copyright (c) 2004 IBM Corporation and others.