Метод | Описание | |
---|---|---|
DefaultPlacement ( String codewords, int numcols, int numrows ) : System |
Main constructor
|
|
getBit ( int col, int row ) : bool | ||
place ( ) : void |
Метод | Описание | |
---|---|---|
corner1 ( int pos ) : void | ||
corner2 ( int pos ) : void | ||
corner3 ( int pos ) : void | ||
corner4 ( int pos ) : void | ||
hasBit ( int col, int row ) : bool | ||
module ( int row, int col, int pos, int bit ) : void | ||
setBit ( int col, int row, bool bit ) : void | ||
utah ( int row, int col, int pos ) : void |
Places the 8 bits of a utah-shaped symbol character in ECC200.
|
public DefaultPlacement ( String codewords, int numcols, int numrows ) : System | ||
codewords | String | the codewords to place |
numcols | int | the number of columns |
numrows | int | the number of rows |
Результат | System |