Package com.google.zxing.pdf417.encoder
Class Dimensions
java.lang.Object
com.google.zxing.pdf417.encoder.Dimensions
Data object to specify the minimum and maximum number of rows and columns for a PDF417 barcode.
- Author:
- qwandor@google.com (Andrew Walbran)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
-
Constructor Details
-
Dimensions
public Dimensions(int minCols, int maxCols, int minRows, int maxRows)
-
-
Method Details
-
getMinCols
public int getMinCols() -
getMaxCols
public int getMaxCols() -
getMinRows
public int getMinRows() -
getMaxRows
public int getMaxRows()
-