UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode Class Referenceabstract
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode:
com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeBarcode com.UniPRT.Sdk.LabelMaker.Interface.IStartPoint com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode

Public Member Functions

IMaxicodeData GetData ()
 The barcode content. More...
 
void SetData (IMaxicodeData data)
 
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 object starts. More...
 
void SetStart (IPoint start)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeBarcode
String ToString ()
 Returns the string that can be sent to printer. More...
 

Protected Member Functions

 AMaxicodeBarcode ()
 
 AMaxicodeBarcode (IPoint start, IMaxicodeData data)
 

Private Attributes

IMaxicodeData data
 
IRuler ruler
 
IPoint start
 

Constructor & Destructor Documentation

◆ AMaxicodeBarcode() [1/2]

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

◆ AMaxicodeBarcode() [2/2]

com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode.AMaxicodeBarcode ( IPoint  start,
IMaxicodeData  data 
)
protected

Member Function Documentation

◆ GetData()

◆ GetRuler()

IRuler com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode.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.AMaxicodeBarcode.ruler.

Referenced by com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode.toString().

◆ GetStart()

◆ SetData()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode.SetData ( IMaxicodeData  data)

◆ SetRuler()

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

◆ SetStart()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode.SetStart ( IPoint  start)

Member Data Documentation

◆ data

◆ ruler

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

◆ start


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