UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IBox Interface Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IBox:
com.UniPRT.Sdk.LabelMaker.PGL.Box com.UniPRT.Sdk.LabelMaker.TSPL.Box

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 ()
 

Member Function Documentation

◆ GetCornerRounding()

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.

◆ GetEnd()

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.

◆ GetLineThickness()

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.

◆ GetRuler()

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.

◆ GetStart()

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.

◆ SetCornerRounding()

void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetCornerRounding ( float  cornerRounding)

◆ SetEnd()

void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetEnd ( IPoint  end)

◆ SetLineThickness()

void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetLineThickness ( float  lineThickness)

◆ SetRuler()

void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetRuler ( IRuler  ruler)

◆ SetStart()

void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetStart ( IPoint  start)

◆ toString()

String com.UniPRT.Sdk.LabelMaker.Interface.IBox.toString ( )

The documentation for this interface was generated from the following file: