Serialized Form

Class com.idautomation.qrcode.IDAutomationSecureServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

boolean debug
Handle the HTTP POST method by sending an e-mail

See Also:
Constant Field Values


Class com.idautomation.qrcode.IDAutomationServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

boolean debug
Handle the HTTP POST method by sending an e-mail

See Also:
Constant Field Values


Class com.idautomation.qrcode.QRCode extends java.awt.Canvas implements Serializable

Serialized Fields

QREncoder

QRCodeBarcodeEncoder QREncoder

leftMarginPixels

int leftMarginPixels

topMarginPixels

int topMarginPixels

dotPixels

int dotPixels

bitmap

int[][] bitmap

code

java.lang.String code
Data to be encoded in a QRCode symbol.

See Also:
QRCode.setDataToEncode(String newCode), QRCode.getDataToEncode(), User Manual

quietZone

int quietZone
The quietzone of the barcode; The default is 1.

See Also:
QRCode.setLeftMarginCM(double newMargin), QRCode.getLeftMarginCM(), User Manual

leftMarginCM

double leftMarginCM
The left margin of the barcode (also know as quiet zone); The default is .06 CM.

See Also:
QRCode.setLeftMarginCM(double newMargin), QRCode.getLeftMarginCM(), User Manual

topMarginCM

double topMarginCM
The top margin of the barcode (also know as quiet zone); The default is .06 CM.

See Also:
QRCode.setTopMarginCM(double newMargin), QRCode.getTopMarginCM(), User Manual

bestMask

boolean bestMask
If true, ("Y") use a best mask for pattern in the QRCode If not, it will use a fix mask for patternc; Default = True.

See Also:
QRCode.setBestMask(boolean newVal), QRCode.getBestMask(), User Manual

applyTilde

boolean applyTilde
If true, ("Y") the tilde (~) will be processed as explained in the QRCode user guide. If not, it will be treated as a normal character; Default =False.

See Also:
QRCode.setApplyTilde(boolean newVal), QRCode.getApplyTilde(), User Manual

version

int version
The version of the QRCode symbol; valid values are from 1 to 40; the default value of 0, "AUTO", is used for automatic formatting. If the selected version is smaller than what is possible, the control will automatically switch to the next biggest version until the appropritate size is found.

See Also:
QRCode.setVersion(int newVal), QRCode.getVersion(), User Manual

errorCorrectionLevel

java.lang.String errorCorrectionLevel
The level of error correction used in the symbol; 2 - "L" 7% recovery capacity, 0 - "M" 15% recovery capacity, 3 - "Q" 25% recovery capacity, 1 - "H" 30% recovery capacity.

See Also:
QRCode.setErrorCorrectionLevel(String newVal), QRCode.getErrorCorrectionLevel(), User Manual

encodingMode

java.lang.String encodingMode
The mode of compaction used to encode data in the symbol; valid values are "Byte" (default), "Alpha" & "Numeric".

See Also:
QRCode.setEncodingMode(String newVal), QRCode.getEncodingMode(), User Manual

backColor

java.awt.Color backColor
The background color.

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

barColor

java.awt.Color barColor
Color of the modules.

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

resolution

int resolution
The resolution used to create the X dimension and other measurements in pixels; Default is 38 Pixels Per CM which is about 96 DPI. 96 DPI is the resolution of the web browser; this setting works best when using the servlet. Enter 118 to create a 300 DPI image.

See Also:
QRCode.setPixelsPerCM(int newRes), QRCode.getPixelsPerCM(), User Manual

X

double X
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.

See Also:
QRCode.setXDimensionCM(double newX), QRCode.getXDimensionCM(), User Manual

width

int width
Initial preferred width property of the bean


height

int height
Initial preferred height property of the bean


pWidth

int pWidth
The preferred width of the barcode image in pixels after barcode is generated.

See Also:
QRCode.getPreferredSize(), User Manual

pHeight

int pHeight
The preferred height of the barcode image in pixels after barcode is generated.

See Also:
QRCode.getPreferredSize(), User Manual

autoSize

boolean autoSize
If true will automatically size the control canvas to fit the barcode at design or runtime; Default =True.

See Also:
QRCode.setAutoSize(boolean newVal), QRCode.getAutoSize(), User Manual

rotate

int rotate
Rotation angle; valid values are 0 (default), 90, 180 & 270.

See Also:
QRCode.setRotationAngle(int newRotate), QRCode.getRotationAngle(), User Manual

currentX

int currentX
Current position of painting cursor.


currentY

int currentY


Class com.idautomation.qrcode.QRCodeApplet extends java.applet.Applet implements Serializable

Serialized Fields

BC

QRCode BC

isStandalone

boolean isStandalone