UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.TSPL.Line Class Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.TSPL.Line:
com.UniPRT.Sdk.LabelMaker.Abstract.ALine com.UniPRT.Sdk.LabelMaker.Interface.ILine

Public Member Functions

 Line (IPoint start, IPoint end, float lineThickness)
 
 Line (float x_start, float y_start, float x_end, float y_end, float lineThickness)
 
String toString ()
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ALine
IRuler GetRuler ()
 The ruler used for placement. If not set, the default ruler setting is used. More...
 
void SetRuler (IRuler ruler)
 
IPoint GetStart ()
 Starting position of line. More...
 
void SetStart (IPoint start)
 
IPoint GetEnd ()
 Ending position of line. More...
 
void SetEnd (IPoint end)
 
float GetLineThickness ()
 Thickness of line based on the ruler units in use. More...
 
void SetLineThickness (float lineThickness)
 
String ToString ()
 Returns the string that can be sent to printer. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ALine
 ALine (IPoint start, IPoint end, float lineThickness)
 

Constructor & Destructor Documentation

◆ Line() [1/2]

com.UniPRT.Sdk.LabelMaker.TSPL.Line.Line ( IPoint  start,
IPoint  end,
float  lineThickness 
)

◆ Line() [2/2]

com.UniPRT.Sdk.LabelMaker.TSPL.Line.Line ( float  x_start,
float  y_start,
float  x_end,
float  y_end,
float  lineThickness 
)

Member Function Documentation

◆ toString()


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