jdk/src/java.desktop/share/classes/java/awt/image/renderable/ContextualRenderedImageFactory.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
26748:fba66a2e8961 26749:b6598aa90114
    59      * for each of the operation's sources.  This is useful for
    59      * for each of the operation's sources.  This is useful for
    60      * operations that can be expressed in whole or in part simply as
    60      * operations that can be expressed in whole or in part simply as
    61      * alterations in the RenderContext, such as an affine mapping, or
    61      * alterations in the RenderContext, such as an affine mapping, or
    62      * operations that wish to obtain lower quality renderings of
    62      * operations that wish to obtain lower quality renderings of
    63      * their sources in order to save processing effort or
    63      * their sources in order to save processing effort or
    64      * transmission bandwith.  Some operations, such as blur, can also
    64      * transmission bandwidth.  Some operations, such as blur, can also
    65      * use this mechanism to avoid obtaining sources of higher quality
    65      * use this mechanism to avoid obtaining sources of higher quality
    66      * than necessary.
    66      * than necessary.
    67      *
    67      *
    68      * @param i the index of the source image.
    68      * @param i the index of the source image.
    69      * @param renderContext the RenderContext being applied to the operation.
    69      * @param renderContext the RenderContext being applied to the operation.