-
autoResize
boolean autoResize
If true, the image will be resized to fit the size available for the component. This is used to show the symbol on the screen.
- See Also:
-
-
backColor
Color backColor
Background color.
- See Also:
-
-
centerX
int centerX
-
centerY
int centerY
-
color
Color color
Color of the MaxiCode pattern.
- See Also:
-
-
country
String country
Country code (modes 2 and 3)
- See Also:
-
-
currentSet
char currentSet
-
dataStr
String dataStr
Data to be encoded. In modes 2 and 3 if the postal code is empty it will be extracted from the beginning of this string (see maxicode specifications)
- See Also:
-
-
dpm
double dpm
-
ECI
int ECI
-
H
double H
-
Ha
double Ha
-
L
double L
Length in millimeters of the symbol, default = 25.5 mm.
- See Also:
-
-
La
double La
-
LACHTA
int LACHTA
-
LACHTA_B
int LACHTA_B
-
LACHTB
int LACHTB
-
LOCKC
int LOCKC
-
LOCKD
int LOCKD
-
LOCKE
int LOCKE
-
Lpixels
int Lpixels
-
mode
int mode
Maxicode mode: Values range from 2 to 6; default=2 for US; 3 = International and 4 = standard (non-shipping) symbols.
- See Also:
-
-
NSHIFT
int NSHIFT
-
numberOfCodes
int numberOfCodes
Number of symbol in structured appended mode
- See Also:
-
-
offsetX
int offsetX
paint the symbol at these coordinates
-
offsetY
int offsetY
paint the symbol at these coordinates
-
PAD
int PAD
-
PADC
int PADC
-
PADE
int PADE
-
pattern
int[][] pattern
-
pattern12dpm
int[][] pattern12dpm
layout of the hexagons at 12 dpm
-
pattern16dpm
int[][] pattern16dpm
layout of the hexagons at 16 dpm
-
pattern20dpm
int[][] pattern20dpm
layout of the hexagons at 20 dpm
-
pattern24dpm
int[][] pattern24dpm
layout of the hexagons at 24 dpm
-
pattern8dpm
int[][] pattern8dpm
layout of the hexagons at 8 dpm
-
positionOfCode
int positionOfCode
Position of this symbol in the sequence of the structured appended.
- See Also:
-
-
prefH
int prefH
-
prefW
int prefW
-
processTilde
boolean processTilde
If true, three numbers after the Tilde will insert an ASCII code; For example ~009 will insert ASCII 9 into the data string.
- See Also:
-
-
r1
int r1
-
r2
int r2
-
r3
int r3
-
r4
int r4
-
r5
int r5
-
r6
int r6
-
redraw
boolean redraw
-
resolution
int resolution
Resolution of the printer in dpi, Default is 200.
- See Also:
-
-
rotation
int rotation
Rotation angle. It can be 0,90,180 or 270
- See Also:
-
-
rWidth
int rWidth
-
serviceClass
String serviceClass
Service class (modes 2 and 3).
- See Also:
-
-
SHIFT2A
int SHIFT2A
-
SHIFT3A
int SHIFT3A
-
SHIFTA
int SHIFTA
-
SHIFTB
int SHIFTB
-
SHIFTC
int SHIFTC
-
SHIFTD
int SHIFTD
-
SHIFTE
int SHIFTE
-
table
int[][] table
-
tmpImage
Image tmpImage
-
tolerance
double tolerance
-
tolerancePixels
int tolerancePixels
-
userPattern
int[][] userPattern
pattern used to print a hexagon. If null the class will calculate the most appropiate pattern
-
V
double V
-
Vpixels
int Vpixels
-
W
double W
-
Wpixels
int Wpixels
-
X
double X
-
Xpixels
int Xpixels
-
Y
double Y
-
Ypixels
int Ypixels
-
zipCode
String zipCode
Postal code (modes 2 and 3) In mode 3 it can be an alphanumeric of length 5. In mode 2 can be a numeric of length 9.
- See Also:
-