javafxgraphics
JavaFX graphics, often referred to as javafxgraphics, denotes the rendering and scene-graph subsystem of the JavaFX platform. It provides the tools for building rich user interfaces with both 2D and 3D graphics.
The core concept is the scene graph, a hierarchical collection of Nodes such as Group, Region, Shape
Rendering is handled by the Prism pipeline, which leverages hardware acceleration on supported GPUs and falls
2D rendering covers shapes, images, text, clipping, and effects; 3D adds SubScene, meshes, lighting, and materials.
The graphics subsystem supports animation, CSS styling, property bindings, and interoperability with other Java UI toolkits.