12 |
# to their public methods from the driver. |
# to their public methods from the driver. |
13 |
class Logo(ImageMapper, ImageReslice, Actor2D): |
class Logo(ImageMapper, ImageReslice, Actor2D): |
14 |
""" |
""" |
15 |
Class that displays a static image in particular a logo |
Class that displays a static image, in particular a logo |
16 |
(i.e. company symbol) and has NO interaction capability. |
(i.e. company symbol) and has NO interaction capability. The position and |
17 |
|
size of the logo can be specified. |
18 |
""" |
""" |
19 |
|
|
20 |
# The SOUTH_WEST default viewport is used when there is only one viewport. |
# The SOUTH_WEST default viewport is used when there is only one viewport. |