Serialized Form


Package com.idautomation.maxicode

Class com.idautomation.maxicode.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.maxicode.IDAutomationServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.idautomation.maxicode.MaxiCode extends java.awt.Canvas implements Serializable

Serialized Fields

color

java.awt.Color color
Color of the MaxiCode pattern.

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

backColor

java.awt.Color backColor
Background color.

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

L

double L
Length in millimeters of the symbol, default = 25.5 mm.

See Also:
MaxiCode.setL(double l), User Manual

resolution

int resolution
Resolution of the printer in dpi, Default is 200.

See Also:
MaxiCode.setResolution(int r), MaxiCode.getResolution(), User Manual

dpm

double dpm

W

double W

V

double V

X

double X

Y

double Y

H

double H

tolerance

double tolerance

Wpixels

int Wpixels

Vpixels

int Vpixels

Xpixels

int Xpixels

Ypixels

int Ypixels

Lpixels

int Lpixels

tolerancePixels

int tolerancePixels

offsetX

int offsetX
paint the symbol at these coordinates


offsetY

int offsetY
paint the symbol at these coordinates


r1

int r1

r2

int r2

r3

int r3

r4

int r4

r5

int r5

r6

int r6

rWidth

int rWidth

centerX

int centerX

centerY

int centerY

La

double La

Ha

double Ha

userPattern

int[][] userPattern
pattern used to print a hexagon. If null the class will calculate the most appropiate pattern


pattern

int[][] pattern

tmpImage

java.awt.Image tmpImage

redraw

boolean redraw

PAD

int PAD

ECI

int ECI

NSHIFT

int NSHIFT

SHIFTA

int SHIFTA

SHIFTB

int SHIFTB

SHIFTC

int SHIFTC

LOCKC

int LOCKC

SHIFTD

int SHIFTD

LOCKD

int LOCKD

SHIFTE

int SHIFTE

LOCKE

int LOCKE

LACHTB

int LACHTB

LACHTA_B

int LACHTA_B

LACHTA

int LACHTA

PADC

int PADC

PADE

int PADE

SHIFT2A

int SHIFT2A

SHIFT3A

int SHIFT3A

currentSet

char currentSet

prefW

int prefW

prefH

int prefH

processTilde

boolean processTilde
If true, three numbers after the Tilde will insert an ASCII code; For example ~009 will insert ASCII 9 into the data string.

See Also:
MaxiCode.setProcessTilde(boolean pt), MaxiCode.getProcessTilde(), User Manual

mode

int mode
Maxicode mode: Values range from 2 to 6; default=2 for US; 3 = International and 4 = standard (non-shipping) symbols.

See Also:
MaxiCode.setMode(int m), MaxiCode.getMode(), User Manual

zipCode

java.lang.String zipCode
Postal code (modes 2 and 3) In mode 3 it can be an alphanumeric of length 5. In mode 2 can be a numeric of length 9.

See Also:
MaxiCode.setZipCode(String zp), MaxiCode.getZipCode(), User Manual

serviceClass

java.lang.String serviceClass
Service class (modes 2 and 3).

See Also:
MaxiCode.setServiceClass(String s), MaxiCode.getServiceClass(), User Manual

country

java.lang.String country
Country code (modes 2 and 3)

See Also:
MaxiCode.setCountry(String c), MaxiCode.getCountry(), User Manual

dataStr

java.lang.String dataStr
Data to be encoded. In modes 2 and 3 if the postal code is empty it will be extracted from the beginning of this string (see maxicode specifications)

See Also:
MaxiCode.setData(String d), MaxiCode.getData(), User Manual

numberOfCodes

int numberOfCodes
Number of symbol in structured appended mode

See Also:
MaxiCode.setNumberOfCodes(int n), MaxiCode.getNumberOfCodes(), User Manual

positionOfCode

int positionOfCode
Position of this symbol in the sequence of the structured appended.

See Also:
MaxiCode.setPositionOfCode(int n), MaxiCode.getPositionOfCode(), User Manual

rotation

int rotation
Rotation angle. It can be 0,90,180 or 270

See Also:
MaxiCode.setRotation(int r), MaxiCode.getRotation(), User Manual

autoResize

boolean autoResize
If true, the image will be resized to fit the size available for the component. This is used to show the symbol on the screen.

See Also:
MaxiCode.setAutoResize(boolean b), MaxiCode.getAutoResize(), User Manual

pattern12dpm

int[][] pattern12dpm
layout of the hexagons at 12 dpm


pattern16dpm

int[][] pattern16dpm
layout of the hexagons at 16 dpm


pattern20dpm

int[][] pattern20dpm
layout of the hexagons at 20 dpm


pattern24dpm

int[][] pattern24dpm
layout of the hexagons at 24 dpm


pattern8dpm

int[][] pattern8dpm
layout of the hexagons at 8 dpm


table

int[][] table