UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IPicture.APicture Class Reference

Default implementation of a picture with start position and image name. More...

Inheritance diagram for LabelMaker.Interfaces.IPicture.APicture:
LabelMaker.Interfaces.IPicture.IPicture

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

Detailed Description

Default implementation of a picture with start position and image name.

Constructor & Destructor Documentation

◆ __init__()

LabelMaker.Interfaces.IPicture.APicture.__init__ ( self,
IPoint start,
str image_name )

Member Function Documentation

◆ __str__()

str LabelMaker.Interfaces.IPicture.APicture.__str__ ( self)

◆ ImageName()

str LabelMaker.Interfaces.IPicture.APicture.ImageName ( self)

BMP Image Name.

Reimplemented from LabelMaker.Interfaces.IPicture.IPicture.

◆ Ruler()

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.

◆ Start()

IPoint LabelMaker.Interfaces.IPicture.APicture.Start ( self)

Starting position of line.

Reimplemented from LabelMaker.Interfaces.IPicture.IPicture.

Member Data Documentation

◆ _ImageName

LabelMaker.Interfaces.IPicture.APicture._ImageName = image_name
protected

◆ _Ruler

LabelMaker.Interfaces.IPicture.APicture._Ruler = Defaults.ruler()
protected

◆ _Start

LabelMaker.Interfaces.IPicture.APicture._Start = start
protected

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