| Changed Methods | 
  
  
  FontRenderContext getFontRenderContext()  
   | 
  
Documentation changed from old to new.    | 
  Get the rendering context of the Font within this Graphics2D context. | 
  
  
  void drawString(String, float, float)  
   | 
  
Documentation changed from old to new.    | 
  Renders the text specified by the specified String using the current Font and Paint attributes in the Graphics2D context. | 
  
  
  void drawString(String, int, int)  
   | 
  
Documentation changed from old to new.    | 
  Renders the text of the specified String using the current Font and Paint attributes in the Graphics2D context. |