/[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.32 by mkoch, Fri Oct 8 22:16:09 2004 UTC revision 1.33 by mkoch, Fri Oct 8 22:49:27 2004 UTC
# Line 326  public class GdkGraphics extends Graphic Line 326  public class GdkGraphics extends Graphic
326    {    {
327      drawString(getFontPeer(), str, x, y);      drawString(getFontPeer(), str, x, y);
328    }    }
329      
330    
331    public void drawString (AttributedCharacterIterator ci, int x, int y)    public void drawString (AttributedCharacterIterator ci, int x, int y)
332    {    {
# Line 446  public class GdkGraphics extends Graphic Line 446  public class GdkGraphics extends Graphic
446                    color.getGreen () ^ xorColor.getGreen (),                    color.getGreen () ^ xorColor.getGreen (),
447                    color.getBlue  () ^ xorColor.getBlue ());                    color.getBlue  () ^ xorColor.getBlue ());
448    }    }
449      
450    public void setFont (Font font)    public void setFont (Font font)
451    {    {
452      this.font = font;      this.font = font;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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