< prev index next >

src/java.desktop/share/classes/sun/print/PSPathGraphics.java

Print this page

        

@@ -124,11 +124,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

@@ -254,11 +254,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 PS to the printer context.
      *
-     * @param   img     The image to be drawn.
+     * @param   image   The image to be drawn.
      *                  This method does nothing if <code>img</code> is null.
      * @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
< prev index next >