jdk/src/java.desktop/share/classes/java/awt/RadialGradientPaint.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 45025 9ad3afa82b5e
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    92  * distance of AB, BC, AD, and DE are all equal">
    92  * distance of AB, BC, AD, and DE are all equal">
    93  * </center>
    93  * </center>
    94  * Note that some minor variations in distances may occur due to sampling at
    94  * Note that some minor variations in distances may occur due to sampling at
    95  * the granularity of a pixel.
    95  * the granularity of a pixel.
    96  * If no cycle method is specified, {@code NO_CYCLE} will be chosen by
    96  * If no cycle method is specified, {@code NO_CYCLE} will be chosen by
    97  * default, which means the the last keyframe color will be used to fill the
    97  * default, which means the last keyframe color will be used to fill the
    98  * remaining area.
    98  * remaining area.
    99  * <p>
    99  * <p>
   100  * The colorSpace parameter allows the user to specify in which colorspace
   100  * The colorSpace parameter allows the user to specify in which colorspace
   101  * the interpolation should be performed, default sRGB or linearized RGB.
   101  * the interpolation should be performed, default sRGB or linearized RGB.
   102  *
   102  *