com.lowagie.text.pdf

Class BarcodeDatamatrix.DmParams

private static class BarcodeDatamatrix.DmParams extends Object

Field Summary
intdataBlock
intdataSize
interrorBlock
intheight
intheightSection
intwidth
intwidthSection
Constructor Summary
DmParams(int height, int width, int heightSection, int widthSection, int dataSize, int dataBlock, int errorBlock)

Field Detail

dataBlock

int dataBlock

dataSize

int dataSize

errorBlock

int errorBlock

height

int height

heightSection

int heightSection

width

int width

widthSection

int widthSection

Constructor Detail

DmParams

DmParams(int height, int width, int heightSection, int widthSection, int dataSize, int dataBlock, int errorBlock)