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 () |
![]() | |
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 | |
![]() | |
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 | ( | ) |
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.PglLib.Line.toString().