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

A

Aztec - class com.idautomation.aztec.Aztec.
This is the main DataMatrix class that generates the DataMatrix 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
 
applyTilde - Variable in class com.idautomation.aztec.Aztec
If true ("Y") the tilde (~) will be processed as explained in the Data Matrix 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.
codeText - Variable in class com.idautomation.aztec.Aztec
Text to display after encoding.
com.idautomation.aztec - package com.idautomation.aztec
 
convertColor(String) - Method in class com.idautomation.aztec.AztecApplet
 
convertFont(String) - Method in class com.idautomation.aztec.AztecApplet
 

D

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

E

ecl - Variable in class com.idautomation.aztec.Aztec
 

G

g - Variable in class com.idautomation.aztec.IDAImageCreator
 
getApplyTilde() - Method in class com.idautomation.aztec.Aztec
 
getAutoSize() - Method in class com.idautomation.aztec.Aztec
If true will automatically size the control canvas to fit the barcode at design or runtime; Default =True.
getBackground() - Method in class com.idautomation.aztec.Aztec
 
getDataToEncode() - Method in class com.idautomation.aztec.Aztec
 
getErrorCorrectionLevel() - Method in class com.idautomation.aztec.Aztec
 
getForeground() - Method in class com.idautomation.aztec.Aztec
Gets the color of the modules.
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
 
getMessageAppend() - Method in class com.idautomation.aztec.Aztec
 
getMinimumSize() - Method in class com.idautomation.aztec.Aztec
 
getNumberOfSymbols() - Method in class com.idautomation.aztec.Aztec
 
getPixelsPerCM() - Method in class com.idautomation.aztec.Aztec
 
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
 
getRotationAngle() - Method in class com.idautomation.aztec.Aztec
 
getTopMarginCM() - Method in class com.idautomation.aztec.Aztec
 
getXDimensionCM() - Method in class com.idautomation.aztec.Aztec
Gets the size in CM of modules.

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 BarCode class to rotate a barcode when it is not visable.
IDAImageCreator() - Constructor for class com.idautomation.aztec.IDAImageCreator
 
IDAutomationServlet - class com.idautomation.aztec.IDAutomationServlet.
 
IDAutomationServlet() - Constructor for class com.idautomation.aztec.IDAutomationServlet
 
init() - Method in class com.idautomation.aztec.AztecApplet
 
init() - Method in class com.idautomation.aztec.IDAutomationServlet
 
isStandalone - Variable in class com.idautomation.aztec.AztecApplet
 

L

L - Variable in class com.idautomation.aztec.Aztec
Symbol lentgh in CM.
leftMargin - Variable in class com.idautomation.aztec.Aztec
 
leftMarginCM - Variable in class com.idautomation.aztec.Aztec
Margins of the Barcode (also know as quite zone).

M

msgApp - Variable in class com.idautomation.aztec.Aztec
 

N

N - Variable in class com.idautomation.aztec.Aztec
 
numOfSym - Variable in class com.idautomation.aztec.Aztec
 

P

pHeight - Variable in class com.idautomation.aztec.Aztec
Preferred height of the image after it is generated
pWidth - Variable in class com.idautomation.aztec.Aztec
Preferred width of the image after it 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
 
readerInit - Variable in class com.idautomation.aztec.Aztec
 
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
If true ("Y") the tilde (~) will be processed as explained in the Data Matrix user guide.
setAutoSize(boolean) - Method in class com.idautomation.aztec.Aztec
If true will automatically size the control canvas to fit the barcode at design or runtime; Default =True.
setBackground(Color) - Method in class com.idautomation.aztec.Aztec
Background color.
setDataToEncode(String) - Method in class com.idautomation.aztec.Aztec
 
setErrorCorrectionLevel(int) - Method in class com.idautomation.aztec.Aztec
 
setForeground(Color) - Method in class com.idautomation.aztec.Aztec
Cets the color of the modules.
setLeftMarginCM(double) - Method in class com.idautomation.aztec.Aztec
 
setMessageAppend(String) - Method in class com.idautomation.aztec.Aztec
 
setNumberOfSymbols(int) - Method in class com.idautomation.aztec.Aztec
 
setParameter(String, String) - Method in class com.idautomation.aztec.AztecApplet
 
setPixelsPerCM(int) - Method in class com.idautomation.aztec.Aztec
Resolution used to convert from CM to pixels; Default is 38.
setReaderInitialization(boolean) - Method in class com.idautomation.aztec.Aztec
 
setRotationAngle(int) - Method in class com.idautomation.aztec.Aztec
Rotation angle; valid values are 0 (default), 90, 180 & 270.
setTopMarginCM(double) - Method in class com.idautomation.aztec.Aztec
 
setXDimensionCM(double) - Method in class com.idautomation.aztec.Aztec
Sets 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.
start() - Method in class com.idautomation.aztec.AztecApplet
 

T

topMargin - Variable in class com.idautomation.aztec.Aztec
 
topMarginCM - Variable in class com.idautomation.aztec.Aztec
 

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 G H I L M N P R S T W X