Serialized Form
Package com.idautomation.datamatrix |
code
java.lang.String code
- Data to be painted in a Data Matrix symbol.
marginCM
double marginCM
- Margin of the Barcode (also know as quite zone). The default is .06 CM
leftMarginPixels
int leftMarginPixels
topMarginPixels
int topMarginPixels
endOfCode
int endOfCode
suplementTopMargin
int suplementTopMargin
backColor
java.awt.Color backColor
- Background color.
codeText
java.lang.String codeText
- Text to display after encoding.
narrowBarPixels
int narrowBarPixels
widthBarPixels
int widthBarPixels
narrowBarCM
double narrowBarCM
widthBarCM
double widthBarCM
resolution
int resolution
- The resolution used to create the X dimension and other measurements in pixels; Default is 38 Pixels Per CM which is about 96 DPI. 96 DPI is the resolution of the web browser; this setting works best when using the servlet. Enter 118 to create a 300 DPI image.
barHeightPixels
int barHeightPixels
N
double N
X
double X
- The size in CM of modules, default is .06; usually adjustable in increments of .03CM because (X * resolution) is used to convert to pixels; use setPixelsPerCM to change; if X * resolution = < 1, X will be set to one pixel.
width
int width
- Initial preferred width property of the bean
height
int height
- Initial preferred height property of the bean
pWidth
int pWidth
- Preferred width of the image after it is generated
pHeight
int pHeight
- Preferred height of the image after it is generated
autoSize
boolean autoSize
- If true will automatically size the control canvas to fit the barcode at design or runtime; Default =True.
textFont
java.awt.Font textFont
- Font of the text.
fontColor
java.awt.Color fontColor
barColor
java.awt.Color barColor
- Color of the modules.
I
double I
H
double H
- Height of bars; This a multiplicator of X. The default is 0.45.
L
double L
- Symbol lentgh in CM.
rotate
int rotate
- Rotation angle; valid values are 0 (default), 90, 180 & 270.
currentX
int currentX
- Current position of painting cursor.
currentY
int currentY
extraHeight
int extraHeight
dotPixels
int dotPixels
margin
int margin
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
- The encoding mode; valid values are E_ASCII (default), E_C40, E_TEXT or E_BASE256.
reBuild
boolean reBuild
internalCode
java.lang.String internalCode
bitmap
int[][] bitmap
preferredFormat
int preferredFormat
- 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
BC
DataMatrix BC
isStandalone
boolean isStandalone
debug
boolean debug