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