A B C D E F G I J K M N P Q R S T U X

B

backgroundColor - Variable in class jbars.Barcode
 
Barcode - class jbars.Barcode.
Base class containing properties and methods commom to all barcode types.
Barcode() - Constructor for class jbars.Barcode
 
Barcode128 - class jbars.Barcode128.
Implements the code 128 and UCC/EAN-128.
Barcode128() - Constructor for class jbars.Barcode128
Creates new Barcode128
Barcode93 - class jbars.Barcode93.
Implements the code 93.
Barcode93() - Constructor for class jbars.Barcode93
Creates a new Barcode39.
BarcodeGenerator - class jbars.BarcodeGenerator.
CommandLine barcode image files generator.
BarcodeGenerator() - Constructor for class jbars.BarcodeGenerator
 
BarcodeInter25 - class jbars.BarcodeInter25.
Implements the code interleaved 2 of 5.
BarcodeInter25() - Constructor for class jbars.BarcodeInter25
Creates new BarcodeInter25
BarcodeServlet - class jbars.BarcodeServlet.
Barcode generator servlet A servlet that creates PNG image of a barcode according to the parameters sent to a the servlet Mandatory HTTP parameters: barcodeType barcodeValue barcodeType Parameter Values: barcodeType: CODE128, CODE93 or INTERLEAVED2OF5 barcodeValue: Any text if code128 or code93, any integer number if interleaved2of5 sizeY: height in pixels of the image(default value: 50) rotation: angle to rotate the image: 0,90,180 or 270 barColor:color of the bars: black,green, etc textColor:color of the text: black,green, etc showText: Show the text true/false transparent: Use transparent background true/false alignment: Text alignment: CENTER, LEFT or RIGHT fontName: anme of the font, for example Helvetica fontSize:Font size fontStyle: Font style: BOLD, ITALIC or PLAIN A very basic form to post data to generate a barcode <form method="POST" action="/JBars/BarcodeServlet"> Barcode Type <input type="text" name="barcodeType" > <br> Text to encode: <input type="text" name="barcodeValue" > <br> Size Y(in pixels): <input type="text" name="sizeY" > <br> Rotation: <input type="text" name="rotation" > <br> Bar Color: <input type="text" name="barColor" > <br> showText: <input type="text" name="showText" > <br> fontName: <input type="text" name="fontName" > <br> fontSize: <input type="text" name="fontSize" > <br> fontStyle: <input type="text" name="fontStyle" > <br> transparent: <input type="text" name="transparent" > <br> alignment: <input type="text" name="alignment" > <br> <input type="submit" value="Generator Barcode">
BarcodeServlet() - Constructor for class jbars.BarcodeServlet
 
barHeight - Variable in class jbars.Barcode
The height of the bars.
BARS - Static variable in class jbars.BarcodeInter25
The bars to generate the code.
BARS - Static variable in class jbars.Barcode93
The bars to generate the code.
BARS - Static variable in class jbars.Barcode128
The bars to generate the code.
BARS_STOP - Static variable in class jbars.Barcode128
The stop bars.

A B C D E F G I J K M N P Q R S T U X