< prev index next >

src/java.desktop/windows/classes/sun/awt/windows/WPathGraphics.java

Print this page

        

@@ -384,11 +384,11 @@
      * <code>Transform</code>, <code>Paint</code>, <code>Font</code> and
      * <code>Composite</code> attributes. For characters in script systems
      * such as Hebrew and Arabic, the glyphs can be rendered from right to
      * left, in which case the coordinate supplied is the location of the
      * leftmost character on the baseline.
-     * @param s the <code>String</code> to be rendered
+     * @param str the <code>String</code> to be rendered
      * @param x,&nbsp;y the coordinates where the <code>String</code>
      * should be rendered
      * @see #setPaint
      * @see java.awt.Graphics#setColor
      * @see java.awt.Graphics#setFont

@@ -875,11 +875,11 @@
      * The portion of the passed in image defined by
      * <code>srcX, srcY, srcWidth, and srcHeight</code>
      * is transformed by the supplied AffineTransform and
      * drawn using GDI to the printer context.
      *
-     * @param   img     The image to be drawn.
+     * @param   image   The image to be drawn.
      * @param   xform   Used to transform the image before drawing.
      *                  This can be null.
      * @param   bgcolor This color is drawn where the image has transparent
      *                  pixels. If this parameter is null then the
      *                  pixels already in the destination should show
< prev index next >