Public 成员函数 | |
| 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 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ALine | |
| IRuler | GetRuler () |
| 用于放置的标尺。如果未设置,则使用默认的标尺设置。 更多... | |
| void | SetRuler (IRuler ruler) |
| IPoint | GetStart () |
| 线条的起始位置。 更多... | |
| void | SetStart (IPoint start) |
| IPoint | GetEnd () |
| 线条的结束位置。 更多... | |
| void | SetEnd (IPoint end) |
| float | GetLineThickness () |
| 根据使用的标尺单位设置线条的厚度。 更多... | |
| void | SetLineThickness (float lineThickness) |
| String | ToString () |
| 返回可发送到印表机的字符串。 更多... | |
额外继承的成员函数 | |
Protected 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ALine | |
| ALine (IPoint start, IPoint end, float lineThickness) | |
| com.UniPRT.Sdk.LabelMaker.PGL.Line.Line | ( | float | x_start, |
| float | y_start, | ||
| float | x_end, | ||
| float | y_end, | ||
| float | lineThickness | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.PGL.Line.toString | ( | ) |
引用了 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() , 以及 com.UniPRT.Sdk.LabelMaker.PglLib.Line.toString().