EAN8Writer class

This object renders an EAN8 code as a BitMatrix.

@author aripollak@gmail.com (Ari Pollak)

Inheritance

Constructors

EAN8Writer()

Properties

defaultMargin int
Use a different default more appropriate for UPC/EAN
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, [EncodeHint? 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, [EncodeHint? hints]) List<bool>
@return a byte array of horizontal pixels (false = white, true = black)
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