Public Member Functions | |
| APicture (IPoint start, String imageName) | |
| IRuler | getRuler () |
| The ruler used for placement. If not set, the default ruler setting is used. More... | |
| void | setRuler (IRuler ruler) |
| IPoint | getStart () |
| Position where picture starts. More... | |
| void | setStart (IPoint start) |
| String | getImageName () |
| BMP Image Name. More... | |
| void | setImageName (String imageName) |
| String | toString () |
Private Attributes | |
| IRuler | ruler = Defaults.GetRuler() |
| IPoint | start |
| String | imageName |
| com.UniPRT.Sdk.LabelMaker.Abstract.APicture.APicture | ( | IPoint | start, |
| String | imageName | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.Abstract.APicture.getImageName | ( | ) |
BMP Image Name.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
References com.UniPRT.Sdk.LabelMaker.Abstract.APicture.imageName.
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Picture.toString(), and com.UniPRT.Sdk.LabelMaker.PGL.Picture.toString().
| IRuler com.UniPRT.Sdk.LabelMaker.Abstract.APicture.getRuler | ( | ) |
The ruler used for placement. If not set, the default ruler setting is used.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
References com.UniPRT.Sdk.LabelMaker.Abstract.APicture.ruler.
| IPoint com.UniPRT.Sdk.LabelMaker.Abstract.APicture.getStart | ( | ) |
Position where picture starts.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
References com.UniPRT.Sdk.LabelMaker.Abstract.APicture.start.
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Picture.toString(), and com.UniPRT.Sdk.LabelMaker.PGL.Picture.toString().
| void com.UniPRT.Sdk.LabelMaker.Abstract.APicture.setImageName | ( | String | imageName | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
References com.UniPRT.Sdk.LabelMaker.Abstract.APicture.imageName.
| void com.UniPRT.Sdk.LabelMaker.Abstract.APicture.setRuler | ( | IRuler | ruler | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
References com.UniPRT.Sdk.LabelMaker.Abstract.APicture.ruler.
| void com.UniPRT.Sdk.LabelMaker.Abstract.APicture.setStart | ( | IPoint | start | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
References com.UniPRT.Sdk.LabelMaker.Abstract.APicture.start.
| String com.UniPRT.Sdk.LabelMaker.Abstract.APicture.toString | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IPicture.
Reimplemented in com.UniPRT.Sdk.LabelMaker.PGL.Picture, and com.UniPRT.Sdk.LabelMaker.TSPL.Picture.
References com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Abstract.APicture.imageName, and com.UniPRT.Sdk.LabelMaker.Abstract.APicture.start.
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.APicture.APicture(), com.UniPRT.Sdk.LabelMaker.Abstract.APicture.getImageName(), com.UniPRT.Sdk.LabelMaker.TSPL.Picture.Picture(), com.UniPRT.Sdk.LabelMaker.PGL.Picture.Picture(), com.UniPRT.Sdk.LabelMaker.Abstract.APicture.setImageName(), and com.UniPRT.Sdk.LabelMaker.Abstract.APicture.toString().
|
private |
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.APicture.APicture(), com.UniPRT.Sdk.LabelMaker.Abstract.APicture.getStart(), com.UniPRT.Sdk.LabelMaker.TSPL.Picture.Picture(), com.UniPRT.Sdk.LabelMaker.PGL.Picture.Picture(), com.UniPRT.Sdk.LabelMaker.Abstract.APicture.setStart(), and com.UniPRT.Sdk.LabelMaker.Abstract.APicture.toString().