A B C D E G H I K L M N O P Q R S T U V W X

A

autoSize - Variable in class com.businessrefinery.barcode.linear.Linear
If true, it will automatically size the control canvas to fit the barcode at design or runtime; Default =True.

B

backgroundColor - Variable in class com.businessrefinery.barcode.linear.Linear
image background color
BarcodeEncoder - Class in com.businessrefinery.barcode.linear.encoder
 
BarcodeEncoder(Linear, String, String) - Constructor for class com.businessrefinery.barcode.linear.encoder.BarcodeEncoder
 
barcodeType - Variable in class com.businessrefinery.barcode.linear.Linear
barcode type
barColor - Variable in class com.businessrefinery.barcode.linear.Linear
The color of the bars in the barcode; Default=black.
barHeightCM - Variable in class com.businessrefinery.barcode.linear.Linear
Bar height in CM; If 0 it will be calculated using H; Default=1.
bearerBarHori - Variable in class com.businessrefinery.barcode.linear.Linear
The value of the horizontal bearer bar.
bearerBarVert - Variable in class com.businessrefinery.barcode.linear.Linear
The value of the vertical bearer bar.

C

checkCharacter - Variable in class com.businessrefinery.barcode.linear.Linear
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 - Variable in class com.businessrefinery.barcode.linear.Linear
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.
clear() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
clone() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
CODABAR - Static variable in class com.businessrefinery.barcode.linear.Linear
 
CODABARStartChar - Variable in class com.businessrefinery.barcode.linear.Linear
The start character for CODABAR; The default is A.
CODABARStopChar - Variable in class com.businessrefinery.barcode.linear.Linear
The stop character for CODABAR; The default is B.
code - Variable in class com.businessrefinery.barcode.linear.Linear
The data to be encoded as a barcode.
CODE11 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
CODE128 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
Code128Set - Variable in class com.businessrefinery.barcode.linear.Linear
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)
CODE39 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
CODE39EXT - Static variable in class com.businessrefinery.barcode.linear.Linear
 
CODE93 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
CODE93EXT - Static variable in class com.businessrefinery.barcode.linear.Linear
 
codeText - Variable in class com.businessrefinery.barcode.linear.Linear
The text of the barcode after it is created.
com.businessrefinery.barcode.linear - package com.businessrefinery.barcode.linear
 
com.businessrefinery.barcode.linear.demo - package com.businessrefinery.barcode.linear.demo
 
com.businessrefinery.barcode.linear.encoder - package com.businessrefinery.barcode.linear.encoder
 
contains(Object) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
containsKey(int) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
convertColor(String) - Method in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
convertColor(String) - Method in class com.businessrefinery.barcode.linear.demo.DemoServlet
 
convertFont(String) - Method in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
convertFont(String) - Method in class com.businessrefinery.barcode.linear.demo.DemoServlet
 
count - Variable in class com.businessrefinery.barcode.linear.encoder.GifEncoderHashitem
 
createBarcodeImage(String) - Method in class com.businessrefinery.barcode.linear.Linear
Once you set all properties, please call this method to create barcode image.

D

DemoApplet - Class in com.businessrefinery.barcode.linear.demo
 
DemoApplet() - Constructor for class com.businessrefinery.barcode.linear.demo.DemoApplet
 
DemoClass - Class in com.businessrefinery.barcode.linear.demo
 
DemoClass() - Constructor for class com.businessrefinery.barcode.linear.demo.DemoClass
 
DemoServlet - Class in com.businessrefinery.barcode.linear.demo
 
DemoServlet() - Constructor for class com.businessrefinery.barcode.linear.demo.DemoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.businessrefinery.barcode.linear.demo.DemoServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.businessrefinery.barcode.linear.demo.DemoServlet
 

E

EAN13 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
EAN8 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
elements() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
encode() - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 

G

g - Variable in class com.businessrefinery.barcode.linear.LinearImageCreator
 
