public class BarCodeReader.Size
extends java.lang.Object
构造器和说明 |
---|
Size(int w,
int h)
Sets the dimensions for snapshots.
|
public 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
在类中 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
在类中 java.lang.Object