Serialized Form
Package com.java4less.rss |
barType
int barType
- type of barcode.
code
java.lang.String code
- text to be painted as barcode.
secondaryCode
java.lang.String secondaryCode
- * value for the 2D barcode
humanReadableCode
java.lang.String humanReadableCode
- human readable version of the code
cccColumns
int cccColumns
- * number of columns for the CC-C symbol
EANUPCPrintFlag
boolean EANUPCPrintFlag
- * print first digit of the encoded value
EAN128WithCCC
boolean EAN128WithCCC
- * if true the EAN128 will be linked to a CCC barcode, otherwise to a CC-A or CC-B
barHeight2D
int barHeight2D
- * bar height of the 2D component
codeSup
java.lang.String codeSup
- user defined 2 or 5 digit supplement for EAN or UPC codes.
checkCharacter
boolean checkCharacter
- if true, the checksum character will be calculated and appended to the code.
leftMargin
int leftMargin
- image's left margin
topMargin
int topMargin
- image's top margin
supplement
java.lang.String supplement
- supplement for EAN or UPC barcode
guardBars
boolean guardBars
- if true (default), guardbars in EAN and UPC codes will be longer than data bars.
backColor
java.awt.Color backColor
- backgrrund color.
codeText
java.lang.String codeText
- text after encoding. It will contain the appenden checksum, if calculated.
barHeight
int barHeight
- bar height in pixels. If 0 it will be calculated using H.
textFont
java.awt.Font textFont
- font of the text.
fontColor
java.awt.Color fontColor
- color of the text.
barColor
java.awt.Color barColor
- color of the bars.
UPCESytem
char UPCESytem
- system to be used in UPCE. It can be "0" or "1". The default is "1".
UPCEANSupplement2
boolean UPCEANSupplement2
- 2 digit supplement for EAN or UPC codes.
UPCEANSupplement5
boolean UPCEANSupplement5
- 5 digit supplement for EAN or UPC codes.
X
int X
- size in pixels of modules (narrow bars or spaces).
H
double H
- height of bars. This a multiplicator of X. The default is 0.45.
L
int L
- Symbol lentgh as multiplier of X. This is calculated by RBarcode and the user can read it.
supL
int supL
- length of the supplement
rotate
int rotate
- rotation angle. Valid values are 0 (default),90,180 and 270.
supSeparation
int supSeparation
- Separation between the barcode and the supplement (as multiplier of X)
supHeight
double supHeight
- height of the supplement. This is a multiplicator of the height of the code. The default is 0.8 (80%).
processTilde
boolean processTilde
- * process ~ in code?
currentX
int currentX
- current position of painting cursor.
currentY
int currentY
setUPCALeft
java.lang.String[][] setUPCALeft
- code UPCA left table.
setUPCARight
java.lang.String[][] setUPCARight
- code UPCA right table.
setUPCEOdd
java.lang.String[][] setUPCEOdd
- code UPCE odd table.
setUPCEEven
java.lang.String[][] setUPCEEven
- code UPCE even table.
UPCESystem0
java.lang.String[] UPCESystem0
- code UPCE system 0 table.
UPCESystem1
java.lang.String[] UPCESystem1
- code UPCE system 1 table.
setEANLeftA
java.lang.String[][] setEANLeftA
- code EAN left A table.
setEANLeftB
java.lang.String[][] setEANLeftB
- code EAN left B table.
setEANRight
java.lang.String[][] setEANRight
- code EAN right table.
setEANCode
java.lang.String[] setEANCode
- code EAN table.
fiveSuplement
java.lang.String[] fiveSuplement
- 5 digit supplement table.
set128
java.lang.String[] set128
- code 128 table.
set128A
java.lang.String[] set128A
- code 128, character set A
set128B
java.lang.String[] set128B
- code 128, character set B
set128C
java.lang.String[] set128C
- code 128, character set C
leftGuardBar
int leftGuardBar
centerGuardBarStart
int centerGuardBarStart
centerGuardBarEnd
int centerGuardBarEnd
rightGuardBar
int rightGuardBar
endOfCode
int endOfCode
startSuplement
int startSuplement
endSuplement
int endSuplement
suplementTopMargin
int suplementTopMargin
guardBarHeight
int guardBarHeight
- * height of the guard bars
supBarHeight
int supBarHeight
- * height of the supplement bars
barcode
BarCode barcode
codeType
java.lang.String codeType
isStandalone
boolean isStandalone
leftChecksum
int leftChecksum
- * value of the finder pattern
rightChecksum
int rightChecksum
linkFlag
boolean linkFlag
- * is this barcode linked to a 2D barcode?
format
int format
- which format to use
TABLE_GSUM
int TABLE_GSUM
- See Also:
- Constant Field Values
TABLE_RANGE
int TABLE_RANGE
- See Also:
- Constant Field Values
TABLE_TEVEN
int TABLE_TEVEN
- See Also:
- Constant Field Values
TABLE_TODD
int TABLE_TODD
- See Also:
- Constant Field Values
PARITYCHRSIZE
int PARITYCHRSIZE
- See Also:
- Constant Field Values
CHECKSUM_MOD
int CHECKSUM_MOD
- See Also:
- Constant Field Values
debug
boolean debug
stackedRowWidth
int stackedRowWidth
- number of segment pairs in each row if using the stacked format. The default value is 2. Allowed values are 1 to 10