jdk/src/share/classes/sun/print/PathGraphics.java
changeset 21278 ef8a3a2a72f2
parent 14644 fae7cdc442d5
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  1338      * is transformed by the supplied AffineTransform and
  1338      * is transformed by the supplied AffineTransform and
  1339      * drawn using PS to the printer context.
  1339      * drawn using PS to the printer context.
  1340      *
  1340      *
  1341      * @param   img     The image to be drawn.
  1341      * @param   img     The image to be drawn.
  1342      *                  This method does nothing if <code>img</code> is null.
  1342      *                  This method does nothing if <code>img</code> is null.
  1343      * @param   xform   Used to tranform the image before drawing.
  1343      * @param   xform   Used to transform the image before drawing.
  1344      *                  This can be null.
  1344      *                  This can be null.
  1345      * @param   bgcolor This color is drawn where the image has transparent
  1345      * @param   bgcolor This color is drawn where the image has transparent
  1346      *                  pixels. If this parameter is null then the
  1346      *                  pixels. If this parameter is null then the
  1347      *                  pixels already in the destination should show
  1347      *                  pixels already in the destination should show
  1348      *                  through.
  1348      *                  through.