public abstract class QrCodeGenerator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<georegression.struct.point.Point2D_I32> |
bitLocations |
protected double |
markerWidth |
protected double |
moduleWidth |
protected int |
numModules |
protected boolean |
renderData |
| Constructor and Description |
|---|
QrCodeGenerator(double markerWidth) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
init() |
void |
render(QrCode qr)
Generates a QR Code with the specified message.
|
abstract void |
square(double x0,
double y0,
double width) |
abstract void |
square(double x0,
double y0,
double width0,
double thickness) |
protected double markerWidth
protected boolean renderData
protected double moduleWidth
protected int numModules
protected java.util.List<georegression.struct.point.Point2D_I32> bitLocations
public void render(QrCode qr)
public abstract void init()
public abstract void square(double x0,
double y0,
double width)
public abstract void square(double x0,
double y0,
double width0,
double thickness)