RFR: 8375561: Class NGGroup is in need of some cleanup [v4]
Michael Strauß
mstrauss at openjdk.org
Thu Jan 22 19:07:28 UTC 2026
On Thu, 22 Jan 2026 17:20:03 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> What's the story with the `Blend.Mode` - is it still being used, do we need to remove it from other places, or we only remove it from this class?
>
> Does anyone know why we have two different `Blend.Mode` classes?
`javafx.scene.effect.BlendMode` is public API, `com.sun.scenario.effect.Blend.Mode` is an internal enum of the `Blend` effect.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2043#issuecomment-3786175238
More information about the openjfx-dev
mailing list