Code39Writer class

This object renders a CODE39 code as a BitMatrix.

@author erik.barbara@gmail.com (Erik Barbara)

Inheritance

Constructors

Code39Writer()

Properties

defaultMargin int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedWriteFormats List<BarcodeFormat>
no setteroverride

Methods

encode(String contents, BarcodeFormat format, int width, int height, [Map<EncodeHintType, Object>? hints]) BitMatrix
Encode the contents following specified format. width and height are required size. This method may return bigger size BitMatrix when specified size is too small. The user can set both width and height to zero to get minimum size barcode. If negative value is set to width or height, IllegalArgumentException is thrown.
inherited
encodeContent(String contents, [Map<EncodeHintType, Object?>? hints]) List<bool>
Encode the contents to bool array expression of one-dimensional barcode. Start code and end code should be included in result, and side margins should not be included.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited