A B C D G I L M N O P R S Z

A

autoResize - Variable in class com.idautomation.maxicode.MaxiCode
If true, the image will be resized to fit the size available for the component.

B

backColor - Variable in class com.idautomation.maxicode.MaxiCode
Background color.

C

calcRS(int[], int, int) - Method in class com.idautomation.maxicode.reed6
 
color - Variable in class com.idautomation.maxicode.MaxiCode
Color of the MaxiCode pattern.
com.idautomation.maxicode - package com.idautomation.maxicode
 
convertColor(String) - Method in class com.idautomation.maxicode.IDAutomationServlet
 
country - Variable in class com.idautomation.maxicode.MaxiCode
Country code (modes 2 and 3)
createPattern() - Method in class com.idautomation.maxicode.MaxiCode
creates a hexagon pattern, if a standard cannot be used.

D

dataStr - Variable in class com.idautomation.maxicode.MaxiCode
Data to be encoded.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.maxicode.IDAutomationSecureServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.maxicode.IDAutomationServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.maxicode.IDAutomationSecureServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.idautomation.maxicode.IDAutomationServlet
 

G

getAutoResize() - Method in class com.idautomation.maxicode.MaxiCode
Gets the autoResize property.
getBackground() - Method in class com.idautomation.maxicode.MaxiCode
Gets the backColor property.
getBarcode(HttpServletRequest) - Method in class com.idautomation.maxicode.IDAutomationServlet
 
getCountry() - Method in class com.idautomation.maxicode.MaxiCode
Gets the country property.
getData() - Method in class com.idautomation.maxicode.MaxiCode
Gets the dataStr property.
getForeground() - Method in class com.idautomation.maxicode.MaxiCode
Gets the color property value.
getHHexagon() - Method in class com.idautomation.maxicode.MaxiCode
Height of hexagon modules (pixels)
getMode() - Method in class com.idautomation.maxicode.MaxiCode
Gets the mode property.
getName() - Method in class com.idautomation.maxicode.MaxiCode
Returns "MaxiCode".
getNumberOfCodes() - Method in class com.idautomation.maxicode.MaxiCode
Gets the numberOfCodes property.
getPositionOfCode() - Method in class com.idautomation.maxicode.MaxiCode
Gets the positionOfCode property.
getPreferredSize() - Method in class com.idautomation.maxicode.MaxiCode
Returns size needed to draw the symbol.
getProcessTilde() - Method in class com.idautomation.maxicode.MaxiCode
Gets the processTilde property.
getResolution() - Method in class com.idautomation.maxicode.MaxiCode
Gets the resolution property.
getRotation() - Method in class com.idautomation.maxicode.MaxiCode
Gets the rotation property.
getServiceClass() - Method in class com.idautomation.maxicode.MaxiCode
Gets the serviceClass property.
getWHexagon() - Method in class com.idautomation.maxicode.MaxiCode
Width of hexagon modules (pixels)
getZipCode() - Method in class com.idautomation.maxicode.MaxiCode
Gets the zipCode property.

I

IDAutomationSecureServlet - class com.idautomation.maxicode.IDAutomationSecureServlet.
 
IDAutomationSecureServlet() - Constructor for class com.idautomation.maxicode.IDAutomationSecureServlet
 
IDAutomationServlet - class com.idautomation.maxicode.IDAutomationServlet.
This is the MaxiCode servlet that creates a barcode from the MaxiCode class.
IDAutomationServlet() - Constructor for class com.idautomation.maxicode.IDAutomationServlet
 
init() - Method in class com.idautomation.maxicode.IDAutomationSecureServlet
 
init() - Method in class com.idautomation.maxicode.IDAutomationServlet
Handle the HTTP POST method by sending an e-mail

L

L - Variable in class com.idautomation.maxicode.MaxiCode
Length in millimeters of the symbol, default = 25.5 mm.

M

