Index
All Classes and Interfaces|All Packages|Serialized Form
A
- 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.
- 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.
- Aztec - Class in com.idautomation.aztec
-
This is the main Aztec class that generates the Aztec barcode image.
- Aztec() - Constructor for class com.idautomation.aztec.Aztec
B
- 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.
- codeApp - Variable in class com.idautomation.aztec.Aztec
-
Optional null-terminated ID field for Append.
- com.idautomation.aztec - package com.idautomation.aztec
- convertColor(String) - Method in class com.idautomation.aztec.IDAutomationServlet
- 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
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"
G
- g - Variable in class com.idautomation.aztec.IDAImageCreator
- getApplyTilde() - Method in class com.idautomation.aztec.Aztec
-
Gets applyTilde the property.
- 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.
- 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 codeApp property.
- 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.
- 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.
- 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 in com.idautomation.aztec
-
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 in com.idautomation.aztec
- IDAutomationSecureServlet() - Constructor for class com.idautomation.aztec.IDAutomationSecureServlet
- IDAutomationServlet - Class in com.idautomation.aztec
-
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.IDAutomationSecureServlet
- init() - Method in class com.idautomation.aztec.IDAutomationServlet
L
- leftMarginCM - Variable in class com.idautomation.aztec.Aztec
-
The left margin of the barcode (also know as quiet zone); The default is .06 CM.
N
- numOfSym - Variable in class com.idautomation.aztec.Aztec
-
Invokes message append across symbols the number of symbols specified.
P
- paint(Graphics) - Method in class com.idautomation.aztec.Aztec
-
Paints the barcode and rotates it if necessary
- 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.
R
- readerInit - Variable in class com.idautomation.aztec.Aztec
-
Adds the reader initialization symbol to the barcode for older scanners, which require it.
- reBuild - Variable in class com.idautomation.aztec.Aztec
- 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.
- 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.
- 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 codeApp property.
- setNumberOfSymbols(int) - Method in class com.idautomation.aztec.Aztec
-
Sets the numOfSym property.
- 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.
- 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.
T
- 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
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.
All Classes and Interfaces|All Packages|Serialized Form