de.enough.polish.camera
Class CameraResolution

java.lang.Object
  extended by de.enough.polish.camera.CameraResolution
All Implemented Interfaces:
Serializable

public class CameraResolution
extends Object
implements Serializable


Field Summary
 int height
           
 int width
           
 
Constructor Summary
CameraResolution()
           
CameraResolution(int width, int height)
           
 
Method Summary
 boolean equals(Object o)
           
 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

CameraResolution

public CameraResolution(int width,
                        int height)

CameraResolution

public CameraResolution()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object