A C E G I P R S

A

AztecCode - Class in com.java4less.raztec
This class creates Aztec Code symbols.
AztecCode() - Constructor for class com.java4less.raztec.AztecCode
 
AztecCodeFacade - Class in com.java4less.raztec
helper class for creating barcodes with just one method.
AztecCodeFacade() - Constructor for class com.java4less.raztec.AztecCodeFacade
 

C

com.java4less.encoder - package com.java4less.encoder
 
com.java4less.raztec - package com.java4less.raztec
 
CONFIGURATION_101X101 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_105X105 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_109X109 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_113X113 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_117X117 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_121X121 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_125X125 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_131X131 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_135X135 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_139X139 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_143X143 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_147X147 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_151X151 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_15X15_COMPACT - Static variable in class com.java4less.raztec.AztecCode
available configurations
CONFIGURATION_19X19 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_19X19_COMPACT - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_23X23 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_23X23_COMPACT - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_27X27 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_27X27_COMPACT - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_31X31 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_37X37 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_41X41 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_45X45 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_49X49 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_53X53 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_57X57 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_61X61 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_67X67 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_71X71 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_75X75 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_79X79 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_83X83 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_87X87 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_91X91 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_95X95 - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_ANY - Static variable in class com.java4less.raztec.AztecCode
types of configurations
CONFIGURATION_COMPACT - Static variable in class com.java4less.raztec.AztecCode
 
CONFIGURATION_FULL - Static variable in class com.java4less.raztec.AztecCode
 
createBarcode(String, byte[], int, boolean, int, int, String, int, int, Properties) - Method in class com.java4less.raztec.AztecCodeFacade
generate barcode object
createBarcode(Properties) - Method in class com.java4less.raztec.AztecCodeFacade
create barcode image from properties file
createBarcodeImage(String, byte[], int, boolean, int, int, String, int, int, Properties) - Method in class com.java4less.raztec.AztecCodeFacade
generate barcode and return image
createImage() - Method in class com.java4less.raztec.AztecCodeFacade
create image of the generated barcode

E

ENC_BINARY - Static variable in class com.java4less.raztec.AztecCode
 
ENC_NORMAL - Static variable in class com.java4less.raztec.AztecCode
 

G

getAutoConfigurate() - Method in class com.java4less.raztec.AztecCode
allow automatic selection of a larger configuration (than the preferred) if code is too large.
getbackColor() - Method in class com.java4less.raztec.AztecCode
background color.
getBarcode() - Method in class com.java4less.raztec.AztecCodeFacade
return barcode object
getbarColor() - Method in class com.java4less.raztec.AztecCode
color of the bars.
getCode() - Method in class com.java4less.raztec.AztecCode
text to be painted as barcode.
getCodeBinary() - Method in class com.java4less.raztec.AztecCode
bytes to be painted as barcode.
getConfigurationType() - Method in class com.java4less.raztec.AztecCode
use this property to define which formats can be used: CONFIGURATION_ANY (any), CONFIGURATION_COMPACT (only compact formats) or CONFIGURATION_FULL (only full range formats).
getCurrentX() - Method in class com.java4less.raztec.AztecCode
get last X possition.
getCurrentY() - Method in class com.java4less.raztec.AztecCode
get last Y possition.
getEncoding() - Method in class com.java4less.raztec.AztecCode
Encoding, NORMAL or BINARY
getErrorCorrectionLevel() - Method in class com.java4less.raztec.AztecCode
Error correction level (5% to 95%).
getFileId() - Method in class com.java4less.raztec.AztecCode
file id in structured append
getMargin() - Method in class com.java4less.raztec.AztecCode
margin of the barcode (also know as quite zone).
getModuleSize() - Method in class com.java4less.raztec.AztecCode
size (width) of the bars (module).
getName() - Method in class com.java4less.raztec.AztecCode
Returns "RAztecCode".
getPreferredConfiguration() - Method in class com.java4less.raztec.AztecCode
use this configuration if possible
getProcessTilde() - Method in class com.java4less.raztec.AztecCode
process tilde.
getReaderInitilization() - Method in class com.java4less.raztec.AztecCode
activate reader initialization bit
getRedraw() - Method in class com.java4less.raztec.AztecCode
Redraw symbol
getRune() - Method in class com.java4less.raztec.AztecCode
Aztec rune's.
getStructuredAppend() - Method in class com.java4less.raztec.AztecCode
activate structured append
getStructuredAppendCounter() - Method in class com.java4less.raztec.AztecCode
number of symbols in structured append (value 2 to 26)
getStructuredAppendIndex() - Method in class com.java4less.raztec.AztecCode
current symbol in structured append (value 1 to 26)

I

ImageEncoder - Class in com.java4less.encoder
 
ImageEncoder(Component, String, String) - Constructor for class com.java4less.encoder.ImageEncoder
Saves the current barcode to a graphics file (gif , png or jpeg).

P

paint(Graphics) - Method in class com.java4less.raztec.AztecCode
paints the symbol.
paintBarcode(Graphics) - Method in class com.java4less.raztec.AztecCodeFacade
 

R

result - Variable in class com.java4less.encoder.ImageEncoder
 

S

setAutoConfigurate(boolean) - Method in class com.java4less.raztec.AztecCode
allow automatic selection of a larger configuration (than the preferred) if code is too large.
setbackColor(Color) - Method in class com.java4less.raztec.AztecCode
background color.
setbarColor(Color) - Method in class com.java4less.raztec.AztecCode
color of the bars.
setCode(String) - Method in class com.java4less.raztec.AztecCode
text to be painted as barcode.
setCode(int[]) - Method in class com.java4less.raztec.AztecCode
bytes to be painted as barcode.
setConfigurationType(int) - Method in class com.java4less.raztec.AztecCode
use this property to define which formats can be used: CONFIGURATION_ANY (any), CONFIGURATION_COMPACT (only compact formats) or CONFIGURATION_FULL (only full range formats).
setEncoding(int) - Method in class com.java4less.raztec.AztecCode
Encoding, NORMAL or BINARY
setErrorCorrectionLevel(int) - Method in class com.java4less.raztec.AztecCode
Error correction level (5% to 95%).
setFileId(String) - Method in class com.java4less.raztec.AztecCode
file id in structured append
setMargin(int) - Method in class com.java4less.raztec.AztecCode
margin of the barcode (also know as quite zone).
setModuleSize(int) - Method in class com.java4less.raztec.AztecCode
size (width) of the bars (module).
setPreferredConfiguration(int) - Method in class com.java4less.raztec.AztecCode
use this configuration if possible
setProcessTilde(boolean) - Method in class com.java4less.raztec.AztecCode
process tilde.
setReaderInitilization(boolean) - Method in class com.java4less.raztec.AztecCode
activate reader initialization bit
setRedraw(boolean) - Method in class com.java4less.raztec.AztecCode
Redraw symbol.
setRune(int) - Method in class com.java4less.raztec.AztecCode
Aztec rune's.
setStructuredAppend(boolean) - Method in class com.java4less.raztec.AztecCode
activate structured append
setStructuredAppendCounter(int) - Method in class com.java4less.raztec.AztecCode
number of symbols in structured append (value 2 to 26)
setStructuredAppendIndex(int) - Method in class com.java4less.raztec.AztecCode
current symbol in structured append (value 1 to 26)

A C E G I P R S