get(int) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
get(Object) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
getAutoSize() - Method in class com.businessrefinery.barcode.linear.Linear
If true will automatically size the control canvas to fit the barcode at design or runtime; Default =True.
getBackground() - Method in class com.businessrefinery.barcode.linear.Linear
Gets image background color.
getBarcodeType() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the barcode type; CODE39=0; CODE39EXT=1; INTERLEAVED25=2; CODE11=3; CODABAR=4; MSI=5; UPCA=6; IND25=7; MAT25=8; CODE93=9; EAN13=10; EAN8=11; UPCE=12; CODE128=13; CODE93EXT=14; POSTNET=15; PLANET=16; UCC128=17; the default is CODE128.
getBarHeightCM() - Method in class com.businessrefinery.barcode.linear.Linear
Gets bar height in CM; If 0 it will be calculated using H; Default=1.
getBearerBarHorizontal() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the value of the horizontal bearer bar.
getBearerBarVertical() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the value of the vertical bearer bar.
getCharacterGrouping() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the number of characters that will be grouped together in the human readable text.
getCheckCharacter() - Method in class com.businessrefinery.barcode.linear.Linear
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.
getCheckCharacterInText() - Method in class com.businessrefinery.barcode.linear.Linear
If true, the checksum character will be appended to the human readable text; Default =True; checksum characters cannot be displayed for Code 128.
getCODABARStartChar() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the start character for CODABAR.
getCODABARStopChar() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the stop character for CODABAR; The default is B.
getCode128Set() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the character set to be used in code 128; Possible values are "0 for AUTO", "A", "B" or "C"; The recommended setting and the default is "0" (Automatic)
getDataToEncode() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the data to be encoded as a barcode.
getFont() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the font of the text.
getForeground() - Method in class com.businessrefinery.barcode.linear.Linear
Gets color of the bars; Default=black.
getGraphics() - Method in class com.businessrefinery.barcode.linear.LinearImageCreator
 
getImage(int, int) - Method in class com.businessrefinery.barcode.linear.LinearImageCreator
 
getLeftMarginCM() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the left margin of the barcode (also know as quiet zone); The default is .3 CM.
getMinimumSize() - Method in class com.businessrefinery.barcode.linear.Linear
 
getNarrowToWideRatio() - Method in class com.businessrefinery.barcode.linear.Linear
Gets 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.
getPixelsPerCM() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the resolution used to convert from CM to pixels; Default is 38.
getPostnetHeightShort() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the height in CM of POSTNET's short bars; The default is 0.125
getPostnetHeightTall() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the height in CM of POSTNET's tall bars; The default is 0.3
getPreferredSize() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the size in pixels of the Preferred barcode image generated.
getProcessTilde() - Method in class com.businessrefinery.barcode.linear.Linear
 
getRotationAngle() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the rotation angle; Valid values are 0 (default), 90, 180 & 270.
getShowText() - Method in class com.businessrefinery.barcode.linear.Linear
If true, the human readable text will be displayed with the barcode; Default =true.
getSupplementToEncode() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the user defined 2 or 5 digit supplement for EAN or UPC codes.
getTextFontColor() - Method in class com.businessrefinery.barcode.linear.Linear
Gets color of the text; Default=black.
getTextMarginCM() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the textMarginCM property value
getTopMarginCM() - Method in class com.businessrefinery.barcode.linear.Linear
Returns the top margin of the barcode (also know as quiet zone); The default is .2 CM
getUPCEANSupplement2() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the 2 digit supplement for EAN or UPC codes.
getUPCEANSupplement5() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the 5 digit supplement for EAN or UPC codes.
getUPCESystem() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the system to be used in UPCE; It can be "0", "1", or "2".
getWhiteBarIncrease() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the WhiteBarIncrease
getXDimensionCM() - Method in class com.businessrefinery.barcode.linear.Linear
Gets the size in CM of modules (narrow bars or spaces); The resolution is used to convert to pixels.
GifEncoder - Class in com.businessrefinery.barcode.linear.encoder
 
