-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: client-libs
-
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.
----------------------------------------------------------------