/[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.20 by tromey, Tue Dec 3 11:11:28 2002 UTC revision 1.21 by mkoch, Sat Feb 15 10:29:31 2003 UTC
# Line 40  package gnu.java.awt.peer.gtk; Line 40  package gnu.java.awt.peer.gtk;
40    
41  import java.awt.*;  import java.awt.*;
42  import java.awt.image.*;  import java.awt.image.*;
43    import java.text.AttributedCharacterIterator;
44    
45  public class GdkGraphics extends Graphics  public class GdkGraphics extends Graphics
46  {  {
# Line 211  public class GdkGraphics extends Graphic Line 212  public class GdkGraphics extends Graphic
212                  ((GtkFontPeer)font.getPeer ()).getXLFD (), font.getSize ());                  ((GtkFontPeer)font.getPeer ()).getXLFD (), font.getSize ());
213    }    }
214    
215      public void drawString (AttributedCharacterIterator ci, int x, int y)
216      {
217        throw new Error ("not implemented");
218      }
219    
220    public void drawRoundRect(int x, int y, int width, int height,    public void drawRoundRect(int x, int y, int width, int height,
221                              int arcWidth, int arcHeight)                              int arcWidth, int arcHeight)
222    {    {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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