/[classpath]/classpath/java/awt/Graphics.java
ViewVC logotype

Diff of /classpath/java/awt/Graphics.java

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

revision 1.6 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.7 by mkoch, Sat Feb 15 10:29:31 2003 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package java.awt;  package java.awt;
40    
41  import java.awt.image.ImageObserver;  import java.awt.image.ImageObserver;
42    import java.text.AttributedCharacterIterator;
43    
44  /**  /**
45    * This is the abstract superclass of classes for drawing to graphics    * This is the abstract superclass of classes for drawing to graphics
# Line 595  fillPolygon(Polygon polygon) Line 596  fillPolygon(Polygon polygon)
596  public abstract void  public abstract void
597  drawString(String string, int x, int y);  drawString(String string, int x, int y);
598    
599    public abstract void drawString (AttributedCharacterIterator ci, int x, int y);
600    
601  /*************************************************************************/  /*************************************************************************/
602    
603  /**  /**

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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