< prev index next >

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

Print this page

        

@@ -67,11 +67,11 @@
     /**
      * Creates a new <code>Graphics</code> object based on this
      * <code>Graphics</code> object, but with a new translation and
      * clip area.
      * Refer to
-     * {@link sun.print.ProxyGraphics#createGraphics}
+     * {@link sun.print.ProxyGraphics#create(int, int, int, int)}
      * for a complete description of this method.
      * <p>
      * @param      x   the <i>x</i> coordinate.
      * @param      y   the <i>y</i> coordinate.
      * @param      width   the width of the clipping rectangle.
< prev index next >