Default implementation of a picture with start position and image name. More...
Public Member Functions | |
| __init__ (self, IPoint start, str image_name) | |
| IPoint | Start (self) |
| Starting position of line. | |
| str | ImageName (self) |
| BMP Image Name. | |
| IRuler | Ruler (self) |
| Ruler used for placement. | |
| str | __str__ (self) |
Protected Attributes | |
| _Start = start | |
| _ImageName = image_name | |
| _Ruler = Defaults.ruler() | |
Default implementation of a picture with start position and image name.
| LabelMaker.Interfaces.IPicture.APicture.__init__ | ( | self, | |
| IPoint | start, | ||
| str | image_name ) |
| str LabelMaker.Interfaces.IPicture.APicture.__str__ | ( | self | ) |
| str LabelMaker.Interfaces.IPicture.APicture.ImageName | ( | self | ) |
BMP Image Name.
Reimplemented from LabelMaker.Interfaces.IPicture.IPicture.
| IRuler LabelMaker.Interfaces.IPicture.APicture.Ruler | ( | self | ) |
Ruler used for placement.
If not set, the default ruler setting is used.
Reimplemented from LabelMaker.Interfaces.IPicture.IPicture.
| IPoint LabelMaker.Interfaces.IPicture.APicture.Start | ( | self | ) |
Starting position of line.
Reimplemented from LabelMaker.Interfaces.IPicture.IPicture.
|
protected |
|
protected |
|
protected |