public class Code93Writer extends OneDimensionalCodeWriter
| Constructor and Description |
|---|
Code93Writer() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
appendPattern(boolean[] target,
int pos,
int[] pattern,
boolean startColor)
Deprecated.
without replacement; intended as an internal-only method
|
boolean[] |
encode(String contents)
Encode the contents to boolean array expression of one-dimensional barcode.
|
protected Collection<BarcodeFormat> |
getSupportedWriteFormats() |
checkNumeric, encode, encode, encode, getDefaultMarginprotected Collection<BarcodeFormat> getSupportedWriteFormats()
getSupportedWriteFormats in class OneDimensionalCodeWriterpublic boolean[] encode(String contents)
OneDimensionalCodeWriterencode in class OneDimensionalCodeWritercontents - barcode contents to encode. It should not be encoded for extended characters.boolean[] of horizontal pixels (false = white, true = black)@Deprecated protected static int appendPattern(boolean[] target, int pos, int[] pattern, boolean startColor)
target - output to append topos - start positionpattern - pattern to appendstartColor - unusedCopyright © 2007–2022. All rights reserved.