< prev index next >

src/java.desktop/share/classes/sun/swing/plaf/synth/Paint9Painter.java

Print this page

        

*** 116,126 **** * will be stretched or tiled, if <code>null</code> empty * <code>Insets</code> will be used. * @param dInsets Destination insets specifying the portion of the image * will be stretched or tiled, if <code>null</code> empty * <code>Insets</code> will be used. ! * @param paintType Specifies what type of algorithm to use in painting * @param mask Specifies portion of image to render, if * <code>PAINT_ALL</code> is specified, any other regions * specified will not be painted, for example * PAINT_ALL | PAINT_CENTER paints everything but the center. */ --- 116,126 ---- * will be stretched or tiled, if <code>null</code> empty * <code>Insets</code> will be used. * @param dInsets Destination insets specifying the portion of the image * will be stretched or tiled, if <code>null</code> empty * <code>Insets</code> will be used. ! * @param type Specifies what type of algorithm to use in painting * @param mask Specifies portion of image to render, if * <code>PAINT_ALL</code> is specified, any other regions * specified will not be painted, for example * PAINT_ALL | PAINT_CENTER paints everything but the center. */
< prev index next >