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, getDefaultMargin
protected Collection<BarcodeFormat> getSupportedWriteFormats()
getSupportedWriteFormats
in class OneDimensionalCodeWriter
public boolean[] encode(String contents)
OneDimensionalCodeWriter
encode
in class OneDimensionalCodeWriter
contents
- 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–2024. All rights reserved.