UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D Class Referenceabstract
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D:
com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeType1D com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D

Public Member Functions

List< IBarcodeItemGetBarcodes ()
 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< IBarcodeItembarcodes = null
 
BarcodeTypeEnum_1D barcodeType
 
IRuler ruler
 
IBarWidths barWidths
 
boolean printHumanReadable
 
RotateEnum rotation
 

Constructor & Destructor Documentation

◆ ABarcode1D() [1/2]

com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ABarcode1D ( )
protected

◆ ABarcode1D() [2/2]

com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ABarcode1D ( IBarcodeItem  barcode)
protected

Member Function Documentation

◆ AddBarcode()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.AddBarcode ( IBarcodeItem  barcode)

◆ GetBarcodes()

◆ GetBarcodeType()

BarcodeTypeEnum_1D com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodeType ( )

◆ GetBarWidths()

IBarWidths com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarWidths ( )

◆ GetRotation()

RotateEnum com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetRotation ( )

◆ GetRuler()

◆ IsPrintHumanReadable()

boolean com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.IsPrintHumanReadable ( )

◆ SetBarcodes()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarcodes ( List< IBarcodeItem barcodes)

◆ SetBarcodeType()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarcodeType ( BarcodeTypeEnum_1D  barcodeType)

◆ SetBarWidths()

◆ SetPrintHumanReadable()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetPrintHumanReadable ( boolean  printHumanReadable)

◆ SetRotation()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetRotation ( RotateEnum  rotation)

◆ SetRuler()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetRuler ( IRuler  ruler)

◆ ToString()

String com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ToString ( )

Returns the string that can be sent to printer.

Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.

Member Data Documentation

◆ barcodes

List<IBarcodeItem> com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barcodes = null
private

◆ barcodeType

◆ barWidths

IBarWidths com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barWidths
private

◆ printHumanReadable

boolean com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.printHumanReadable
private

◆ rotation

RotateEnum com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.rotation
private

◆ ruler

IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ruler
private

The documentation for this class was generated from the following file: