GBuilder
Builder for SVG group (<g>) element. This class provides methods to add child elements such as <rect>, <circle>, <ellipse>, <line>, <polyline>, <polygon>, <path>, <text>, nested <g>, and <use> elements to the group.
Functions
Adds a <circle> child element to the group.
Adds an <ellipse> child element to the group.
Sets the fill-opacity attribute of the SVG element.
Adds a <line> child element to the group.
Adds a <path> child element to the group.
Adds a <polygon> child element to the group.
Adds a <polyline> child element to the group.
Adds a <rect> child element to the group.
Sets the stroke-dasharray attribute of the SVG element.
Sets the stroke-dashoffset attribute of the SVG element.
Sets the stroke-linecap attribute of the SVG element.
Sets the stroke-linejoin attribute of the SVG element.
Sets the stroke-opacity attribute of the SVG element.
Sets the stroke-width attribute of the SVG element.
Adds a <text> child element to the group.
Adds a <use> child element to the group.