Class SVGGroupImpl

java.lang.Object
org.tquadrat.foundation.svg.internal.SVGElementImpl
org.tquadrat.foundation.svg.internal.SVGGroupImpl
All Implemented Interfaces:
AllowsConditionalProcessingAttributes, AllowsGlobalEventAttributes, AllowsGraphicalEventAttributes, AllowsPresentationAttributes, AllowsStyleAttributes, SVGElement, SVGElementWithChildren, SVGGroup, XMLElement

@ClassVersion(sourceVersion="$Id: SVGGroupImpl.java 1151 2025-10-01 21:32:15Z tquadrat $") @API(status=INTERNAL, since="0.0.5") public final class SVGGroupImpl extends SVGElementImpl implements SVGGroup
The implementation of the interface SVGGroup for the SVG <g> element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVGGroupImpl.java 1151 2025-10-01 21:32:15Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.internal.SVGGroupImpl"

UML Diagram for "org.tquadrat.foundation.svg.internal.SVGGroupImpl"

UML Diagram for "org.tquadrat.foundation.svg.internal.SVGGroupImpl"
  • Constructor Details

    • SVGGroupImpl

      public SVGGroupImpl()
      Creates a new SVGGroupImpl instance.