Serialized Form


Package com.idautomation.fontencoder.datamatrix

Class com.idautomation.fontencoder.datamatrix.DataMatrixEncoder extends java.lang.Object implements Serializable

Serialized Fields

code

java.lang.String code
data to be encoded in the Data Matrix Font.


fontText

java.lang.String fontText
a string of return data formatted to the Data Matrix Font.


currentX

int currentX
current position of painting cursor.


currentY

int currentY

processTilde

boolean processTilde
if true ("Y") the tilde (~) will be processed as explained in the Data Matrix user guide. If not it will be treated as a normal character; Default =False.


encoding

int encoding

reBuild

boolean reBuild

internalCode

java.lang.String internalCode

bitmap

int[][] bitmap

preferredFormat

int preferredFormat
sets the preferred format represented by a number; valid values are from 0 (10X10) to 23 (144X144) and from 24 (8X18) to 29 (16X48); The default value is -1 which sets this to automatic; this is also documented in the user manual.


currentEncoding

int currentEncoding

rows

int rows

cols

int cols

datarows

int datarows

datacols

int datacols

maprows

int maprows

mapcols

int mapcols

regions

int regions

totaldata

int totaldata

totalerr

int totalerr

reeddata

int reeddata

reederr

int reederr

reedblocks

int reedblocks

C49rest

int C49rest