Package com.lowagie.text.pdf
Class BarcodeDatamatrix.DmParams
java.lang.Object
com.lowagie.text.pdf.BarcodeDatamatrix.DmParams
- Enclosing class:
BarcodeDatamatrix
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
-
Constructor Summary
ConstructorsConstructorDescriptionDmParams
(int height, int width, int heightSection, int widthSection, int dataSize, int dataBlock, int errorBlock) -
Method Summary
-
Field Details
-
height
int height -
width
int width -
heightSection
int heightSection -
widthSection
int widthSection -
dataSize
int dataSize -
dataBlock
int dataBlock -
errorBlock
int errorBlock
-
-
Constructor Details
-
DmParams
DmParams(int height, int width, int heightSection, int widthSection, int dataSize, int dataBlock, int errorBlock)
-