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

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

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

revision 1.49 by rabbit78, Fri Sep 23 21:36:42 2005 UTC revision 1.50 by rabbit78, Sat Sep 24 22:01:11 2005 UTC
# Line 966  public class GdkGraphics2D extends Graph Line 966  public class GdkGraphics2D extends Graph
966    
967    public Shape getClip()    public Shape getClip()
968    {    {
969      return clip.getBounds2D(); //getClipInDevSpace();      if (clip == null)
970          return null;
971        else
972          return clip.getBounds2D(); //getClipInDevSpace();
973    }    }
974    
975    public Rectangle getClipBounds()    public Rectangle getClipBounds()

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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