/[classpath]/classpath/gnu/java/awt/peer/gtk/GdkGraphics.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GdkGraphics.java

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

revision 1.29 by mark, Sun Sep 5 15:02:51 2004 UTC revision 1.30 by mkoch, Wed Sep 22 11:03:09 2004 UTC
# Line 116  public class GdkGraphics extends Graphic Line 116  public class GdkGraphics extends Graphic
116  //    public Graphics create (int x, int y, int width, int height)  //    public Graphics create (int x, int y, int width, int height)
117  //    {  //    {
118  //      GdkGraphics g = new GdkGraphics (this);  //      GdkGraphics g = new GdkGraphics (this);
 //      System.out.println ("translating by: " + x +" " + y);  
119  //      g.translate (x, y);  //      g.translate (x, y);
120  //      g.clipRect (0, 0, width, height);  //      g.clipRect (0, 0, width, height);
121    
# Line 350  public class GdkGraphics extends Graphic Line 349  public class GdkGraphics extends Graphic
349    
350    public Rectangle getClipBounds ()    public Rectangle getClipBounds ()
351    {    {
 //      System.out.println ("returning CLIP: " + clip);  
352      return new Rectangle (clip.x, clip.y, clip.width, clip.height);      return new Rectangle (clip.x, clip.y, clip.width, clip.height);
353    }    }
354    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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