Searched defs:gradientBounds (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DRadialGradientPaint.java491 * double gw = gradientBounds.getWidth();
492 * double gh = gradientBounds.getHeight();
493 * double cx = gradientBounds.getCenterX();
494 * double cy = gradientBounds.getCenterY();
510 * @param gradientBounds the bounding box, in user space, of the circle
521 * if {@code gradientBounds} is null,
526 * if {@code gradientBounds} is empty,
532 public RadialGradientPaint(Rectangle2D gradientBounds, argument
539 this(new Point2D.Double(gradientBounds.getCenterX(),
540 gradientBounds
[all...]

Completed in 38 milliseconds