Class Dimension
java.lang.Object
com.google.zxing.Dimension
Simply encapsulates a width and height.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
private final int width -
height
private final int height
-
-
Constructor Details
-
Dimension
public Dimension(int width, int height)
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
equals
-
hashCode
-
toString
-