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) which has NO interaction capability. |
(i.e. company symbol) and has NO interaction capability. |
17 |
""" |
""" |
18 |
|
|
19 |
# 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. |