|
PBL4
|
A class to represent and manage image display properties. More...
Public Member Functions | |
| __init__ (self, w, h, overlap, img, side) | |
| Constructor for the DisplayImg class. | |
| getImg (self) | |
| Getter for the image. | |
| getWidth (self) | |
| Getter for the width of the display. | |
| getHeight (self) | |
| Getter for the height of the display. | |
| getOverlap (self) | |
| Getter for the overlap percentage. | |
| getSide (self) | |
| Getter for the side/orientation of the display. | |
A class to represent and manage image display properties.
| display_img.DisplayImg.__init__ | ( | self, | |
| w, | |||
| h, | |||
| overlap, | |||
| img, | |||
| side ) |
Constructor for the DisplayImg class.
| w | The width of the display area. |
| h | The height of the display area. |
| overlap | The overlap percentage for the display area. |
| img | The image to be displayed. |
| side | The side or orientation of the display. |
| display_img.DisplayImg.getHeight | ( | self | ) |
Getter for the height of the display.
| display_img.DisplayImg.getImg | ( | self | ) |
Getter for the image.
| display_img.DisplayImg.getOverlap | ( | self | ) |
Getter for the overlap percentage.
| display_img.DisplayImg.getSide | ( | self | ) |
Getter for the side/orientation of the display.
| display_img.DisplayImg.getWidth | ( | self | ) |
Getter for the width of the display.