Class DefaultPlacement
java.lang.Object
com.google.zxing.datamatrix.encoder.DefaultPlacement
Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultPlacement(CharSequence codewords, int numcols, int numrows) Main constructor
- 
Method Summary
- 
Constructor Details- 
DefaultPlacementMain constructor- Parameters:
- codewords- the codewords to place
- numcols- the number of columns
- numrows- the number of rows
 
 
- 
- 
Method Details- 
getBitpublic final boolean getBit(int col, int row) 
- 
placepublic final void place()
 
-