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) | |
| com.UniPRT.Sdk.LabelMaker.TSPL.Line.Line | ( | float | x_start, |
| float | y_start, | ||
| float | x_end, | ||
| float | y_end, | ||
| float | lineThickness | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.TSPL.Line.toString | ( | ) |
References com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetEnd(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetLineThickness(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.TsplLib.Line.toString().