Class DefaultPlacement



  • public class DefaultPlacement
    extends Object
    Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).
    • Constructor Detail

      • DefaultPlacement

        public DefaultPlacement(CharSequence codewords,
                                int numcols,
                                int numrows)
        Main constructor
        Parameters:
        codewords - the codewords to place
        numcols - the number of columns
        numrows - the number of rows
    • Method Detail

      • getBit

        public final boolean getBit(int col,
                                    int row)
      • place

        public final void place()