public final class Code39Writer extends OneDimensionalCodeWriter
BitMatrix.| Constructor and Description |
|---|
Code39Writer() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
encode(String contents)
Encode the contents to boolean array expression of one-dimensional barcode.
|
protected Collection<BarcodeFormat> |
getSupportedWriteFormats() |
appendPattern, checkNumeric, encode, encode, encode, getDefaultMarginprotected Collection<BarcodeFormat> getSupportedWriteFormats()
getSupportedWriteFormats in class OneDimensionalCodeWriterpublic boolean[] encode(String contents)
OneDimensionalCodeWriterencode in class OneDimensionalCodeWritercontents - barcode contents to encodeboolean[] of horizontal pixels (false = white, true = black)Copyright © 2007–2022. All rights reserved.