Serialized Form


Package com.java4less.microqrcode

Class com.java4less.microqrcode.MicroQRCode extends java.awt.Canvas implements Serializable

Serialized Fields

marginPixels

int marginPixels
margin of the barcode


processTilde

boolean processTilde
process tilde?


redraw

boolean redraw
redraw symbol now


tmpImage

java.awt.Image tmpImage
temporary image


currentX

int currentX
pointer position


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 4)


controlChars

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


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


bitmap

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


configuration

int[][] configuration

correctionLevel

int correctionLevel
correction level


configuration2

int[][][] configuration2

configuration4

int[][] configuration4

codeBinary

int[] codeBinary

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

Serialized Fields

barcode

MicroQRCode barcode

isStandalone

boolean isStandalone

Class com.java4less.microqrcode.QRCodeServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

boolean debug