Uses of Class
com.google.zxing.datamatrix.encoder.DefaultPlacement
-
Packages that use DefaultPlacement Package Description com.google.zxing.datamatrix -
-
Uses of DefaultPlacement in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix with parameters of type DefaultPlacement Modifier and Type Method Description private static BitMatrix
DataMatrixWriter. encodeLowLevel(DefaultPlacement placement, SymbolInfo symbolInfo, int width, int height)
Encode the given symbol info to a bit matrix.
-