Class SVGUseImpl

java.lang.Object
org.tquadrat.foundation.svg.internal.SVGElementImpl
org.tquadrat.foundation.svg.internal.SVGUseImpl
All Implemented Interfaces:
AllowsConditionalProcessingAttributes, AllowsGraphicalEventAttributes, AllowsPresentationAttributes, AllowsXLinkAttributes, SVGElement, SVGUse, XMLElement

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

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

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

    • SVGUseImpl

      public SVGUseImpl(URI reference)
      Creates a new SVGUseImpl instance.
      Parameters:
      reference - The reference to the cloned element.