-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b136
-
generic
-
generic
-
Verified
The specs for java.awt.MultipleGradientPaint contains the method getTransform() that returns a transform applied to the gradient.
LinearGradientPaint and RadialGradientPaint extend MultipleGradientPaint. Some of their constructors accept instances of AffineTransform class, others - not.
Please clarify in specs what is the default value of the gradientTransform field.
LinearGradientPaint and RadialGradientPaint extend MultipleGradientPaint. Some of their constructors accept instances of AffineTransform class, others - not.
Please clarify in specs what is the default value of the gradientTransform field.