android.view
Class Display

java.lang.Object
  extended by android.view.Display

public class Display
extends java.lang.Object


Field Summary
static int DEFAULT_DISPLAY
           
 
Method Summary
 int getDisplayId()
           
 int getHeight()
           
 void getMetrics(DisplayMetrics outMetrics)
           
 int getOrientation()
           
 int getPixelFormat()
           
 float getRefreshRate()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DISPLAY

public static final int DEFAULT_DISPLAY
See Also:
Constant Field Values
Method Detail

getDisplayId

public int getDisplayId()

getWidth

public int getWidth()

getHeight

public int getHeight()

getOrientation

public int getOrientation()

getPixelFormat

public int getPixelFormat()

getRefreshRate

public float getRefreshRate()

getMetrics

public void getMetrics(DisplayMetrics outMetrics)


Copyright © 2008-2010. All Rights Reserved.