General/public structures/constants used in PGL. More...
Classes | |
enum | AlignEnum |
Alignment for PGL commands that support alignment. More... | |
enum | Barcode_Type1D |
Barcode types for 1D barcodes. More... | |
enum | Barcode_Type2D |
Barcode types for 2D barcodes. More... | |
enum | Rfid_Format |
RFID format parameter for denoting string type. More... | |
enum | Rfid_MemBlock |
RFID memory block selection. More... | |
enum | Rotation |
Direction/Rotation for PGL commands that support rotation. More... | |
enum | SCALE_CHAR |
Default SCALE for CHAR. More... | |
enum | SCALE_DOT |
Default SCALE for DOT. More... | |
enum | SCALE_UNITS |
Scale units type allow for positioning of data in terms of dots or characters. More... | |
Static Public Member Functions | |
static String | GetRfidFormat (Rfid_Format format) |
static String | GetRfidMemBlock (Rfid_MemBlock memBlock) |
static String | GetRotation (Rotation rotation) |
static String | GetAlignment (AlignEnum align) |
static String | GetBarcodeType1D (Barcode_Type1D barcodeType) |
static String | GetBarcodeType2D (Barcode_Type2D bcdType2D) |
static char | GetPrintableDataFrameChar (String dataToFrame) |
Make sure the framing char for printable data is not part of the data that will be printed and not same as SFCC. More... | |
static float | IgpDots (float dots, float dpiResolution) |
Convert native dots to IGP (1/72") dots. e.g., 1 IGP dot at 300 DPI = 300/72 = 4.17 dots. More... | |
static int | minLT (int ltCheck) |
Static Public Attributes | |
static final float | ALPHA_EXPANSION_MIN = 0f |
static final float | ALPHA_EXPANSION_MAX = 139f |
static final float | TWOBYTE_EXPANSION_MIN = 0f |
static final float | TWOBYTE_EXPANSION_MAX = 63f |
static final char | DELIMITER_SFCC = '~' |
The PGL delimiter used to identify commands. SFCC (Special Function Control Code). More... | |
static final char | DATA_FRAME_CHAR = '*' |
The PGL framing character around commands that have printable data. May change if this char is found within printable data. More... | |
static final char | DELIMITER_PARAMS = ';' |
The PGL parameter separator for commands that have multiple parameters. More... | |
static final String | LINE_TERMINATOR = "\r\n" |
PGL Line Terminator. More... | |
static final String | START_OF_COMMENT = "/" |
PGL comment character. Must be added to start of every comment. More... | |
Static Private Member Functions | |
static boolean | IsValidFramingChar (char chCmp, String dataToFrame) |
Static Private Attributes | |
static final char | DATA_FRAME_RESTRICTED_CHAR = '/' |
Char not allowed for alphanumeric and barcode as framing character for printable data. More... | |
General/public structures/constants used in PGL.
|
static |
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Alphanumeric.toString().
|
static |
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.toString().
|
static |
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString().
|
static |
Make sure the framing char for printable data is not part of the data that will be printed and not same as SFCC.
References com.UniPRT.Sdk.LabelMaker.PglLib.PGL.DATA_FRAME_CHAR, and com.UniPRT.Sdk.LabelMaker.PglLib.PGL.IsValidFramingChar().
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Verify.toString(), com.UniPRT.Sdk.LabelMaker.PGL.RfidWrite.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Alphanumeric.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.PglLib.RfidWrite.toString().
|
static |
|
static |
|
static |
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Alphanumeric.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString().
|
static |
Convert native dots to IGP (1/72") dots. e.g., 1 IGP dot at 300 DPI = 300/72 = 4.17 dots.
|
staticprivate |
|
static |
|
static |
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Text.GetFontSizePgl().
|
static |
|
static |
The PGL framing character around commands that have printable data. May change if this char is found within printable data.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetPrintableDataFrameChar().
|
staticprivate |
Char not allowed for alphanumeric and barcode as framing character for printable data.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.PGL.IsValidFramingChar().
|
static |
The PGL parameter separator for commands that have multiple parameters.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.APglParamLine.GetAsString(), com.UniPRT.Sdk.LabelMaker.PglLib.PglForm.GetAsString(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.IsValidFramingChar(), com.UniPRT.Sdk.LabelMaker.PglLib.Verify.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Font.toString(), com.UniPRT.Sdk.LabelMaker.PGL.RfidWrite.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Scale.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.RfidWrite.toString(), and com.UniPRT.Sdk.LabelMaker.PglLib.RfidRead.toString().
|
static |
The PGL delimiter used to identify commands. SFCC (Special Function Control Code).
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.GetAsString(), com.UniPRT.Sdk.LabelMaker.PglLib.PglForm.GetAsString(), and com.UniPRT.Sdk.LabelMaker.PglLib.PGL.IsValidFramingChar().
|
static |
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.GetAsString(), com.UniPRT.Sdk.LabelMaker.PglLib.PglForm.GetAsString(), com.UniPRT.Sdk.LabelMaker.PglLib.PglForm.RawContent(), com.UniPRT.Sdk.LabelMaker.PglLib.Verify.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Font.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Scale.toString(), com.UniPRT.Sdk.LabelMaker.PGL.RfidWrite.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Line.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Box.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Alphanumeric.toString(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PglLib.RfidWrite.toString(), and com.UniPRT.Sdk.LabelMaker.PglLib.RfidRead.toString().
|
static |
PGL comment character. Must be added to start of every comment.
|
static |
|
static |