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

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.

See Also:
Aztec.setDataToEncode(String newCode), Aztec.getDataToEncode(), User Manual

leftMarginCM

double leftMarginCM
The left margin of the barcode (also know as quiet zone); The default is .06 CM.

See Also:
Aztec.setLeftMarginCM(double newMargin), Aztec.getLeftMarginCM(), User Manual

topMarginCM

double topMarginCM
The top margin of the barcode (also know as quiet zone); The default is .06 CM.

See Also:
Aztec.setTopMarginCM(double newMargin), Aztec.getTopMarginCM(), User Manual

leftMarginPixels

int leftMarginPixels

topMarginPixels

int topMarginPixels

endOfCode

int endOfCode

suplementTopMargin

int suplementTopMargin

backColor

java.awt.Color backColor
Background color.

See Also:
Aztec.setBackground(Color newColor), Aztec.getBackground(), User Manual

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

See Also:
Aztec.setPixelsPerCM(int newRes), Aztec.getPixelsPerCM(), User Manual

barHeightPixels

int barHeightPixels

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.

See Also:
Aztec.setXDimensionCM(double newX), Aztec.getXDimensionCM(), User Manual

width

int width
Initial preferred width property of the bean


height

int height
Initial preferred height property of the bean


pWidth

int pWidth
The preferred width of the barcode image in pixels after barcode is generated.

See Also:
Aztec.getPreferredSize(), User Manual

pHeight

int pHeight
The preferred height of the barcode image in pixels after barcode is generated.

See Also:
Aztec.getPreferredSize(), User Manual

autoSize

boolean autoSize
If true, will automatically size the control canvas to fit the barcode at design or runtime; Default =True.

See Also:
Aztec.setAutoSize(boolean newVal), Aztec.getAutoSize(), User Manual

barColor

java.awt.Color barColor
Color of the modules.

See Also:
Aztec.setForeground(Color newColor), Aztec.getForeground(), User Manual

rotate

int rotate
Rotation angle; valid values are 0 (default), 90, 180 & 270.

See Also:
Aztec.setRotationAngle(int newRotate), Aztec.getRotationAngle(), User Manual

numOfSym

int numOfSym
Invokes message append across symbols the number of symbols specified.

See Also:
Aztec.setNumberOfSymbols(int value), Aztec.getNumberOfSymbols(), User Manual

ecl

int ecl
Error correction Level, 0 = default error correction level; 01 to 99 = minimum error correction percentage; 101 to 104 = 1 to 4-layer Compact symbol; 201 to 232 = 1 to 32-layer Full-Range symbol; 300 = a simple Aztec "Rune"

See Also:
Aztec.setErrorCorrectionLevel(int value), Aztec.getErrorCorrectionLevel(), User Manual

msgApp

java.lang.String msgApp
Optional null-terminated ID field for Append.

See Also:
Aztec.setMessageAppend(String value), Aztec.getMessageAppend(), User Manual

readerInit

boolean readerInit
Adds the reader initialization symbol to the barcode for older scanners, which require it.

See Also:
Aztec.setReaderInitialization(boolean value), Aztec.getReaderInitialization(), User Manual

currentX

int currentX
Current position of painting cursor.


currentY

int currentY

dotPixels

int dotPixels

applyTilde

boolean applyTilde
If true, ("Y") the tilde (~) will be processed according to the rules in the Aztec section of the user guide. If not it will be treated as a normal character; Default =False.

See Also:
Aztec.setApplyTilde(boolean newVal), Aztec.getApplyTilde(), User Manual

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.AztecEncoder extends java.lang.Object 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

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 Aztec 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.IDAutomationSecureServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

boolean debug
Handle the HTTP POST method by sending an e-mail

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

Serialized Fields

debug

boolean debug