Class Code39Writer
java.lang.Object
com.google.zxing.oned.OneDimensionalCodeWriter
com.google.zxing.oned.Code39Writer
- All Implemented Interfaces:
Writer
This object renders a CODE39 code as a
BitMatrix.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean[]Encode the contents to boolean array expression of one-dimensional barcode.protected Collection<BarcodeFormat> private static voidtoIntArray(int a, int[] toReturn) private static StringtryToConvertToExtendedMode(String contents) Methods inherited from class OneDimensionalCodeWriter
appendPattern, checkNumeric, encode, encode, encode, getDefaultMargin
-
Constructor Details
-
Code39Writer
public Code39Writer()
-
-
Method Details
-
getSupportedWriteFormats
- Overrides:
getSupportedWriteFormatsin classOneDimensionalCodeWriter
-
encode
Description copied from class:OneDimensionalCodeWriterEncode the contents to boolean array expression of one-dimensional barcode. Start code and end code should be included in result, and side margins should not be included.- Specified by:
encodein classOneDimensionalCodeWriter- Parameters:
contents- barcode contents to encode- Returns:
- a
boolean[]of horizontal pixels (false = white, true = black)
-
toIntArray
private static void toIntArray(int a, int[] toReturn) -
tryToConvertToExtendedMode
-