src/share/classes/java/awt/Graphics.java

Print this page

        

*** 149,159 **** * from the original graphics context. The origin of the new clipping * rectangle is at (<code>0</code>,&nbsp;<code>0</code>), and its size * is specified by the <code>width</code> and <code>height</code> * arguments. * </ul> ! * <p> * @param x the <i>x</i> coordinate. * @param y the <i>y</i> coordinate. * @param width the width of the clipping rectangle. * @param height the height of the clipping rectangle. * @return a new graphics context. --- 149,159 ---- * from the original graphics context. The origin of the new clipping * rectangle is at (<code>0</code>,&nbsp;<code>0</code>), and its size * is specified by the <code>width</code> and <code>height</code> * arguments. * </ul> ! * * @param x the <i>x</i> coordinate. * @param y the <i>y</i> coordinate. * @param width the width of the clipping rectangle. * @param height the height of the clipping rectangle. * @return a new graphics context.