public final class CodaBarWriter extends OneDimensionalCodeWriter
boolean[]
.Constructor and Description |
---|
CodaBarWriter() |
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, getDefaultMargin
protected Collection<BarcodeFormat> getSupportedWriteFormats()
getSupportedWriteFormats
in class OneDimensionalCodeWriter
public boolean[] encode(String contents)
OneDimensionalCodeWriter
encode
in class OneDimensionalCodeWriter
contents
- barcode contents to encodeboolean[]
of horizontal pixels (false = white, true = black)Copyright © 2007–2024. All rights reserved.