public class BarCodeReader.Size
extends java.lang.Object
Constructor and Description |
---|
BarCodeReader.Size(int w,
int h)
Sets the dimensions for snapshots.
|
public BarCodeReader.Size(int w, int h)
w
- the image width (pixels)h
- the image height (pixels)public boolean equals(java.lang.Object obj)
obj
to this size.equals
in class java.lang.Object
obj
- the object to compare this size with.true
if the width and height of obj
is the
same as those of this size. false
otherwise.public int hashCode()
hashCode
in class java.lang.Object