MaxiCode - class com.idautomation.maxicode.MaxiCode.
This class paints a maxicode symbol.
MaxiCode() - Constructor for class com.idautomation.maxicode.MaxiCode
Constructor
mode - Variable in class com.idautomation.maxicode.MaxiCode
Maxicode mode: Values range from 2 to 6; default=2 for US; 3 = International and 4 = standard (non-shipping) symbols.

N

N - Variable in class com.idautomation.maxicode.reed6
 
numberOfCodes - Variable in class com.idautomation.maxicode.MaxiCode
Number of symbol in structured appended mode

O

offsetX - Variable in class com.idautomation.maxicode.MaxiCode
paint the symbol at these coordinates
offsetY - Variable in class com.idautomation.maxicode.MaxiCode
paint the symbol at these coordinates

P

paint(Graphics) - Method in class com.idautomation.maxicode.MaxiCode
paints the maxicode symbol.
positionOfCode - Variable in class com.idautomation.maxicode.MaxiCode
Position of this symbol in the sequence of the structured appended.
processTilde - Variable in class com.idautomation.maxicode.MaxiCode
If true, three numbers after the Tilde will insert an ASCII code; For example ~009 will insert ASCII 9 into the data string.

R

reed6 - class com.idautomation.maxicode.reed6.
 
reed6() - Constructor for class com.idautomation.maxicode.reed6
 
resolution - Variable in class com.idautomation.maxicode.MaxiCode
Resolution of the printer in dpi, Default is 200.
rotation - Variable in class com.idautomation.maxicode.MaxiCode
Rotation angle.

S

serviceClass - Variable in class com.idautomation.maxicode.MaxiCode
Service class (modes 2 and 3).
setAutoResize(boolean) - Method in class com.idautomation.maxicode.MaxiCode
Sets the autoResize property.
setBackground(Color) - Method in class com.idautomation.maxicode.MaxiCode
Sets the backColor property.
setCountry(String) - Method in class com.idautomation.maxicode.MaxiCode
Sets the country property.
setData(String) - Method in class com.idautomation.maxicode.MaxiCode
Sets the dataStr property.
setForeground(Color) - Method in class com.idautomation.maxicode.MaxiCode
Sets the color property.
setHexagonPattern(int[][]) - Method in class com.idautomation.maxicode.MaxiCode
set a user defined pattern for the hexagons.
setImageSize(int, int) - Method in class com.idautomation.maxicode.MaxiCode
Sets the size of the generated image, if used then autoSize is set to false.
setL(double) - Method in class com.idautomation.maxicode.MaxiCode
Sets the L property.
setMode(int) - Method in class com.idautomation.maxicode.MaxiCode
Sets the mode property.
setNumberOfCodes(int) - Method in class com.idautomation.maxicode.MaxiCode
Sets the numberOfCodes property.
setPositionOfCode(int) - Method in class com.idautomation.maxicode.MaxiCode
Sets the positionOfCode property.
setProcessTilde(boolean) - Method in class com.idautomation.maxicode.MaxiCode
Sets the processTilde property.
setRedraw(boolean) - Method in class com.idautomation.maxicode.MaxiCode
Force recalculating the symbol next time paint() is called
setResolution(int) - Method in class com.idautomation.maxicode.MaxiCode
Sets the resolution property.
setRotation(int) - Method in class com.idautomation.maxicode.MaxiCode
Sets the rotation property.
setServiceClass(String) - Method in class com.idautomation.maxicode.MaxiCode
Sets the serviceClass property.
setZipCode(String) - Method in class com.idautomation.maxicode.MaxiCode
Sets the zipCode property.
setpolynomial(int) - Method in class com.idautomation.maxicode.reed6
 

Z

zipCode - Variable in class com.idautomation.maxicode.MaxiCode
Postal code (modes 2 and 3) In mode 3 it can be an alphanumeric of length 5.

A B C D G I L M N O P R S Z