Lines Matching defs:fractions

122      * @param fractions numbers ranging from 0.0 to 1.0 specifying the
127 * if {@code fractions} array is null,
131 * or {@code fractions.length != colors.length},
133 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
134 * or the {@code fractions} are not provided in strictly increasing order
138 float[] fractions, Color[] colors)
142 fractions,
159 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
166 * if {@code fractions} array is null,
171 * or {@code fractions.length != colors.length},
173 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
174 * or the {@code fractions} are not provided in strictly increasing order
178 float[] fractions, Color[] colors,
183 fractions,
194 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
200 * or {@code fractions} array is null,
204 * or {@code fractions.length != colors.length},
206 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
207 * or the {@code fractions} are not provided in strictly increasing order
210 float[] fractions, Color[] colors)
213 fractions, colors,
223 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
231 * or {@code fractions} array is null,
236 * or {@code fractions.length != colors.length},
238 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
239 * or the {@code fractions} are not provided in strictly increasing order
242 float[] fractions, Color[] colors,
246 fractions, colors,
257 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
268 * or {@code fractions} array is null,
275 * or {@code fractions.length != colors.length},
277 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
278 * or the {@code fractions} are not provided in strictly increasing order
280 @ConstructorProperties({ "startPoint", "endPoint", "fractions", "colors", "cycleMethod", "colorSpace", "transform" })
282 float[] fractions, Color[] colors,
287 super(fractions, colors, cycleMethod, colorSpace, gradientTransform);
344 if ((fractions.length == 2) &&
360 fractions, colors,