Serialized Form
Package com.idautomation.linear |
barType
int barType
- This is the symbology of barcode. Default = CODE128.
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. Default is 0.3CM
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 by 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 by 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 quite zone); The default is .3 CM.
topMarginCM
double topMarginCM
- The top margin of the barcode (also know as quite 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.
backColor
java.awt.Color backColor
- 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. 96 DPI is the resolution of the web browser; this setting works best when using the servlet. Enter 118 to create a 300 DPI image.
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 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.
fontColor
java.awt.Color fontColor
- 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
UPCESytem
char UPCESytem
- 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 AUTO", "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 lentgh in CM.
rotate
int rotate
- 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
- The current position of the painting cursor.
currentY
int currentY
currentXStart
int currentXStart
set39
java.lang.String[][] set39
- code 39 table.
set25
java.lang.String[][] set25
- code 2 of 5 table.
setMSI
java.lang.String[][] setMSI
- code MSI table.
set11
java.lang.String[][] set11
- code 11 table.
setCODABAR
java.lang.String[][] setCODABAR
- CODABAR table.
set93
java.lang.String[][] set93
- code 93 table.
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.
set39Ext
java.lang.String[] set39Ext
- code 39 extended table.
set93Ext
java.lang.String[] set93Ext
- code 93 extended 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.
set128B
java.lang.String[] set128B
- code 128, character set B
set128C
java.lang.String[] set128C
- code 128, character set C
setPOSTNET
java.lang.String[][] setPOSTNET
- code POSTNET table
setPLANET
java.lang.String[][] setPLANET
- code PLANET table
PropWhiteBarIncrease
float PropWhiteBarIncrease
WhiteBarIncrease
float WhiteBarIncrease
- The percent of the XDimension to increase the white bars.
ValSpliceText
int ValSpliceText
fBearerBarVert
double fBearerBarVert
- The value of the vertical bearer bar. This value is a function of the XDimension. Valid options are 0-10.
PropBearerBarVert
double PropBearerBarVert
fBearerBarHori
double fBearerBarHori
- The value of the horizontal bearer bar. This value is a function of the XDimension. Valid options are 0-10.
PropBearerBarHori
double PropBearerBarHori
BC
BarCode BC
isStandalone
boolean isStandalone
debug
boolean debug
- Handle the HTTP POST method by sending an e-mail
debug
boolean debug
- Handle the HTTP POST method by sending an e-mail