-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b136
-
generic
-
generic
-
Verified
The specs for java.awt.RadialGradientPaint.getFocusPoint() says:
----------------------------------------------------------------
Returns a copy of the end point of the gradient axis.
----------------------------------------------------------------
(the same as java.awt.LinearGradientPaint.getEndPoint())
While should be:
----------------------------------------------------------------
Returns a copy of the focus point of the radial gradient.
----------------------------------------------------------------
----------------------------------------------------------------
Returns a copy of the end point of the gradient axis.
----------------------------------------------------------------
(the same as java.awt.LinearGradientPaint.getEndPoint())
While should be:
----------------------------------------------------------------
Returns a copy of the focus point of the radial gradient.
----------------------------------------------------------------