java.lang.Object
de.vwsoft.barcodelib4j.twod.pdf417.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 TypeMethodDescriptionintintintint
-
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()
-