Parent Directory
|
Revision Log
|
Patch
revision 848 by jongui, Thu Sep 14 07:54:04 2006 UTC | revision 849 by jongui, Fri Sep 15 07:11:55 2006 UTC | |
---|---|---|
# | Line 40 class Text: | Line 40 class Text: |
40 | self.vtk_text_actor.SetDisplayPosition(x_coor, y_coor) | self.vtk_text_actor.SetDisplayPosition(x_coor, y_coor) |
41 | ||
42 | def setStyle(self, style): | def setStyle(self, style): |
43 | self.vtk_text_mapper.SetTextProperty(style.getTextProperty()) | self.vtk_text_mapper.SetTextProperty(style.getStyle()) |
44 | ||
45 | ||
46 | def setActor(self): | def setActor(self): |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |