android.hardware
Class Camera.Size

java.lang.Object
  extended by android.hardware.Camera.Size
Enclosing class:
Camera

public class Camera.Size
extends Object


Field Summary
 int height
           
 int width
           
 
Constructor Summary
Camera.Size(int w, int h)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height
Constructor Detail

Camera.Size

public Camera.Size(int w,
                   int h)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2012. All Rights Reserved.