Public Member Functions | |
IRuler | GetRuler () |
The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More... | |
void | SetRuler (IRuler ruler) |
IPoint | GetStart () |
Position where barcode starts. More... | |
void | SetStart (IPoint start) |
String | GetData () |
The barcode content. More... | |
void | SetData (String data) |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
abstract String | ToString () |
Returns the string that can be sent to printer. More... | |
abstract String | toString () |
Private Attributes | |
IRuler | ruler |
IPoint | start |
String | data |
RotateEnum | rotation = RotateEnum.None |
String com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData | ( | ) |
The barcode content.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.data.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
RotateEnum com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IRotation.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.rotation.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler | ( | ) |
The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both.
The print resolution must match the resolution of the printer. Incorrect printing will result if a resolution does not match the printer.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.ruler.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
IPoint com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart | ( | ) |
Position where barcode starts.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.start.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetData | ( | String | data | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.data.
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417(), and com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode().
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetRotation | ( | RotateEnum | rotation | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IRotation.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.rotation.
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetRuler | ( | IRuler | ruler | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetStart | ( | IPoint | start | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.start.
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417(), and com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode().
|
abstract |
Returns the string that can be sent to printer.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D.
Reimplemented in com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode, com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode, com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode, com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode, and com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.
|
abstract |
Reimplemented in com.UniPRT.Sdk.LabelMaker.Abstract.APdf417, com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix, com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode, com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode, com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode, com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode, com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode, and com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417(), com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.QRBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode(), and com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetData().
|
private |
|
private |
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417(), com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.QRBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode(), and com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetStart().