Class Group

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Canvas

public class Group extends AbstractGroup<Group>
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
See Also: