Class Group

java.lang.Object

public final class Group extends Element
Represents a group element in the SVG structure. The Group class is used to manage and organize a collection of child Node elements, allowing for their collective manipulation and rendering in an SVG format. It provides functionality to add, remove, and iterate through child elements, as well as to build the group into its final SVG representation.
Author:
Syam