jdk/src/share/classes/sun/print/PSPathGraphics.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   256      * is transformed by the supplied AffineTransform and
   256      * is transformed by the supplied AffineTransform and
   257      * drawn using PS to the printer context.
   257      * drawn using PS to the printer context.
   258      *
   258      *
   259      * @param   img     The image to be drawn.
   259      * @param   img     The image to be drawn.
   260      *                  This method does nothing if <code>img</code> is null.
   260      *                  This method does nothing if <code>img</code> is null.
   261      * @param   xform   Used to tranform the image before drawing.
   261      * @param   xform   Used to transform the image before drawing.
   262      *                  This can be null.
   262      *                  This can be null.
   263      * @param   bgcolor This color is drawn where the image has transparent
   263      * @param   bgcolor This color is drawn where the image has transparent
   264      *                  pixels. If this parameter is null then the
   264      *                  pixels. If this parameter is null then the
   265      *                  pixels already in the destination should show
   265      *                  pixels already in the destination should show
   266      *                  through.
   266      *                  through.