/[escript]/trunk/pyvisi/py_src/text.py
ViewVC logotype

Diff of /trunk/pyvisi/py_src/text.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1153 by ksteube, Wed May 16 06:39:11 2007 UTC revision 1154 by jongui, Fri May 18 02:46:32 2007 UTC
# Line 11  from constant import Viewport, Color Line 11  from constant import Viewport, Color
11  class Text2D(Actor2D):  class Text2D(Actor2D):
12      """      """
13      Class that defines a 2D text actor. A two-dimensional text is used to      Class that defines a 2D text actor. A two-dimensional text is used to
14      annotate the rendered object (i.e. adding titles, authors and labels).      annotate the rendered object (i.e. inserting titles, authors and labels).
15      """      """
16    
17      def __init__(self, scene, text, viewport = Viewport.SOUTH_WEST):      def __init__(self, scene, text, viewport = Viewport.SOUTH_WEST):

Legend:
Removed from v.1153  
changed lines
  Added in v.1154

  ViewVC Help
Powered by ViewVC 1.1.26