Serialized Form


Package com.idautomation.aztec

Class com.idautomation.aztec.Aztec extends java.awt.Canvas implements Serializable

Serialized Fields

msg

java.lang.String msg

flags

int flags

ecl

int ecl

readerInit

boolean readerInit

numOfSym

int numOfSym

msgApp

java.lang.String msgApp

bpat

char[] bpat

core

int core

centery

int centery

centerx

int centerx

nlayers

int nlayers

nwords

int nwords

ndata

int ndata

ncheck

int ncheck

gfield

int gfield

ppoly

int ppoly

word

int[] word

xin

int xin

sah

char[] sah

xsa

int xsa

symmax

int symmax

cols

int cols

rows

int rows

len

int[] len

flen

int[] flen

ndat

int[] ndat

fndat

int[] fndat

pat

java.lang.String[] pat

fpat

java.lang.String[] fpat

backto

int backto

idx

int idx

bmsk

int bmsk

pix

int pix

log

int[] log

alog

int[] alog

code

java.lang.String code
Data to be painted in a Aztec symbol.


leftMarginCM

double leftMarginCM
Margins of the Barcode (also know as quite zone). The default is .06 CM


topMarginCM

double topMarginCM

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.


barColor

java.awt.Color barColor
Color of the modules.


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

leftMargin

int leftMargin

topMargin

int topMargin

applyTilde

boolean applyTilde
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.


reBuild

boolean reBuild

internalCode

java.lang.String internalCode

bitmap

int[][] bitmap

Class com.idautomation.aztec.AztecApplet extends java.applet.Applet implements Serializable

Serialized Fields

BC

Aztec BC

isStandalone

boolean isStandalone

Class com.idautomation.aztec.IDAutomationServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

boolean debug