Public Member Functions | |
Box (IPoint start, IPoint end, float lineThickness) | |
Box (float x_start, float y_start, float x_end, float y_end, float lineThickness) | |
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 () |
Private Attributes | |
IRuler | ruler = Defaults.GetRuler() |
IPoint | start |
IPoint | end |
float | lineThickness |
float | cornerRounding = 0f |
com.UniPRT.Sdk.LabelMaker.PGL.Box.Box | ( | float | x_start, |
float | y_start, | ||
float | x_end, | ||
float | y_end, | ||
float | lineThickness | ||
) |
References com.UniPRT.Sdk.LabelMaker.PGL.Box.lineThickness.
float com.UniPRT.Sdk.LabelMaker.PGL.Box.GetCornerRounding | ( | ) |
Rounding value of the box corner.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.cornerRounding.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Box.toString().
IPoint com.UniPRT.Sdk.LabelMaker.PGL.Box.GetEnd | ( | ) |
Bottom right corner of box.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.end.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Box.toString().
float com.UniPRT.Sdk.LabelMaker.PGL.Box.GetLineThickness | ( | ) |
Thickness of line based on the ruler units in use.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.lineThickness.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Box.toString().
IRuler com.UniPRT.Sdk.LabelMaker.PGL.Box.GetRuler | ( | ) |
The ruler used for placement. If not set, the default ruler setting is used.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.ruler.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Box.toString().
IPoint com.UniPRT.Sdk.LabelMaker.PGL.Box.GetStart | ( | ) |
Upper left corner of box.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.start.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Box.toString().
void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetCornerRounding | ( | float | cornerRounding | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.cornerRounding.
void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetEnd | ( | IPoint | end | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.end.
void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetLineThickness | ( | float | lineThickness | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.lineThickness.
void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetRuler | ( | IRuler | ruler | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.ruler.
void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetStart | ( | IPoint | start | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.start.
String com.UniPRT.Sdk.LabelMaker.PGL.Box.toString | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IBox.
References com.UniPRT.Sdk.LabelMaker.PGL.Box.GetCornerRounding(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetEnd(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetLineThickness(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetRuler(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.PGL.Box.lineThickness, com.UniPRT.Sdk.LabelMaker.PglLib.Box.SetRD(), and com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots().
|
private |
|
private |
|
private |
|
private |
|
private |