Serialized Form


Package com.businessrefinery.barcode.linear

Class com.businessrefinery.barcode.linear.Linear extends java.awt.Canvas implements Serializable

Serialized Fields

barcodeType

int barcodeType
barcode type


byteArray

int[] byteArray

code

java.lang.String code
The data to be encoded as a barcode.


propCode

java.lang.String propCode

codeSup

java.lang.String codeSup

demoPixelW

int demoPixelW

codeTextW

int codeTextW

textMarginCM

double textMarginCM
The amount of space in CM between the barcode and the human readable text.


textMarginPixels

int textMarginPixels

XdimPixels

int XdimPixels

WhiteBarIncreasePixels

int WhiteBarIncreasePixels

fXdimPixels

float fXdimPixels

checkCharacter

boolean checkCharacter
If true, the checksum character will be calculated and appended to the code; Default =True; checksum characters cannot be displayed or disabled for Code 128 and UCC128.


checkCharacterInText

boolean checkCharacterInText
If true, the checksum character will be appended to the human readable text; Default =True; checksum characters cannot be displayed or disabled for Code 128 and UCC128.


processTilde

boolean processTilde
If true, numbers after the Tilde will be processed according to the rules in the user guide; this option is only available when the symbology is Code 128, and the character set is AUTO or 0.


postnetHeightTallBar

double postnetHeightTallBar
Height in CM of POSTNET's tall bars; The default is 0.3


postnetHeightShortBar

double postnetHeightShortBar
Height in CM of POSTNET's short bars; The default is 0.125


leftMarginCM

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


topMarginCM

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


leftMarginPixels

int leftMarginPixels

topMarginPixels

int topMarginPixels

leftGuardBar

int leftGuardBar

centerGuardBarStart

int centerGuardBarStart

centerGuardBarEnd

int centerGuardBarEnd

rightGuardBar

int rightGuardBar

endOfCode

int endOfCode

startSuplement

int startSuplement

endSuplement

int endSuplement

suplementTopMargin

int suplementTopMargin

supplement

java.lang.String supplement
This is the user defined 2 or 5 digit supplement for EAN or UPC codes.


guardBars

boolean guardBars
If true (default), guardbars in EAN and UPC codes will be longer than data bars.


backgroundColor

java.awt.Color backgroundColor
image background color


codeText

java.lang.String codeText
The text of the barcode after it is created.


narrowBarPixels

int narrowBarPixels

widthBarPixels

int widthBarPixels

narrowBarCM

double narrowBarCM

widthBarCM

double widthBarCM

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.


barHeightPixels

int barHeightPixels

barHeightCM

double barHeightCM
Bar height in CM; If 0 it will be calculated using H; Default=1.


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.


pHeight

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


autoSize

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


showText

boolean showText
If true, the human readable text will be displayed with the barcode; Default =true.


textFont

java.awt.Font textFont
The font of the text in the barcode; Default = Arial.


textFontColor

java.awt.Color textFontColor
The color of the text; Default=black.


barColor

java.awt.Color barColor
The color of the bars in the barcode; Default=black.


extraHeight

int extraHeight

UPCESystem

char UPCESystem
The system to be used in UPCE; It can be "0" or "1"; The default is "0".


CODABARStartChar

char CODABARStartChar
The start character for CODABAR; The default is A.


CODABARStopChar

char CODABARStopChar
The stop character for CODABAR; The default is B.


UPCEANSupplement2

boolean UPCEANSupplement2
If true, the 2 digit supplement for EAN or UPC codes is processed.


UPCEANSupplement5

boolean UPCEANSupplement5
If true, the 5 digit supplement for EAN or UPC codes is processed.


Code128Set

char Code128Set
The character set to be used in code 128; Possible values are "0 for Automatic", "A", "B" or "C"; The recommended setting and the default is "0" (Automatic)


X

double X
The size in CM of modules (narrow bars or spaces); The resolution is used to convert to pixels.


N

double N
The wide to narrow ratio of barcode types that support this setting such as Code 39 and ITF; A value of 2 (default) means that wide bars will be 2*N in width.


I

double I
The space between 2 characters in code 39; This a multiple of X; The default is 1.;


H

double H
The height of bars in the barcode as a multiple of X; The default is 0.45.


L

double L
The symbol length in CM.


rotateAngle

int rotateAngle
The rotation angle; Valid values are 0 (default), 90, 180 & 270.


supSeparationCM

double supSeparationCM
The separation in CM between the barcode and the supplement


supHeight

double supHeight
Height of the supplement; This is a multiplicator of the height of the code; The default is 0.8 (80%).


currentX

int currentX

currentY

int currentY

currentXStart

int currentXStart

set39

java.lang.String[][] set39

set25

java.lang.String[][] set25

setMSI

java.lang.String[][] setMSI

set11

java.lang.String[][] set11

setCODABAR

java.lang.String[][] setCODABAR

set93

java.lang.String[][] set93

setUPCALeft

java.lang.String[][] setUPCALeft

setUPCARight

java.lang.String[][] setUPCARight

setUPCEOdd

java.lang.String[][] setUPCEOdd

setUPCEEven

java.lang.String[][] setUPCEEven

set39Ext

java.lang.String[] set39Ext

set93Ext

java.lang.String[] set93Ext

UPCESystem0

java.lang.String[] UPCESystem0

UPCESystem1

java.lang.String[] UPCESystem1

setEANLeftA

java.lang.String[][] setEANLeftA

setEANLeftB

java.lang.String[][] setEANLeftB

setEANRight

java.lang.String[][] setEANRight

setEANCode

java.lang.String[] setEANCode

fiveSuplement

java.lang.String[] fiveSuplement

set128

java.lang.String[] set128

set128B

java.lang.String[] set128B

set128C

java.lang.String[] set128C

setPOSTNET

java.lang.String[][] setPOSTNET

setPLANET

java.lang.String[][] setPLANET

propWhiteBarIncrease

float propWhiteBarIncrease
The percent of the XDimension to increase the white bars.


whiteBarIncrease

float whiteBarIncrease

valSpliceText

int valSpliceText

bearerBarVert

double bearerBarVert
The value of the vertical bearer bar.


PropBearerBarVert

double PropBearerBarVert

bearerBarHori

double bearerBarHori
The value of the horizontal bearer bar.


PropBearerBarHori

double PropBearerBarHori

Package com.businessrefinery.barcode.linear.demo

Class com.businessrefinery.barcode.linear.demo.DemoApplet extends java.applet.Applet implements Serializable

Serialized Fields

linear

Linear linear

isStandalone

boolean isStandalone