Class Placement
java.lang.Object
com.itextpdf.barcodes.dmcode.Placement
Utility class that helps to place the data in the barcode.
-
Method Summary
Modifier and TypeMethodDescriptionstatic short[]doPlacement(int nrow, int ncol) Execute the placement
-
Method Details
-
doPlacement
public static short[] doPlacement(int nrow, int ncol) Execute the placement- Parameters:
nrow- number of rowsncol- number of columns- Returns:
- array containing appropriate values for ECC200
-