API Review: ImagePattern
Joshua Marinacci
joshua at marinacci.org
Wed May 9 10:37:36 PDT 2012
Yep. A longstanding bug from the awt days. Ocassionally used to do some evil things.
Sent from my iPhone
On May 9, 2012, at 9:39 AM, Kevin Rushforth <kevin.rushforth at oracle.com> wrote:
> Btw, I just checked and LinearGradient and RadialGradient are final classes, but Color is not final, and apparently never has been. Seems like an oversight and Color should be final, too (although it would techincally be an incompatible change to make it final now).
>
> -- Kevin
>
>
> joe andresen wrote:
>> Hey Rich,
>>
>>> Looks good. I hope there are javadocs for the class& constructors as well :-).
>> Agreed.
>>
>>> The class should probably be final, like RadialGradient, LinearGradient, and Color.
>> Agreed.
>>
>> Thanks for the feedback.
>>
>> -J
More information about the openjfx-dev
mailing list