All Implemented Interfaces:
AllowsGraphicalEventAttributes, AllowsPresentationAttributes, AllowsStyleAttributes, SVGElement, SVGElementWithChildren, SVGSymbol, Element, XMLElement

@ClassVersion(sourceVersion="$Id: SVGSymbolImpl.java 820 2020-12-29 20:34:22Z tquadrat $") @API(status=INTERNAL, since="0.0.5") public final class SVGSymbolImpl extends SVGElementImpl implements SVGSymbol
The implementation for the interface SVGSymbol for the <symbol> element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVGSymbolImpl.java 820 2020-12-29 20:34:22Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.internal.SVGSymbolImpl"

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

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

    • SVGSymbolImpl

      public SVGSymbolImpl(String id)
      Creates a new SVGSymbolImpl instance.
      Parameters:
      id - The id for the new symbol.