GifEncoder(Image, OutputStream) - Constructor for class com.businessrefinery.barcode.linear.encoder.GifEncoder
 
GifEncoder(Image, OutputStream, boolean) - Constructor for class com.businessrefinery.barcode.linear.encoder.GifEncoder
 
GifEncoder(ImageProducer, OutputStream) - Constructor for class com.businessrefinery.barcode.linear.encoder.GifEncoder
 
GifEncoder(ImageProducer, OutputStream, boolean) - Constructor for class com.businessrefinery.barcode.linear.encoder.GifEncoder
 
GifEncoderHashitem - Class in com.businessrefinery.barcode.linear.encoder
 
GifEncoderHashitem(int, int, int, boolean) - Constructor for class com.businessrefinery.barcode.linear.encoder.GifEncoderHashitem
 
guardBars - Variable in class com.businessrefinery.barcode.linear.Linear
If true (default), guardbars in EAN and UPC codes will be longer than data bars.

H

H - Variable in class com.businessrefinery.barcode.linear.Linear
The height of bars in the barcode as a multiple of X; The default is 0.45.
hasMoreElements() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtableEnumerator
 
height - Variable in class com.businessrefinery.barcode.linear.Linear
Initial preferred height property of the bean

I

I - Variable in class com.businessrefinery.barcode.linear.Linear
The space between 2 characters in code 39; This a multiple of X; The default is 1.;
imageComplete(int) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
ImageEncoder - Class in com.businessrefinery.barcode.linear.encoder
 
ImageEncoder(Image, OutputStream) - Constructor for class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
ImageEncoder(ImageProducer, OutputStream) - Constructor for class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
IND25 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
index - Variable in class com.businessrefinery.barcode.linear.encoder.GifEncoderHashitem
 
init() - Method in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
init() - Method in class com.businessrefinery.barcode.linear.demo.DemoServlet
 
INTERLEAVED25 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
IntHashtable - Class in com.businessrefinery.barcode.linear.encoder
 
IntHashtable(int, float) - Constructor for class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
IntHashtable(int) - Constructor for class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
IntHashtable() - Constructor for class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
IntHashtableEntry - Class in com.businessrefinery.barcode.linear.encoder
 
IntHashtableEnumerator - Class in com.businessrefinery.barcode.linear.encoder
 
isEmpty() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
isStandalone - Variable in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
isTransparent - Variable in class com.businessrefinery.barcode.linear.encoder.GifEncoderHashitem
 

K

keys() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 

L

L - Variable in class com.businessrefinery.barcode.linear.Linear
The symbol length in CM.
leftMarginCM - Variable in class com.businessrefinery.barcode.linear.Linear
The left margin of the barcode (also know as quiet zone); The default is .3 CM.
linear - Variable in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
Linear - Class in com.businessrefinery.barcode.linear
 
Linear() - Constructor for class com.businessrefinery.barcode.linear.Linear
 
LinearImageCreator - Class in com.businessrefinery.barcode.linear
 
LinearImageCreator() - Constructor for class com.businessrefinery.barcode.linear.LinearImageCreator
 

M

main(String[]) - Static method in class com.businessrefinery.barcode.linear.demo.DemoClass
 
main(String[]) - Static method in class com.businessrefinery.barcode.linear.demo.QuickStart
 
MAT25 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
MSI - Static variable in class com.businessrefinery.barcode.linear.Linear
 

N

N - Variable in class com.businessrefinery.barcode.linear.Linear
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.
nextElement() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtableEnumerator
 

O

ONECODE - Static variable in class com.businessrefinery.barcode.linear.Linear
 

P

paint(Graphics) - Method in class com.businessrefinery.barcode.linear.Linear
paints the barcode and rotates it if necessary
pHeight - Variable in class com.businessrefinery.barcode.linear.Linear
The preferred height of the barcode image in pixels after barcode is generated.
PLANET - Static variable in class com.businessrefinery.barcode.linear.Linear
 
