com.lowagie.text.pdf
private static class BarcodeDatamatrix.DmParams extends Object
Field Summary | |
---|---|
int | dataBlock |
int | dataSize |
int | errorBlock |
int | height |
int | heightSection |
int | width |
int | widthSection |
Constructor Summary | |
---|---|
DmParams(int height, int width, int heightSection, int widthSection, int dataSize, int dataBlock, int errorBlock) |