A B C D E F G H I L M N P R S T W X

A

Aztec - class com.idautomation.aztec.Aztec.
This is the main Aztec class that generates the Aztec barcode image.
Aztec() - Constructor for class com.idautomation.aztec.Aztec
 
AztecApplet - class com.idautomation.aztec.AztecApplet.
This is the Aztec applet that creates a barcode from the Aztec class.
AztecApplet() - Constructor for class com.idautomation.aztec.AztecApplet
 
AztecEncoder - class com.idautomation.aztec.AztecEncoder.
This is the main Aztec class that generates the Aztec barcode image.
AztecEncoder() - Constructor for class com.idautomation.aztec.AztecEncoder
 
applyTilde - Variable in class com.idautomation.aztec.Aztec
If true, ("Y") the tilde (~) will be processed according to the rules in the Aztec section of the user guide.
applyTilde - Variable in class com.idautomation.aztec.AztecEncoder
If true ("Y") the tilde (~) will be processed as explained in the Aztec user guide.
autoSize - Variable in class com.idautomation.aztec.Aztec
If true, will automatically size the control canvas to fit the barcode at design or runtime; Default =True.

B

BC - Variable in class com.idautomation.aztec.AztecApplet
 
backColor - Variable in class com.idautomation.aztec.Aztec
Background color.
barColor - Variable in class com.idautomation.aztec.Aztec
Color of the modules.

C

code - Variable in class com.idautomation.aztec.Aztec
Data to be painted in a Aztec symbol.
com.idautomation.aztec - package com.idautomation.aztec
 
convertColor(String) - Method in class com.idautomation.aztec.AztecApplet
 
convertColor(String) - Method in class com.idautomation.aztec.IDAutomationServlet
 
convertFont(String) - Method in class com.idautomation.aztec.AztecApplet
 
createEPS() - Method in class com.idautomation.aztec.Aztec
 
createSVG() - Method in class com.idautomation.aztec.Aztec
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.aztec.IDAutomationSecureServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.aztec.IDAutomationServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.aztec.IDAutomationSecureServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.aztec.IDAutomationServlet
 
dotPixels - Variable in class com.idautomation.aztec.Aztec
 
dotPixels - Variable in class com.idautomation.aztec.AztecEncoder
 

E

ecl - Variable in class com.idautomation.aztec.Aztec
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"
ecl - Variable in class com.idautomation.aztec.AztecEncoder
 

F

fontEncode() - Method in class com.idautomation.aztec.Aztec
 
fontEncode(String) - Method in class com.idautomation.aztec.AztecEncoder
 

G

g - Variable in class com.idautomation.aztec.IDAImageCreator
 
getApplyTilde() - Method in class com.idautomation.aztec.Aztec
Gets applyTilde the property.
getApplyTilde() - Method in class com.idautomation.aztec.AztecEncoder
 
getAutoSize() - Method in class com.idautomation.aztec.Aztec
Gets the autoSize property.
getBackground() - Method in class com.idautomation.aztec.Aztec
Gets the backColor property.
getDataToEncode() - Method in class com.idautomation.aztec.Aztec
Gets the code property.
getErrorCorrectionLevel() - Method in class com.idautomation.aztec.Aztec
Gets the ecl property.
getErrorCorrectionLevel() - Method in class com.idautomation.aztec.AztecEncoder
 
getForeground() - Method in class com.idautomation.aztec.Aztec
Gets the barColor property.
getGraphics() - Method in class com.idautomation.aztec.IDAImageCreator
 
getImage(int, int) - Method in class com.idautomation.aztec.IDAImageCreator
 
getLeftMarginCM() - Method in class com.idautomation.aztec.Aztec
Gets the leftMarginCM property.
getMessageAppend() - Method in class com.idautomation.aztec.Aztec
Gets the msgApp property.
getMessageAppend() - Method in class com.idautomation.aztec.AztecEncoder
 
getMinimumSize() - Method in class com.idautomation.aztec.Aztec
Gets the minimum size in pixels of the barcode image generated.
getNumberOfSymbols() - Method in class com.idautomation.aztec.Aztec
Gets the numOfSym property.
getNumberOfSymbols() - Method in class com.idautomation.aztec.AztecEncoder
 
getPixelsPerCM() - Method in class com.idautomation.aztec.Aztec
Gets the resolution property.
getPreferredSize() - Method in class com.idautomation.aztec.Aztec
Returns the size in pixels appropriate for the generated image after it is generated.
getReaderInitialization() - Method in class com.idautomation.aztec.Aztec
Gets the readerInit property.
getReaderInitialization() - Method in class com.idautomation.aztec.AztecEncoder
 
getRotationAngle() - Method in class com.idautomation.aztec.Aztec
Gets the rotate property.
getTopMarginCM() - Method in class com.idautomation.aztec.Aztec
Gets the topMarginCM property.
getXDimensionCM() - Method in class com.idautomation.aztec.Aztec
Gets the X property.

H

height - Variable in class com.idautomation.aztec.Aztec
Initial preferred height property of the bean

I

IDAImageCreator - class com.idautomation.aztec.IDAImageCreator.
This class enables the paint() method in the main Aztec class to rotate a barcode when it is not visable.
IDAImageCreator() - Constructor for class com.idautomation.aztec.IDAImageCreator
 
