/[gzz]/gzz/test/tools/gfx.py
ViewVC logotype

Diff of /gzz/test/tools/gfx.py

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

revision 1.9 by tjl, Fri Nov 1 19:53:53 2002 UTC revision 1.10 by benja, Sat Nov 2 01:23:48 2002 UTC
# Line 2  from jarray import array, zeros Line 2  from jarray import array, zeros
2    
3  from java.awt import Color  from java.awt import Color
4  from gzz.vob import *  from gzz.vob import *
5    from gzz.vob.vobs import *
6  import gzz  import gzz
7    
8  print "Init test.gfx"  print "Init test.gfx"
# Line 82  def checkInterp(vs1, vs2, i, fract, cs, Line 83  def checkInterp(vs1, vs2, i, fract, cs,
83  class CellInBox_ConstFlat(gzz.view.CellInBox):  class CellInBox_ConstFlat(gzz.view.CellInBox):
84      """A CellInBox that places white rectbgvobs of constant size.      """A CellInBox that places white rectbgvobs of constant size.
85      """      """
86      bgv = gzz.vob.RectBgVob()      bgv = gzz.vob.vobs.RectBgVob()
87      def __init__(self, w, h):      def __init__(self, w, h):
88          self.w = w          self.w = w
89          self.h = h          self.h = h

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26