Uses of Interface
org.tquadrat.foundation.svg.SVGSymbol
Packages that use SVGSymbol
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGSymbol in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGSymbolModifier 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.Methods in org.tquadrat.foundation.svg that return SVGSymbolModifier and TypeMethodDescriptionstatic final SVGSymbol
SVGUtils.createSymbol
(String id) Creates an SVG<symbol>
element instance.static final SVGSymbol
SVGUtils.createSymbol
(String id, SVG parent) Creates an SVG<symbol>
element instance and adds it to the given<svg>
element. -
Uses of SVGSymbol in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGSymbolModifier and TypeClassDescriptionfinal class
The implementation for the interfaceSVGSymbol
for the<symbol>
element.