POSTNET - Static variable in class com.businessrefinery.barcode.linear.Linear
 
postnetHeightShortBar - Variable in class com.businessrefinery.barcode.linear.Linear
Height in CM of POSTNET's short bars; The default is 0.125
postnetHeightTallBar - Variable in class com.businessrefinery.barcode.linear.Linear
Height in CM of POSTNET's tall bars; The default is 0.3
processTilde - Variable in class com.businessrefinery.barcode.linear.Linear
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.
put(int, Object) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
put(Object, Object) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
pWidth - Variable in class com.businessrefinery.barcode.linear.Linear
The preferred width of the barcode image in pixels after barcode is generated.

Q

QuickStart - Class in com.businessrefinery.barcode.linear.demo
 
QuickStart() - Constructor for class com.businessrefinery.barcode.linear.demo.QuickStart
 

R

refresh() - Method in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
remove(int) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
remove(Object) - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
resolution - Variable in class com.businessrefinery.barcode.linear.Linear
The resolution used to create the X dimension and other measurements in pixels; Default is 38 Pixels Per CM which is about 96 DPI.
result - Variable in class com.businessrefinery.barcode.linear.encoder.BarcodeEncoder
 
rgb - Variable in class com.businessrefinery.barcode.linear.encoder.GifEncoderHashitem
 
rotateAngle - Variable in class com.businessrefinery.barcode.linear.Linear
The rotation angle; Valid values are 0 (default), 90, 180 & 270.

S

