Interface SVGElementWithChildren

All Superinterfaces:
Element, SVGElement
All Known Subinterfaces:
SVG, SVGClipPath, SVGGroup, SVGLine, SVGMarker, SVGPath, SVGPositionedMarker, SVGRectangle, SVGSymbol, SVGText, SVGTSpan
All Known Implementing Classes:
SVGClipPathImpl, SVGElementAdapter, SVGGenericElement, SVGGroupImpl, SVGImpl, SVGLineImpl, SVGMarkerImpl, SVGPathImpl, SVGPositionedMarkerImpl, SVGRectangleImpl, SVGSymbolImpl, SVGTextImpl, SVGTSpanImpl

@ClassVersion(sourceVersion="$Id: SVGElementWithChildren.java 820 2020-12-29 20:34:22Z tquadrat $") @API(status=STABLE, since="0.0.5") public sealed interface SVGElementWithChildren extends SVGElement permits SVG, SVGClipPath, SVGGroup, SVGLine, SVGMarker, SVGPath, SVGRectangle, SVGSymbol, SVGTSpan, SVGText
The definition of an SVG element that allows child elements.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVGElementWithChildren.java 820 2020-12-29 20:34:22Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.SVGElementWithChildren"

UML Diagram for "org.tquadrat.foundation.svg.SVGElementWithChildren"

UML Diagram for "org.tquadrat.foundation.svg.SVGElementWithChildren"