Interface SVGElement

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

@ClassVersion(sourceVersion="$Id: SVGElement.java 1074 2023-10-02 12:05:06Z tquadrat $") @API(status=STABLE, since="0.0.5") public sealed interface SVGElement extends Element permits SVGElementWithChildren, SVGStyle, SVGUse, SVGElementImpl
The definition of an SVG element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVGElement.java 1074 2023-10-02 12:05:06Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.SVGElement"

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

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