setAutoSize(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
If true will automatically size the control canvas to fit the barcode at design or runtime; Default =True.
setBackground(Color) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the background color.
setBarcodeType(int) - Method in class com.businessrefinery.barcode.linear.Linear
To change the barcode type: CODE39=0; CODE39EXT=1; INTERLEAVED25=2; CODE11=3; CODABAR=4; MSI=5; UPCA=6; IND25=7; MAT25=8; CODE93=9; EAN13=10; EAN8=11; UPCE=12; CODE128=13; CODE93EXT=14; POSTNET=15; PLANET=16; UCC128=17; the default is CODE128.
setBarHeightCM(double) - Method in class com.businessrefinery.barcode.linear.Linear
Sets bar height in CM; If 0 it will be calculated using H; Default=1.
setBearerBarHorizontal(double) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the value of the horizontal bearer bar.
setBearerBarVertical(double) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the value of the vertical bearer bar.
setCharacterGrouping(int) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the number of digits to group together in the human readable text.
setCheckCharacter(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
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.
setCheckCharacterInText(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
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.
setCODABARStartChar(String) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the start character for CODABAR; The default is A.
setCODABARStopChar(String) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the stop character for CODABAR; The default is B.
setCode128Set(String) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the character set to be used in code 128; Possible values are "0 for AUTO", "A", "B" or "C"; The recommended setting and the default is "0" (Automatic)
setColorModel(ColorModel) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
setDataToEncode(String) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the data to be encoded as a barcode.
setDimensions(int, int) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
setFont(Font) - Method in class com.businessrefinery.barcode.linear.Linear
Sets text font.
setForeground(Color) - Method in class com.businessrefinery.barcode.linear.Linear
Sets color of the bars; Default=black.
setHints(int) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
setLeftMarginCM(double) - Method in class com.businessrefinery.barcode.linear.Linear
The left margin of the barcode (also know as quiet zone); The default is .3 CM.
setNarrowToWideRatio(double) - Method in class com.businessrefinery.barcode.linear.Linear
Sets 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.
setParameter(String, String) - Method in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
setPixelsPerCM(int) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the resolution used to convert from CM to pixels; Default is 38.
setPostnetHeightShort(double) - Method in class com.businessrefinery.barcode.linear.Linear
Height in CM of POSTNET's short bars; The default is 0.125
setPostnetHeightTall(double) - Method in class com.businessrefinery.barcode.linear.Linear
Height in CM of POSTNET's tall bars; The default is 0.3
setProcessTilde(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
 
setProperties(Hashtable) - Method in class com.businessrefinery.barcode.linear.encoder.ImageEncoder
 
setRotationAngle(int) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the rotation angle; Valid values are 0 (default), 90, 180 & 270.
setShowText(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
If true, the human readable text will be displayed with the barcode; Default =true.
setSupplementToEncode(String) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the user defined 2 or 5 digit supplement for EAN or UPC codes.
setTextFontColor(Color) - Method in class com.businessrefinery.barcode.linear.Linear
Sets color of the text; Default=black.
setTextMarginCM(double) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the textMarginCM property.
setTopMarginCM(double) - Method in class com.businessrefinery.barcode.linear.Linear
The top margin of the barcode (also know as quiet zone); The default is .2 CM
setUPCEANSupplement2(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the 2 digit supplement for EAN or UPC codes.
setUPCEANSupplement5(boolean) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the 5 digit supplement for EAN or UPC codes.
setUPCESystem(String) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the system to be used in UPCE; It can be "0", "1", or "2"; The default is "0".
setWhiteBarIncrease(float) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the WhiteBarIncrease
setXDimensionCM(double) - Method in class com.businessrefinery.barcode.linear.Linear
Sets the size in CM of modules (narrow bars or spaces); The resolution is used to convert to pixels.
showText - Variable in class com.businessrefinery.barcode.linear.Linear
If true, the human readable text will be displayed with the barcode; Default =true.
size() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 
start() - Method in class com.businessrefinery.barcode.linear.demo.DemoApplet
 
supHeight - Variable in class com.businessrefinery.barcode.linear.Linear
Height of the supplement; This is a multiplicator of the height of the code; The default is 0.8 (80%).
supplement - Variable in class com.businessrefinery.barcode.linear.Linear
This is the user defined 2 or 5 digit supplement for EAN or UPC codes.
supSeparationCM - Variable in class com.businessrefinery.barcode.linear.Linear
The separation in CM between the barcode and the supplement

T

textFont - Variable in class com.businessrefinery.barcode.linear.Linear
The font of the text in the barcode; Default = Arial.
textFontColor - Variable in class com.businessrefinery.barcode.linear.Linear
The color of the text; Default=black.
textMarginCM - Variable in class com.businessrefinery.barcode.linear.Linear
The amount of space in CM between the barcode and the human readable text.
topMarginCM - Variable in class com.businessrefinery.barcode.linear.Linear
The top margin of the barcode (also know as quiet zone); The default is .2 CM
toString() - Method in class com.businessrefinery.barcode.linear.encoder.IntHashtable
 

U

UCC128 - Static variable in class com.businessrefinery.barcode.linear.Linear
 
UPCA - Static variable in class com.businessrefinery.barcode.linear.Linear
 
UPCE - Static variable in class com.businessrefinery.barcode.linear.Linear
 
UPCEANSupplement2 - Variable in class com.businessrefinery.barcode.linear.Linear
If true, the 2 digit supplement for EAN or UPC codes is processed.
UPCEANSupplement5 - Variable in class com.businessrefinery.barcode.linear.Linear
If true, the 5 digit supplement for EAN or UPC codes is processed.
UPCESystem - Variable in class com.businessrefinery.barcode.linear.Linear
The system to be used in UPCE; It can be "0" or "1"; The default is "0".

V

valSpliceText - Variable in class com.businessrefinery.barcode.linear.Linear
 

W

whiteBarIncrease - Variable in class com.businessrefinery.barcode.linear.Linear
 
width - Variable in class com.businessrefinery.barcode.linear.Linear
Initial preferred width property of the bean

X

X - Variable in class com.businessrefinery.barcode.linear.Linear
The size in CM of modules (narrow bars or spaces); The resolution is used to convert to pixels.

A B C D E G H I K L M N O P Q R S T U V W X