/[gzz]/gzz/gzz/vob/VobScene.java
ViewVC logotype

Diff of /gzz/gzz/vob/VobScene.java

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

revision 1.9 by benja, Thu Aug 15 16:37:11 2002 UTC revision 1.10 by tjl, Thu Aug 29 09:41:16 2002 UTC
# Line 43  public class VobScene { Line 43  public class VobScene {
43      public final VobCoorder coords;      public final VobCoorder coords;
44    
45      public final gzz.client.GraphicsAPI gfxapi;      public final gzz.client.GraphicsAPI gfxapi;
46        public final gzz.client.GraphicsAPI.Window window;
47    
48    
49      public final Dimension size;      public final Dimension size;
50      public VobScene(VobMap m, VobCoorder c, gzz.client.GraphicsAPI gfxapi,      public VobScene(VobMap m, VobCoorder c,
51                                gzz.client.GraphicsAPI gfxapi,
52                                gzz.client.GraphicsAPI.Window window,
53                                  Dimension size) {                                  Dimension size) {
54          this.map = m;          this.map = m;
55          this.coords = c;          this.coords = c;
56          this.gfxapi = gfxapi;          this.gfxapi = gfxapi;
57            this.window = window;
58          this.size = size;          this.size = size;
59      }      }
60      /** Determines size of the area designated for the <code>Vob</code>s.      /** Determines size of the area designated for the <code>Vob</code>s.

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