public class BlankModule extends Module
构造器和说明 |
---|
BlankModule(int width)
Constructs a new BlankModule with the specified width.
|
限定符和类型 | 方法和说明 |
---|---|
protected double |
draw(AbstractOutput output,
double x,
double y)
Draws the module to a barcode output.
|
java.lang.String |
getSymbol()
Returns the symbol that this module encodes.
|
public BlankModule(int width)
width
- The width of the module in bar widths.protected double draw(AbstractOutput output, double x, double y)