Public Member Functions | |
List< IBarcodeItem > | GetBarcodes () |
List of barcode items that use the same settings. More... | |
void | SetBarcodes (List< IBarcodeItem > barcodes) |
void | AddBarcode (IBarcodeItem barcode) |
BarcodeTypeEnum_1D | GetBarcodeType () |
Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types. More... | |
void | SetBarcodeType (BarcodeTypeEnum_1D barcodeType) |
IRuler | GetRuler () |
Ruler to use for positioning and Height. More... | |
void | SetRuler (IRuler ruler) |
IBarWidths | GetBarWidths () |
Barcode magnification. Width of Narrow/Wide bars. More... | |
void | SetBarWidths (IBarWidths barWidths) |
boolean | IsPrintHumanReadable () |
Prints the PDF human readable at bottom of barcode. More... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
String | ToString () |
Returns the string that can be sent to printer. More... | |
Protected Member Functions | |
ABarcode1D () | |
ABarcode1D (IBarcodeItem barcode) | |
Private Attributes | |
List< IBarcodeItem > | barcodes = null |
BarcodeTypeEnum_1D | barcodeType |
IRuler | ruler |
IBarWidths | barWidths |
boolean | printHumanReadable |
RotateEnum | rotation |
|
protected |
References com.UniPRT.Sdk.LabelMaker.Enum.RotateEnum.None.
|
protected |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.AddBarcode | ( | IBarcodeItem | barcode | ) |
List<IBarcodeItem> com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodes | ( | ) |
List of barcode items that use the same settings.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barcodes.
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.AddBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString(), and com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString().
BarcodeTypeEnum_1D com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodeType | ( | ) |
Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeType1D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barcodeType.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString().
IBarWidths com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarWidths | ( | ) |
Barcode magnification. Width of Narrow/Wide bars.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barWidths.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString().
RotateEnum com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetRotation | ( | ) |
IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetRuler | ( | ) |
Ruler to use for positioning and Height.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ruler.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString().
boolean com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.IsPrintHumanReadable | ( | ) |
Prints the PDF human readable at bottom of barcode.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.printHumanReadable.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString().
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarcodes | ( | List< IBarcodeItem > | barcodes | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barcodes.
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarcodeType | ( | BarcodeTypeEnum_1D | barcodeType | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarWidths | ( | IBarWidths | barWidths | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetPrintHumanReadable | ( | boolean | printHumanReadable | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetRotation | ( | RotateEnum | rotation | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetRuler | ( | IRuler | ruler | ) |
String com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ToString | ( | ) |
Returns the string that can be sent to printer.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |