DefaultPlacement class
Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).
Constructors
- DefaultPlacement(String _codewords, int _numCols, int _numRows)
- Main constructor
Properties
Methods
- 
  getBit(int col, int row) → bool 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  place() → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited