/[gzz]/gzz/gzz/client/awt/AWTAPI.java
ViewVC logotype

Diff of /gzz/gzz/client/awt/AWTAPI.java

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

revision 1.9 by benja, Fri Aug 16 14:40:35 2002 UTC revision 1.10 by tjl, Thu Aug 29 09:41:16 2002 UTC
# Line 39  public class AWTAPI extends GraphicsAPI Line 39  public class AWTAPI extends GraphicsAPI
39      public void startUpdateManager(Runnable r) {      public void startUpdateManager(Runnable r) {
40          JUpdateManager.startJUpdateManager(r);          JUpdateManager.startJUpdateManager(r);
41      }      }
42      public Window createWindow(Color bg) {      public Window createWindow() {
43          return new FrameScreen(this, bg);          return new FrameScreen(this);
44      }      }
45      public TextStyle getTextStyle(String family, int style, int size) {      public TextStyle getTextStyle(String family, int style, int size) {
46          return new RawTextStyle(new ScalableFont(family, style, size), null);          return new RawTextStyle(new ScalableFont(family, style, size), null);
47      }      }
   
     public VobScene createVobScene(Dimension size) {  
         return new VobScene(  
                 new DefaultVobMap(),  
                 new OrthoCoorder(size.width, size.height),  
                 this,  
                 size  
                 );  
     }  
48  }  }
49    
50    

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