Public Member Functions | |
| IRuler | GetRuler () |
| The ruler used for placement. If not set, the default ruler setting is used. More... | |
| void | SetRuler (IRuler ruler) |
| IPoint | GetStart () |
| Upper left corner of box. More... | |
| void | SetStart (IPoint start) |
| IPoint | GetEnd () |
| Bottom right corner of box. More... | |
| void | SetEnd (IPoint end) |
| float | GetLineThickness () |
| Thickness of line based on the ruler units in use. More... | |
| void | SetLineThickness (float lineThickness) |
| float | GetCornerRounding () |
| Rounding value of the box corner. More... | |
| void | SetCornerRounding (float cornerRounding) |
| String | toString () |
| float com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetCornerRounding | ( | ) |
Rounding value of the box corner.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetEnd | ( | ) |
Bottom right corner of box.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| float com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetLineThickness | ( | ) |
Thickness of line based on the ruler units in use.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| IRuler com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetRuler | ( | ) |
The ruler used for placement. If not set, the default ruler setting is used.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetStart | ( | ) |
Upper left corner of box.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetCornerRounding | ( | float | cornerRounding | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetEnd | ( | IPoint | end | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetLineThickness | ( | float | lineThickness | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetRuler | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetStart | ( | IPoint | start | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.
| String com.UniPRT.Sdk.LabelMaker.Interface.IBox.toString | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Box, and com.UniPRT.Sdk.LabelMaker.TSPL.Box.