public abstract class DataMatrixPlacement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
numcols |
protected int |
numrows |
| Constructor and Description |
|---|
DataMatrixPlacement(String codewords,
int numcols,
int numrows) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
getBit(int col,
int row) |
protected abstract boolean |
hasBit(int col,
int row) |
void |
place() |
protected abstract void |
setBit(int col,
int row,
boolean bit) |
public DataMatrixPlacement(String codewords, int numcols, int numrows)
Copyright © 2003–2023. All rights reserved.