All Implemented Interfaces:
AllowsConditionalProcessingAttributes, AllowsGraphicalEventAttributes, AllowsPresentationAttributes, AllowsXLinkAttributes, SVGElement, SVGUse, Element, XMLElement

@ClassVersion(sourceVersion="$Id: SVGUseImpl.java 820 2020-12-29 20:34:22Z 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 820 2020-12-29 20:34:22Z 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.