jdk/src/share/classes/java/awt/image/renderable/RenderableImageOp.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   234      * that are obtained via the getSources() method on the created
   234      * that are obtained via the getSources() method on the created
   235      * RenderedImage may have such a property.
   235      * RenderedImage may have such a property.
   236      *
   236      *
   237      * @param w the width of rendered image in pixels, or 0.
   237      * @param w the width of rendered image in pixels, or 0.
   238      * @param h the height of rendered image in pixels, or 0.
   238      * @param h the height of rendered image in pixels, or 0.
   239      * @param hints a RenderingHints object containg hints.
   239      * @param hints a RenderingHints object containing hints.
   240      * @return a RenderedImage containing the rendered data.
   240      * @return a RenderedImage containing the rendered data.
   241      */
   241      */
   242     public RenderedImage createScaledRendering(int w, int h,
   242     public RenderedImage createScaledRendering(int w, int h,
   243                                                RenderingHints hints) {
   243                                                RenderingHints hints) {
   244         // DSR -- code to try to get a unit scale
   244         // DSR -- code to try to get a unit scale