Uses of Interface
org.tquadrat.foundation.svg.AllowsXLinkAttributes
Packages that use AllowsXLinkAttributes
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of AllowsXLinkAttributes in org.tquadrat.foundation.svg
Subinterfaces of AllowsXLinkAttributes in org.tquadrat.foundation.svgClasses in org.tquadrat.foundation.svg that implement AllowsXLinkAttributesModifier and TypeClassDescriptionclass
This is the base class for a custom type that wants to extend an SVG element with additional features.final class
This is a generic implementation for an SVG element. -
Uses of AllowsXLinkAttributes in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement AllowsXLinkAttributesModifier and TypeClassDescriptionfinal class
The implementation for the interfaceSVGUse
for the<use>
element.