IDAutomationSecureServlet - class com.idautomation.aztec.IDAutomationSecureServlet.
 
IDAutomationSecureServlet() - Constructor for class com.idautomation.aztec.IDAutomationSecureServlet
 
IDAutomationServlet - class com.idautomation.aztec.IDAutomationServlet.
This is the Aztec servlet that creates a barcode from the Aztec class.
IDAutomationServlet() - Constructor for class com.idautomation.aztec.IDAutomationServlet
 
init() - Method in class com.idautomation.aztec.AztecApplet
 
init() - Method in class com.idautomation.aztec.IDAutomationSecureServlet
 
init() - Method in class com.idautomation.aztec.IDAutomationServlet
 
isStandalone - Variable in class com.idautomation.aztec.AztecApplet
 

L

leftMargin - Variable in class com.idautomation.aztec.AztecEncoder
 
leftMarginCM - Variable in class com.idautomation.aztec.Aztec
The left margin of the barcode (also know as quiet zone); The default is .06 CM.

M

msgApp - Variable in class com.idautomation.aztec.Aztec
Optional null-terminated ID field for Append.
msgApp - Variable in class com.idautomation.aztec.AztecEncoder
 

N

numOfSym - Variable in class com.idautomation.aztec.Aztec
Invokes message append across symbols the number of symbols specified.
numOfSym - Variable in class com.idautomation.aztec.AztecEncoder
 

P

pHeight - Variable in class com.idautomation.aztec.Aztec
The preferred height of the barcode image in pixels after barcode is generated.
pWidth - Variable in class com.idautomation.aztec.Aztec
The preferred width of the barcode image in pixels after barcode is generated.
paint(Graphics) - Method in class com.idautomation.aztec.Aztec
Paints the barcode and rotates it if necessary

R

reBuild - Variable in class com.idautomation.aztec.Aztec
 
reBuild - Variable in class com.idautomation.aztec.AztecEncoder
 
readerInit - Variable in class com.idautomation.aztec.Aztec
Adds the reader initialization symbol to the barcode for older scanners, which require it.
readerInit - Variable in class com.idautomation.aztec.AztecEncoder
 
refresh() - Method in class com.idautomation.aztec.AztecApplet
 
resolution - Variable in class com.idautomation.aztec.Aztec
The resolution used to create the X dimension and other measurements in pixels; Default is 38 Pixels Per CM which is about 96 DPI.
rotate - Variable in class com.idautomation.aztec.Aztec
Rotation angle; valid values are 0 (default), 90, 180 & 270.

S

setApplyTilde(boolean) - Method in class com.idautomation.aztec.Aztec
Sets the applyTilde property.
setApplyTilde(boolean) - Method in class com.idautomation.aztec.AztecEncoder
If true ("Y") the tilde (~) will be processed as explained in the Aztec user guide.
setAutoSize(boolean) - Method in class com.idautomation.aztec.Aztec
Sets the autoSize property.
setBackground(Color) - Method in class com.idautomation.aztec.Aztec
Sets the backColor property.
setDataToEncode(String) - Method in class com.idautomation.aztec.Aztec
Sets the code property.
setErrorCorrectionLevel(int) - Method in class com.idautomation.aztec.Aztec
Sets the ecl property.
setErrorCorrectionLevel(int) - Method in class com.idautomation.aztec.AztecEncoder
 
setForeground(Color) - Method in class com.idautomation.aztec.Aztec
Sets the barColor property.
setImageSize(int, int) - Method in class com.idautomation.aztec.Aztec
Sets the size of the generated image, if used then autoSize is set to false.
setLeftMarginCM(double) - Method in class com.idautomation.aztec.Aztec
Sets the leftMarginCM property.
setMessageAppend(String) - Method in class com.idautomation.aztec.Aztec
Sets the msgApp property.
setMessageAppend(String) - Method in class com.idautomation.aztec.AztecEncoder
 
setNumberOfSymbols(int) - Method in class com.idautomation.aztec.Aztec
Sets the numOfSym property.
setNumberOfSymbols(int) - Method in class com.idautomation.aztec.AztecEncoder
 
setParameter(String, String) - Method in class com.idautomation.aztec.AztecApplet
 
setPixelsPerCM(int) - Method in class com.idautomation.aztec.Aztec
Sets the resolution property.
setReaderInitialization(boolean) - Method in class com.idautomation.aztec.Aztec
Sets the readerInit property.
setReaderInitialization(boolean) - Method in class com.idautomation.aztec.AztecEncoder
 
setRotationAngle(int) - Method in class com.idautomation.aztec.Aztec
Sets the rotate property.
setTopMarginCM(double) - Method in class com.idautomation.aztec.Aztec
Sets the topMarginCM property.
setXDimensionCM(double) - Method in class com.idautomation.aztec.Aztec
Sets the X property.
start() - Method in class com.idautomation.aztec.AztecApplet
 

T

topMargin - Variable in class com.idautomation.aztec.AztecEncoder
 
topMarginCM - Variable in class com.idautomation.aztec.Aztec
The top margin of the barcode (also know as quiet zone); The default is .06 CM.

W

width - Variable in class com.idautomation.aztec.Aztec
Initial preferred width property of the bean

X

X - Variable in class com.idautomation.aztec.Aztec
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.

A B C D E F G H I L M N P R S T W X