Serialized Form


Package com.java4less.qrcode

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

Serialized Fields

marginPixels

int marginPixels
margin of the barcode


structuredAppend

boolean structuredAppend
activate structured append


structuredAppendCounter

int structuredAppendCounter
number of symbols in structured append (value 1 to 16)


structuredAppendIndex

int structuredAppendIndex
current symbol in structured append (value 1 to 16)


processTilde

boolean processTilde
process tilde?


redraw

boolean redraw
redraw symbol now


tmpImage

java.awt.Image tmpImage
temporary image


currentX

int currentX
pointer possition


currentY

int currentY

moduleWidth

int moduleWidth
module size in pixels


barColor

java.awt.Color barColor
bars color


backColor

java.awt.Color backColor
background color


selectedVersion

int selectedVersion
version selected by the component taking into account the preferred number of rows and columns and the size of the data to encode


preferredVersion

int preferredVersion
version selected by the user ( values 1 to 40)


controlChars

int[] controlChars
in this array we will store possible ECI and FNC characters


eci

int eci
extended channel interpretation (ECI). Default is -1 (disabled)


autoConfigurate

boolean autoConfigurate
allow automatic selection of a larger configuration if code is too large?


charSet

java.lang.String[][] charSet

code

java.lang.String code
value to be encoded


encoding

int encoding
encoding


fnc1Mode

int fnc1Mode

applicationIndicator

byte applicationIndicator

bitmap

com.java4less.qrcode.BitMap bitmap
map of the modules that represent the barcode


configuration

int[][] configuration

correctionLevel

int correctionLevel
correction level


configuration2

int[][][] configuration2

codeBinary

int[] codeBinary

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

Serialized Fields

barcode

QRCode barcode

isStandalone

boolean isStandalone