Class DefaultPlacement


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

      Constructors 
      Constructor Description
      DefaultPlacement​(java.lang.CharSequence codewords, int numcols, int numrows)
      Main constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getBit​(int col, int row)  
      void place()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultPlacement

        public DefaultPlacement​(java.lang.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()