Lines Matching defs:fractions

176      * @param fractions numbers ranging from 0.0 to 1.0 specifying the
183 * if {@code fractions} array is null,
187 * or {@code fractions.length != colors.length},
189 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
190 * or the {@code fractions} are not provided in strictly increasing order
193 float[] fractions, Color[] colors)
198 fractions,
212 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
220 * or {@code fractions} array is null,
224 * or {@code fractions.length != colors.length},
226 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
227 * or the {@code fractions} are not provided in strictly increasing order
230 float[] fractions, Color[] colors)
235 fractions,
252 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
261 * if {@code fractions} array is null,
266 * or {@code fractions.length != colors.length},
268 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
269 * or the {@code fractions} are not provided in strictly increasing order
272 float[] fractions, Color[] colors,
278 fractions,
291 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
301 * or {@code fractions} array is null,
306 * or {@code fractions.length != colors.length},
308 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
309 * or the {@code fractions} are not provided in strictly increasing order
312 float[] fractions, Color[] colors,
318 fractions,
339 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
348 * if {@code fractions} array is null,
353 * or {@code fractions.length != colors.length},
355 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
356 * or the {@code fractions} are not provided in strictly increasing order
360 float[] fractions, Color[] colors,
366 fractions,
381 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
391 * or {@code fractions} array is null,
396 * or {@code fractions.length != colors.length},
398 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
399 * or the {@code fractions} are not provided in strictly increasing order
403 float[] fractions, Color[] colors,
409 fractions,
425 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
438 * or {@code fractions} array is null,
445 * or {@code fractions.length != colors.length},
447 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
448 * or the {@code fractions} are not provided in strictly increasing order
450 @ConstructorProperties({ "centerPoint", "radius", "focusPoint", "fractions", "colors", "cycleMethod", "colorSpace", "transform" })
454 float[] fractions, Color[] colors,
459 super(fractions, colors, cycleMethod, colorSpace, gradientTransform);
504 * fractions, colors,
512 * @param fractions numbers ranging from 0.0 to 1.0 specifying the
522 * or {@code fractions} array is null,
527 * or {@code fractions.length != colors.length},
529 * or a {@code fractions} value is less than 0.0 or greater than 1.0,
530 * or the {@code fractions} are not provided in strictly increasing order
533 float[] fractions, Color[] colors,
544 fractions,
611 fractions, colors,