Serialized Form

Class com.java4less.onecode.OneCode implements Serializable

Serialized Fields

leftMarginPixels

int leftMarginPixels
left margin of the barcode


topMarginPixels

int topMarginPixels
top margin of the barcode


barcodeIdentifier

int barcodeIdentifier

specialServices

int specialServices

customerIdentifier

int customerIdentifier

sequenceNumber

int sequenceNumber

routingCode

java.lang.String routingCode

tmpImage

java.awt.Image tmpImage
temporary image


currentX

int currentX
pointer possition


currentY

int currentY

moduleWidth

int moduleWidth
bar witdth in pixels


moduleSpacing

int moduleSpacing
space between bars


barHeight

int barHeight
length of nbar without ascender and descender


extendedBarHeight

int extendedBarHeight
height of full bar with ascender and descender


quiteZone

int quiteZone
distance between bars and text


userTextTop

java.lang.String[] userTextTop
user text be displayed over the barcode


userTextBottom

java.lang.String[] userTextBottom
user text be displayed below the barcode


redraw

boolean redraw
redraw symbol now


barColor

java.awt.Color barColor
bars color


backColor

java.awt.Color backColor
background color


fontColor

java.awt.Color fontColor

textFont

java.awt.Font textFont